I have a set of MP4 videos (encoded H.264) sitting on FMS 3. I tried to stream the video using the setup wizard, but am unable to get them to work. Kindly help!!!
In the FMS admin console, I can see that the video is playing, so I don't think there are connection problems. What am I missing???
Here are the 3 things I set under setup wizard:
Under 1: Select an Example Setup
*** FLVPlayer with an RTMP stream
Under 2: Change Your Flashvars
*** file:Evidence_Chapter_5.MP4
*** streamer: rtmpt://72.32.121.177/mbe/mp4
Remove the "MP4" extension from the file flashvar value.
The player can figure out that it needs to add the mp4: prepend for FMS.
Works fine for me like this:
'streamer': 'rtmpt://72.32.121.177/mbe/mp4','file': 'Evidence_Chapter_5',
'type': 'rtmp',