matrixebiz
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2024
02:25 PM
Proper SG xml feed format
Hello,
Is there a way to fix an issue that has happened with a Roku firmware update I think. Do you know the proper way to format xml feed files for HLS stream? All my streams now do digital breakup and pixelization and doesn't seem to be the source.
A stream in my xml looks like this;
<item sdImg="pkg:/images/HD/Pic.png" hdImg="pkg:/images/HD/Pic.png">
<title></title>
<description></description>
<streamFormat>hls</streamFormat>
<switchingStrategy>full-adaptation</switchingStrategy>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://Server.com/Video.m3u8</streamUrl>
</media>
<synopsis></synopsis>
<live>True</live>
</item>