Hello...
I am trying to setup the jwplayer with my live streaming from FMS 4.0
I am sending the video to the live stream using ffmpeg like this:
ffmpeg -re -i video.hd.mp4 -vcodec libx264 -f flv rtmp://localhost/live/movie
The stream is showing from the address: rtmp://69.64.47.51/live/movie,
I checked it on the page http://www.wowza.com/resources/3.5.0/examples/LiveVideoStreaming/FlashRTMPPlayer/player.html
Here are the player options I am using:
jwplayer.key = "KEY HERE";
jwplayer("ID_OF_THE_DIV").setup({
file: "rtmp://69.64.47.51/live/mp4:movie.mp4",
width: 840
});
I tried with
1) rtmp://69.64.47.51/live/movie
2) rtmp://69.64.47.51/live/movie.mp4
3) rtmp://69.64.47.51/live/mp4:movie
neither of them worked.
Can you please help me have it working?...
Thank you for your time, attention and help.
↧