flingsoft
15 years agoVisitor
Can anyone post their working HLS XML?
I am using the following and every time I go to play the video it just drops out instantly with the cryptic unknown error.
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>512</streamBitrate>
<streamUrl>http://urltostream.com/dir/filename.m3u8</streamUrl>
</media>
We are trying to leverage the adaptive bitrate streams that are already running within our iOS app, so it has several bitrates under it obviously. If I point right to the MP4s then things are all okay so it seems like an XML or stream issue.
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>512</streamBitrate>
<streamUrl>http://urltostream.com/dir/filename.m3u8</streamUrl>
</media>
We are trying to leverage the adaptive bitrate streams that are already running within our iOS app, so it has several bitrates under it obviously. If I point right to the MP4s then things are all okay so it seems like an XML or stream issue.