Page 141 of 241 FirstFirst ... 4191131139140141142143151191 ... LastLast
Results 1,401 to 1,410 of 2402

Thread: HOWTO: Install and use the latest FFmpeg and x264

  1. #1401
    Join Date
    May 2008
    Beans
    3

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by FakeOutdoorsman View Post
    I've never tried anything like that. You might get a better answer at the #ffmpeg IRC channel, or the ffmpeg-user mailing list.
    Thanks, I'll do that, though one thought came to me that you might know. If you know the ports the audio and video are coming in from (standard RTP) can you grab it from the ports, and if so, how?

  2. #1402
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    If you're using FFmpeg directly, maybe something like:
    Code:
    ffmpeg -i rtmp://192.168.1.1:29823/stream.foo ...
    Perhaps you can just use JW Player or Flowplayer to handle the stream. It's worth investigating. These are Flash based players that allow a viewer to watch a video in a browser.

  3. #1403
    Join Date
    May 2008
    Beans
    3

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by FakeOutdoorsman View Post
    If you're using FFmpeg directly, maybe something like:
    Code:
    ffmpeg -i rtmp://192.168.1.1:29823/stream.foo ...
    Perhaps you can just use JW Player or Flowplayer to handle the stream. It's worth investigating. These are Flash based players that allow a viewer to watch a video in a browser.
    I'm not so concerned about how to display the feed in the browser (going to avoid flash if at all possible). Mostly concerned about how to grab the stream. We will have to "bridge the call" to get the feed to the computer to begin with, there is also the possibility of grabbing the stream from the variable in the program that does the bridging (assuming open source).

  4. #1404
    Join Date
    Dec 2005
    Location
    St. Petersburg, FL
    Beans
    569
    Distro
    Ubuntu Budgie

    Re: HOWTO: Install and use the latest FFmpeg and x264

    There's no guarantee it'll work, but get-flash-videos has the ability to grab stuff off RTMP streams from various sites (youtube-dl and nicovideo-dl are similar in purpose as well - those are in the repositories, but gfv isn't). It's based around rtmpdump, which IIRC has its project page hosted on mplayer's servers.

    You may also need to install the gfv-plugins extension, since that adds lots of other sites to the script's capabilities (the extension advertises its use for Hulu, but I never got that to work; the plugin does work for other sites, though).

  5. #1405
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install and use the latest FFmpeg and x264

    does this guide work with ubuntu 10.10?

  6. #1406
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by Drenriza View Post
    does this guide work with ubuntu 10.10?
    Yes. See the first page of this guide for 10.10 instructions.

  7. #1407
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Thanks. I royalty missed that.

    But can you tell me what source to add, since i cannot find all the necessary packages. I dont see this described in your guide. Besides activating multisource.

    If you can give the exact line to add to my /etc/apt/sources.list that would be great.

    Thanks

    edit
    E: Kunne ikke lokalisere pakken libfaac-dev
    E: Kunne ikke lokalisere pakken libopencore-amrwb-dev
    E: Kunne ikke lokalisere pakken libx11-dev
    Last edited by Drenriza; December 28th, 2010 at 09:49 AM.

  8. #1408
    Join Date
    Dec 2005
    Location
    St. Petersburg, FL
    Beans
    569
    Distro
    Ubuntu Budgie

    Re: HOWTO: Install and use the latest FFmpeg and x264

    After you activated Universe and Multiverse, did you reload the repositories? sudo apt-get update or the Reload button in Synaptic.

  9. #1409
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by qyot27 View Post
    After you activated Universe and Multiverse, did you reload the repositories? sudo apt-get update or the Reload button in Synaptic.
    Did both after activated the repositories.

  10. #1410
    Join Date
    Dec 2005
    Location
    St. Petersburg, FL
    Beans
    569
    Distro
    Ubuntu Budgie

    Re: HOWTO: Install and use the latest FFmpeg and x264

    It should find them, then. packages.ubuntu.com reports libfaac-dev in multiverse, libopencore-amrwb-dev in universe, and libx11-dev in one of the main repositories (I would assume Main, not Restricted).

    http://packages.ubuntu.com/maverick/libx11-dev
    http://packages.ubuntu.com/maverick/...core-amrwb-dev
    http://packages.ubuntu.com/maverick/libfaac-dev

    If all else fails, you can download them through there and install them with dpkg -i pkgname.deb or Gdebi or Software Center. Just make sure the other dependencies are filled, though. The pages show what those packages depend on.


    Which server are you using? The local (Denmark, I would assume) server, or the Main one? It may be related to not using Main, or - and someone else would have to answer this - something in the instructions screwing up because of the language settings. As I recall, this was a problem for some users in the checkinstall step some time ago.

Page 141 of 241 FirstFirst ... 4191131139140141142143151191 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •