We're using HTTP live streaming service designed for Apple's iOS devices. It's working well with iOS devices currently.

Source video fragments are stored in server formatted in H.264 and with MPEG2(.ts) container. Is there a way to play these video in Flash platform?


These are my current investigations.

  1. As I know, Adobe offers their own streaming format F4F, anyway we already decided not to go for it.

  2. There is OSMF framework and an implementation. http://code.google.com/p/apple-http-osmf/

Option #2 looks good. But I have no idea about how can I use it. How can I use this? What's OSMF? Is it possible to run in standard Flash Player for web browsers? And is it work smoothly like in iOS? (smoothly means no struggling) If you have used this OSMF stuff for this purpose, please let me know!


P.S.

I'm finding client-side method primarily. We prefer progressive download if this is impossible in Flash Player.

link|improve this question

77% accept rate
Is this different from the current adobe.com/products/hds-dynamic-streaming.html – Aditya P Mar 7 at 7:59
feedback

2 Answers

Currently playing HTTP live streams supported only by development version of JWPlayer: http://developer.longtailvideo.com/player/branches/adaptive/test/provider.html

http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/15223/flash-http-streaming-support

If anyone knows other players which support playing HLS streams in flash, please let me know.

Update: Found few non-free solutions to play HLS in flash:

http://www.uplynk.com/

http://onlinelib.de/ (have separate licensed plugin for SMP)

http://www.unified-streaming.com/

link|improve this answer
adobe hds dynamic streaming does the same thing right? adobe.com/products/hds-dynamic-streaming.html – Aditya P Mar 7 at 7:59
feedback

FFMpeg can do the conversion to a mp4 format for you on the fly, and Wowza or Red5 can handle the cross streaming to multiple devices.

Wowza and Red5 have lots of documentations and examples for simple flash streaming setups.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.