Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
josiahssss
Level 7

How would I Put a live stream into rss, or Json as a feed for my roku sdk channel?

So, I cant figure out how to stream my livestream to roku:

 

I need it to stream from this url: http://eliyah.com:1935/live/smil:livedemo.smil/playlist.m3u8?DVR

Thanks!

 

 
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>EliYah.com Roku Channel</title>
    <link />
    <description>The EliYah.com Roku Channel</description>
    <language>en-us</language>
    <pubDate>Fri, 25 Feb 2022 16:51:07 GMT</pubDate>
    <image>
      <title>The EliYah.com Roku Channel</title>
      <url>https://eliyah.com/live.jpg</url>
      <width>-1</width>
      <height>-1</height>
    </image>
    <item>
      <title>EliYah.com LIVE Video Broadcast</title>
      <link>https://eliyah.com/</link>
      <description>Typically begins @ 11:50AM ET every Sabbath (Sat.) and @ 7:50PM ET every 'Tuesday</description>
      <pubDate>Fri, 25 Feb 2022 16:51:07 GMT</pubDate>
      <guid isPermaLink="false">decbe34b64ea4ca281dc09997d0f23fd</guid>
      <media:content bitrate="1328.0" fileSize="8731706" framerate="23.976" height="720" type="HLS" width="1280" isDefault="true" url="http://eliyah.com:1935/live/smil:livedemo.smil/playlist.m3u8?DVR">
        <media:description>Typically begins @ 11:50AM ET every Sabbath (Sat.) and @ 7:50PM ET every 'Tuesday</media:description>
        <media:keywords>Live stream, eliyah, roku, study, bible</media:keywords>
        <media:thumbnail url="https://eliyah.com/live.jpg" />
        <media:title>EliYah.com LIVE Video Broadcast</media:title>
      </media:content>
    </item>
  </channel>
</rss>
 
 
 
0 Kudos