I'm using OSMF Dev Guide to create some examples, like this. But my player is doesn't working, I don't even received any error message.
There's my code: http://pastebin.com/EHySNRm0
I'm using data from a dynamic stream XML, generated by BitsOnTheRun (which I use in my extended FLVPlayback): http://pastebin.com/49GaQUR7
It's 开发者_如何转开发very strange because I use the very same data on my custom FLVPlayback and it works, using values from <jwplayer:streamer>
and <media:content>
.
I tried all possibilities for my video names, like: "mp4:name.mp4", "mp4:name" and "name.mp4".
Am I missing something?
Thanks in advance!
For FLV's don't include the 'flv:' or the extension. See FMS's URL format guide
Also see if this applies to you: flag for parsing stream name
If you're hosting through cloudfront for example, this has to be set to true.
精彩评论