Streaming FLV files over HLS-VOD to iOS.
We are using AMS 5.0.1 to live publish over RTMP. These store on the server in FLV format. We have developed Android and Desktop solutions that are working wonderfully.
We are looking to build an iOS solution that will be playback only. HLS-VOD seems to the path of least resistance for this. This is configured on the server, and it streams f4v files to our iOS app fine. However, attempting to stream an FLV ends in a bad request.
http://fms.dev/hls-vod/intro/374/1920_1365014957078.flv.m3u8 -> 400 bad request
Apache Error Log reads: [error] mod_hlshttp [400]: Invalid file 1920_1365014957078.flv - File format not supported for Media file
It appears FLV format is not supported for media files, but it's the default format for published streams?? What's the best way for us to stream our FLV files to an iOS device? Our application is written in Objective C and we are not considering AIR an option.
