Ok, so I'm a complete newb, I'm working on this test channel trying to figure out how to stream live video! I'm using a working stream but
it just doesn't work on Roku.. Here's my XML file below..
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<resultLength>2</resultLength>
<endIndex>4</endIndex>
<item sdImg="http://www.stevenduke.com/octave/images/attitude_sd_poster.jpg" hdImg="http://www.stevenduke.com/octave/images/attitude_hd_poster.jpg">
<title>Nasa Live Stream</title>
<contentId>10001</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://iphoned5.akamai.com.edgesuite.net/mhbarron/nasatv/nasatv_all.m3u8</streamUrl>
</media>
<synopsis>Naza Live Feed Test</synopsis>
<genres>Clip</genres>
<runtime>1260</runtime>
</item>
</feed>
Here are the errors I'm getting:
ButtonPressed
showHomeScreen | msg = Stream started. | index = 0
Unexpected event type: 20
showHomeScreen | msg = Content contains no playable tracks. | index = 0
Video status: 0 0
showHomeScreen | msg = | index = -5
Video request failure: -5 1
showHomeScreen | msg = | index = 0
Screen closed
Button pressed: 1 0
I need to figure this out but tutorials don't really cover this..
In the near future I'm going to need to be able to stream live video and live audio channels for a company I'm working with.
Any help would be appreciated.. I just don't understand what I need to do to make this work.. There really hasn't been an
end to end tutorial that covered these different types of streams, xml...ect..
😧 Thanks!!