Hello!
I have the next error at HLS playing:
play failed: An unexpected problem (but not server timeout or HTTP error) has been detected.
My playlist.m3u8 has the next content:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
http://[full-url]/playlist.m3u8?wowzasessionid=796443353
Where "playlist.m3u8?wowzasessionid=796443353" has the next content:
#EXTM3U
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:10
#EXT-X-MEDIA-SEQUENCE:1280
#EXTINF:13,
media_1280.ts?wowzasessionid=796443353
#EXTINF:10,
media_1281.ts?wowzasessionid=796443353
#EXTINF:10,
media_1282.ts?wowzasessionid=796443353
Where media_*.ts?wowzasessionid=796443353 is right, not broken H.264 stream with AAC audio.
Why it don't want to play?