Skip to main content
Sv_Bell
Known Participant
May 9, 2012
Question

Adding HTTP live stream to a .swf file

  • May 9, 2012
  • 1 reply
  • 1138 views

Wasn't sure where to post this message since it's related to FMS and Flash Professional, but I posted in the Flash forum:

http://forums.adobe.com/message/4390661#4390661

Let me know if you have a hint about this!

Thanks! 

sv

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    May 9, 2012

    You cannot use same code to play HTTP Stream which you used to play RTMP. You need to use OSMF based player like Strobe as you mentioned in your post. You can just one of these players and just emded them where you want to. You can find more details about OSMF and various players here: http://osmf.org/

    Sv_Bell
    Sv_BellAuthor
    Known Participant
    May 9, 2012

    But the HTML from the OSMF player cannot be embedded in a SWF file... What I loved about RTMP is that it can be part of a simple SWF (saved as a projector), and a single app can be shared / posted everywhere to watch the video stream. The OSMF solution forces viewers to come to my web site to watch movies. That is a huge step back for me since 90% of my current viewers (around 25,000) are watching remotely, without ever coming to my web site.

    I wanted HTTP streaming in order to reach iPhone devices - I hope it will be worth!!

    Adobe Employee
    May 10, 2012

    I think you can build AIR application based on OSMF player - so that your user base can directly invoke it from Desktop as any other application rather than coming on your website.

    Now coming to iOS - you can use our HLS(HTTP Live Streaming based on Apple's HTTP Streaming Specification) feature introduced in 4.5 for iOS based http streaming. You can either use video tag of HTML5 or build Native iOS app. OR you can still use same AIR application and upload it to Apple's App Store for HDS streaming - so choice on iOS is yours - whether you want to go for Native app and HLS OR AIR App and HDS.