Hi there every one I hope some one can help me with this one as I been at it for near 3 days now and im getting now where, I have setup a
Private Channel for beta testing before I go live with the Public Channel. now so far i got ever thing to work as far as playing mp4 files but when it comes to live streaming I keep hitting a wall.
so far I have tried using m3u8 files and others but the player just can seem to read them so dose any one have the right format to use to stream some thing like mp3 and also ustream.tv streams.
below is a copy of the xml file I have been trying to use is any one can help you be saving me from going bold as im pulling my hair out
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<resultLength>1</resultLength>
<endIndex>1</endIndex>
<item sdImg="http://telstar-telecom.com/roku/images/newtech.jpg" hdImg="http://telstar-telecom.com/roku/images/newtech.jpg">
<title>Live Stream</title>
<contentId>10001</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://telstar-telecom.com/roku/videos/test4.m3u8</streamUrl>
</media>
<synopsis>Live Feed Test</synopsis>
<genres>Clip</genres>
<runtime>500</runtime>
</item>
</feed>
