Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you want to stream live content from your webcam : FMLE ( flash media live encoder )</p> <p>If you want to stream static content (movie) : ffmpeg &amp; xuggle</p> <p><strong>red5:</strong></p> <p>You media server could be red5 ( open-source and free) or FMS or wowza. But i used only red5, i don't know about the others. You can find red5 <a href="http://www.red5.org/" rel="noreferrer">here</a>.</p> <p>You server can be anywhere but you will need to open some port (1935 for rtmp at least ) , 5080 for "admin panel", you could see 9999 in the list. ( Check the doc ) Red5 is a media server in java, so you will need java jdk >= 1.6.</p> <p>Red5 1.0 RC can be found <a href="http://wiki.red5.org/wiki/1_0_RC1" rel="noreferrer">here</a>. You can find a version for windows, osx or linux. I used the tarball version. Extract it and run "red5.sh". You should be able to access the admin at <a href="http://localhost:5080/" rel="noreferrer">http://localhost:5080/</a> and you should also see a video being display. If not, something wrong and you can't go further until this is working.</p> <p><strong>Stream with ffmpeg:</strong></p> <p>You can find xuggle <a href="http://www.xuggle.com/xuggler/downloads/" rel="noreferrer">here</a> and you can find more information about this <a href="http://wiki.xuggle.com/Live_Encoding_Tutorial" rel="noreferrer">here</a></p> <pre><code>ffmpeg -i your_file.flv -re -acodec copy -vcodec copy -f flv rtmp://localhost_or_yourred5serverip/live/livestream </code></pre> <p>Keep in mind that if you want to stream it on the web only flv and mp4 can be playing in flash player ( i think ). Once it's streaming you should be able to see it in the "admin panel" <a href="http://localhost:5080/demos/publisher.html" rel="noreferrer">here</a>. Connect to your server (rtmp://localhost/live/) and go to the view tab and put "livestream". You could use mplayer rtmp://localhost/live/livestream to see your video too.</p> <p><strong>stream in a flash player:</strong></p> <p>You can use flowplayer (with the rtmp plugin) or jwplayer.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload