Problem playing back HLS in an AIR for IOS app
I have a basic AIR for IOS app that attempts to play back the sample HLS file included with FMS 4.5. The file I am requesting is at "http://10.173.5.150/hls-vod/sample1_1500kbps.f4v.m3u8"
When I request this file directly in the Safari browser on my Ipad 1, it plays back fine as expected. When I request the same file in an AIR for IOS app on the same Ipad I get a NetStream.Play.StreamNotFound Info event and no playback. OSMF Log pasted below.
Any ideas on what could be wrong here?
I must add that the same AIR app deployed to a Glalaxy Tab 10.1 (Android) plays back the HDS streams fine from "http://10.173.5.150/hds-vod/sample1_1500kbps.f4v.f4m"
Thx
- Abey
Tue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
Tue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
Tue Nov 8 2011 09:49:17 AM [INFO] [org.osmf.media.videoClasses.VideoSurface] switchRenderer. currentVideoRenderer = null; the new renderer = [object StageVideo]
Tue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
Tue Nov 8 2011 09:49:17 AM [DEBUG] [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
Tue Nov 8 2011 09:49:17 AM [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Pause.Notify
Tue Nov 8 2011 09:49:20 AM [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Play.StreamNotFound
Tue Nov 8 2011 09:49:20 AM [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Pause.Notify
