Flash AS3 AIR on iOS not HLS AAC streaming

This is already a nightmare for me .. I need this AAC to work on a project and there is no other way or alternatives.

I am using this library https://github.com/mangui/flashls and successfully streaming ACC and MP3 using M3U8.

Now I need to get it to work on iOS and iOS, only MP3 stream works. AAC seems to be working as the buffer is being loaded and so on, but there is no sound.

AIR has support for H.264 / AAC playback for iOS with AIR 2. Source: http://www.adobe.com/devnet/articles/flashplayer-air-feature-list.html

And there are some NetStream members that are not supported, which might be the reason audio is not playing on iOS. Source: "Support for H.264 encoded video in AIR for iOS" http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html

Also the guy who wrote FlashHLS answered that he doesn't find any problems with the log files here: https://github.com/mangui/flashls/issues/150

NOTE. I am streaming audio only and I only need audio. It would be great if there was only an audio library that doesn't use stageVideo.

Here is my test app code: https://www.dropbox.com/s/y1t9jkv7tg1lgvy/iOS%20test%20ACC.zip?dl=0

AAC stream: http://media.err.ee/viker/mp4:2104941.m4a/playlist.m3u8

Thank!

+3


source to share





All Articles