jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Does jplayer support f4m? #265

Closed gregfr closed 9 years ago

gregfr commented 9 years ago

How can I specify the flash player my f4m url?

thepag commented 9 years ago

jPlayer does not support f4m. But I suspect you can open the f4m in a text editor and use the values in it. A bit like the PLS format being a text file that points at a live stream.

gregfr commented 9 years ago

What about trying to just give the flash player the f4m url instead of the rtmp url? maybe flash's internal kitchen can figure it out?

thepag commented 9 years ago

You could try that. There are 2 types of video formats specific to the Flash:

The flv format will attempt to play it in the MP4 player, while the rtmpv format will try and play it through the RTMP player. Both these "players" are those inside the Flash ActionScript inside the repo.

Remember that the audio versions of these formats are fla and rtmpa when specifying them in the jPlauer supplied option and the setMedia media object. The difference being that jPlayer does not show the video area for audio, which is why we have the unique property naming.