Results 1 to 9 of 9

Thread: Roku private channel for Aussie TV

  1. #1
    Junior Member
    Join Date
    Mar 2015
    Posts
    2
    Thanks
    0
    Thanked 11 Times in 2 Posts
    Rep Power
    0
    Reputation
    230

    Default Roku private channel for Aussie TV

    My first roku private channel i know it's need a lot of work on it any suggestions are welcome
    to add the channel
    Thanks to and for the list of streams






  2. The Following 10 Users Say Thank You to spiroc For This Useful Post:

    admin (26-05-16),apsattv (26-05-16),crazy (27-07-16),FlynnS (22-06-16),malcolmturnbull (26-05-16),OSIRUS (26-05-16),pheggie (25-05-16),pvandenh (26-05-16),Smacca (27-07-16),tmsani (26-05-16)



Look Here ->
  • #2
    Banned

    Join Date
    Jan 2008
    Posts
    2,783
    Thanks
    1,262
    Thanked 1,871 Times in 886 Posts
    Rep Power
    0
    Reputation
    27488

    Default

    You've done an excellent job on this you really have great skill in writing Roku channels and this has a very professional feel and polish.
    Well done.

  • #3
    Premium Member
    ol' boy's Avatar
    Join Date
    Jan 2008
    Posts
    17,662
    Thanks
    8,131
    Thanked 10,460 Times in 5,194 Posts
    Rep Power
    4472
    Reputation
    184272

    Default

    Not a bad first post
    Well Done Spiroc
    If u want to go on an expedition get a Land Rover, if u want to come home from an expedition get a Landcruiser!

  • #4
    Junior Member
    Join Date
    Dec 2009
    Posts
    9
    Thanks
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Reputation
    20

    Default

    Nice....

    Any chance you can ZIP it and upload it for Sideloading (for users running a TTV or NowTV branded box)?

  • #5
    Administrator
    admin's Avatar
    Join Date
    Jan 2008
    Location
    Victoria
    Age
    56
    Posts
    31,150
    Thanks
    2,238
    Thanked 13,731 Times in 5,823 Posts
    Rep Power
    4553
    Reputation
    165805

    Default

    Great to see someone having a go. I have tried many times in the past to get members to do something like this without success (except for pheggie)

  • The Following User Says Thank You to admin For This Useful Post:

    pheggie (26-05-16)

  • #6
    Banned

    Join Date
    Jan 2008
    Posts
    2,783
    Thanks
    1,262
    Thanked 1,871 Times in 886 Posts
    Rep Power
    0
    Reputation
    27488

    Default

    spiros if you like writing apps for roku if it's not too hard make a roku app that can point to a m3u file and list and play it's m3u8 link list
    as no roku apps exist that can do this unless your prepared to pay a monthly subscription fee.

  • #7
    Junior Member
    Join Date
    Mar 2015
    Posts
    2
    Thanks
    0
    Thanked 11 Times in 2 Posts
    Rep Power
    0
    Reputation
    230

    Default

    Quote Originally Posted by pheggie View Post
    spiros if you like writing apps for roku if it's not too hard make a roku app that can point to a m3u file and list and play it's m3u8 link list
    as no roku apps exist that can do this unless your prepared to pay a monthly subscription fee.
    The Roku Media player channel can play playlist files from usb or sd card but it need to end whit .m3u but it wont show the names of the stream just the address to stream



    or u can use the videoplayer from the sdk examples and rewrite the feeds to match your list

    PHP Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <feed>
        <!-- resultLength indicates the total number of results for this feed -->
        <resultLength>4</resultLength>
        <!-- endIndix  indicates the number of results for this *paged* section of the feed -->
        <endIndex>4</endIndex>
        <item sdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/JimFallon.jpg" hdImg="http://rokudev.roku.com/rokudev/examples/videoplayer/images/JimFallon.jpg">
            <title>Jim Fallon: Exploring the mind of a killer</title>
            <contentId>10001</contentId>
            <contentType>Talk</contentType>
            <contentQuality>SD</contentQuality>
            <streamFormat>mp4</streamFormat>
            <media>
                <streamQuality>SD</streamQuality>
                <streamBitrate>1500</streamBitrate>
                <streamUrl>http://video.ted.com/talks/podcast/JimFallon_2009_480.mp4</streamUrl>
            </media>
            <synopsis>Psychopathic killers are the basis for some must-watch TV, but what really makes them tick? Neuroscientist Jim Fallon talks about brain scans and genetic analysis that may uncover the rotten wiring in the nature (and nurture) of murderers. In a too-strange-for-fiction twist, he shares a fascinating family history that makes his work chillingly personal.</synopsis>
            <genres>Clip</genres>
            <runtime>1260</runtime>
        </item>
    to .....
    PHP Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <feed>
        <!-- resultLength indicates the total number of results for this feed -->
        <resultLength>4</resultLength>
        <!-- endIndix  indicates the number of results for this *paged* section of the feed -->
        <endIndex>4</endIndex>
        <item sdImg="http://addressto sd logo" hdImg="http://address to hd logo">
            <title>Channel 7 Perth</title>
            <contentType>Talk</contentType>
            <contentQuality>SD</contentQuality>
            <streamFormat>hls</streamFormat>
            <media>
                <streamQuality>SD</streamQuality>
                <streamBitrate>1500</streamBitrate>
                <streamUrl>https://sevenwestmedia01-i.akamaihd.net/hls/live/224817/PER1/master.m3u8</streamUrl>
            </media>
            <synopsis></synopsis>
            <genres>Live</genres>
                  <live>True</live>
        </item>
    Last edited by spiroc; 26-05-16 at 04:06 PM.

  • The Following User Says Thank You to spiroc For This Useful Post:

    pheggie (26-05-16)

  • 27-07-16, 05:23 AM

    Reason
    Spam

  • #8
    Premium Lager

    Join Date
    Jan 2008
    Age
    60
    Posts
    4,882
    Thanks
    1,635
    Thanked 2,711 Times in 1,230 Posts
    Rep Power
    1175
    Reputation
    40746

    Default

    Is monetizing even a word?????
    __________________________________________________ __
    Statistically, if you wait long enough, everything will happen!

  • #9
    Junior Member
    Join Date
    Jan 2017
    Location
    Ottawa, Canadaa
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Thanks for the Roku channel - been looking for a while. Hard to find much for my cousins down under

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •