Closed dan-live365 closed 11 months ago
audioplayers plugin support HLS audio, This error is caused by timeout when request https://streaming.live365.com/a30478/playlist.m3u8. The audioplayers made a http request to play HLS audio, but if it doesn't get response in 10 seconds, audioplayers of tizen will retry again. After 3 times, audioplayers will abort the operation. I tried other hls audio, audioplayers plugin of tizen can play it successfully.
Hey, thank you very much for the reply! I don't know why the timeout occurs at the moment, as there is no geoblocking added to the stream. Could you provide more info or documentation on which HLS formats that are currently supported on Tizen?
You can find more details here https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html
Hello! I'm using audioplayers_tizen to stream audio to a Tizen TV app. In order to achieve that I'm using a
AudioPlayer _tizenPlayer = AudioPlayer(); await _tizenPlayer!.play(UrlSource(url));
Everytime I try to play from a HLS stream I get:Before that I've used ICY stream that was running fine.
Examples of the streams are:
I've been looking through the Tizen docs if there are any HLS limitations, but couldn't find anything. My question is: does this plugin support audio HLS streaming?