Giter Club home page Giter Club logo

cumulustv's Introduction

CumulusTV

Android TV Live Channel Plugin with user-entered stream files

CumulusTV is a service that allows users to add HLS (HTTP Live Streaming) files or any website and play them through the Live Channels app on Android TV. Channels can be added through Android TV, or sync your data with Google Drive and edit the data on any computer.

Contributing

This is a community project. I welcome any other developers to contribute to this project as well, whether in the form of a web app, a phone app, or on the Android TV app. Please submit a pull request.

If you can't develop, you can create an issue here, or send inquires @HandNF on Twitter.

Download it Now

The app is available for free on Google Play as a beta. Anyone who downloads and uses the beta will be using the most recent release.

History

This originally started from a thread on Reddit where a user wanted to add user-defined channels using m3u8 files.

To-Do

  • Find m3u streams to provide as samples
  • Get program guide data to supply streams if data exists

Suggested Streams

To help users quickly setup, I want a set of suggested streams (m3u8 files) that users can add. If you have a suggestion, add it as an issue for this project so I can add it to the list.

JSON Format

Google Drive syncs a JSON file between all your devices that can be easily edited. Here is the format:

{ 
  "channels":[      //JSON Array
        {
            "number": "1337", //Channel Number
            "name": "Aquarium", //Channel Title
            "logo": "logo.jpg", //Channel Logo
            "url":"stream.m3u8", //Channel stream or website url
            "splashscreen":"" //Optional splashscreen instead of default one
            "genres":"NEWS,MUSIC" //Comma separated array of channel genres  
        }
    ],
    "modified":"1234", //Timestamp in ms of last edit 
    "possibleGenres":["NEWS", ...] //JSON array of genres which you can use, that are supposed by AndroidTV
}

Plugin

Want to make it easy for users to add a Twitch stream without entering a complicated URL? Then you want to create a plugin. This is an app that works easily with CumulusTV, simplifying the amount of work you need to do for a live channel to appear.

To learn how to do this, read this wiki page.

Photos

Selecting http://time.is as a channel source

cumulustv's People

Contributors

fleker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.