Issue 1
I used 'mediastreamvalidator' provided HTTP Live Streaming Tools for stream validation. I got this must fix error as the output
$ mediastreamvalidator -d iphone -p http://<streamurl> -V
--------------------------------------------------------------------------------
MUST fix issues
--------------------------------------------------------------------------------
Error: Old codec format (RFC 4281) subelements found. Use format specified by RFC 6381
--> Detail: Subelements: 66.30
--> Source: http://<streamurl>
--> Compare: chunklist_w3602338.m3u8
Does this cause a rejection from the appstore.
Issue 2
I am using HLS live streaming and am taking guidance from
https://developer.apple.com/library/ios/qa/qa1767/_index.html
Following is the output of my m3u8 file for a stream
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=250000
chunklist_w224836621.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=64000
chunklist_w224836621_ao.m3u8
Is this a valid file or will this cause a rejection.
An answer will be much appreciated
Thanks.