Hi,
We have HLS server using Wowza server.
We have made a test application based on videoplayer sample.
Now we have some live channels that we have defined in the xml such as below
<item sdImg="http://www.xxxxxxx.com/roku/artwork/xxxxx.jpg" hdImg="http://www.xxxxxxx.com/roku/artwork/xxxxxxx.jpg">
<title>xxxxx</title>
<contentId>10052</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://x.x.x.x:1935/base1/xxxxxx/playlist.m3u8</streamUrl>
</media>
<synopsis>xxxxxxxxxxx</synopsis>
<genres>Entertainment</genres>
<runtime>8640</runtime>
</item>
problem description.
when we click play, it tries to play and then quits, comes back to old screen with play button,
now we try again to play , it works.
say about one in 10 it fails, no errors on wowza side , roku side a default error message
I have checked the server and see no issues on networking.
Please let me know how to resolve this.