Forum Discussion

matrixebiz's avatar
matrixebiz
Roku Guru
7 months ago

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>

No RepliesBe the first to reply