matrixebiz
10 years agoRoku Guru
How to display a jpg on Roku?
Hello, I currently have my Roku reading an xml file with video content like below;
but how to I change the above code if I just want to show a jpg picture instead of a video? Thank you
<item sdImg="pkg:/images/SD/video.jpg" hdImg="pkg:/images/HD/video.jpg">
<title>Video</title>
<description></description>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://server.com/video.m3u8</streamUrl>
</media>
<synopsis></synopsis>
<live>True</live>
</item>
but how to I change the above code if I just want to show a jpg picture instead of a video? Thank you