FoodChainTV
11 years agoVisitor
[FIXED]My channel only works in HD. Videos do not play in SD
I have set up my private channel, and everything works just fine in HD. But, when I set my Roku to SD 4:3 for testing, my videos will not play. What do I have to do, to get my channel to work in HD and SD? Do I have to add some instructions to my XML feed file? Or do I have to edit another file?
My video URL's are coming from my Vimeo Pro account.
I am using the videoplayer from the Roku SDK.
I am not sure if I have to add some sort of line to my manifest, or one of the source files in the SDK? I am thinking that I may be missing something in my XML feeds?
Here is an example of one of my XML files that works fine in HD, but not in SD (i have added generic text to some categories):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<!-- resultLength indicates the total number of results for this feed -->
<resultLength>2</resultLength>
<!-- endIndix indicates the number of results for this *paged* section of the feed -->
<endIndex>2</endIndex>
<item sdImg="http://www.foodchaintv.com/testing/images/Episode-1-pic.png" hdImg="http://www.foodchaintv.com/testing/images/Episode-1-pic.png">
<title>EP 1: Dallas BBQ</title>
<contentId>10011</contentId>
<contentType>2015</contentType>
<contentQuality>HD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>2400</streamBitrate>
<streamUrl>http://example_videoHD.mp4"</streamUrl>
</media>
<synopsis>On this episode Blah blah</synopsis>
<genres>Show Title</genres>
<runtime>296</runtime>
</item>
</feed>
My video URL's are coming from my Vimeo Pro account.
I am using the videoplayer from the Roku SDK.
I am not sure if I have to add some sort of line to my manifest, or one of the source files in the SDK? I am thinking that I may be missing something in my XML feeds?
Here is an example of one of my XML files that works fine in HD, but not in SD (i have added generic text to some categories):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<!-- resultLength indicates the total number of results for this feed -->
<resultLength>2</resultLength>
<!-- endIndix indicates the number of results for this *paged* section of the feed -->
<endIndex>2</endIndex>
<item sdImg="http://www.foodchaintv.com/testing/images/Episode-1-pic.png" hdImg="http://www.foodchaintv.com/testing/images/Episode-1-pic.png">
<title>EP 1: Dallas BBQ</title>
<contentId>10011</contentId>
<contentType>2015</contentType>
<contentQuality>HD</contentQuality>
<streamFormat>mp4</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>2400</streamBitrate>
<streamUrl>http://example_videoHD.mp4"</streamUrl>
</media>
<synopsis>On this episode Blah blah</synopsis>
<genres>Show Title</genres>
<runtime>296</runtime>
</item>
</feed>