1 Star 0 Fork 0

Android-TV / CumulusTV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

CumulusTV

Android TV Live Channel Plugin with user-entered stream files, powered by the TIF Companion Library.

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.

Documentation and short guides can be found on the project's website.

Discussion can happen on the subreddit.

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.

Create a Plugin

CumulusTV supports a plugin infrastructure to make it easier to setup certain types of sources when the URL may change.

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.

repositories {
	...
	maven { url 'https://jitpack.io' }
}

compile 'com.github.Fleker:CumulusTV:1.7.+'

To learn how to do this, read this guide.

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
  • Expand the types of data to be imported
  • Expand the locations where data can be imported
  • Android Auto support

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. The format is below. Of course, you can easily import and export M3U playlists using the built-in parser from a local file or from the web.

Screenshots



Selecting http://time.is as a channel source
MIT License Copyright (c) 2015 Nick Felker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Android TV Live Channel Plugin with user-entered stream files 展开 收起
Android
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Android
1
https://gitee.com/Android-TV/CumulusTV.git
git@gitee.com:Android-TV/CumulusTV.git
Android-TV
CumulusTV
CumulusTV
master

搜索帮助