All Projects → Fleker → Cumulustv

Fleker / Cumulustv

Licence: mit
Android TV Live Channel Plugin with user-entered stream files

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cumulustv

Android P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 70 (-58.82%)
Mutual labels:  iptv
Retrograde Android
Play retro video games on your Android TV!
Stars: ✭ 114 (-32.94%)
Mutual labels:  android-tv
Bj Unicom Iptv
北京联通IPTV播放列表 Beijing Unicom IPTV playlist
Stars: ✭ 139 (-18.24%)
Mutual labels:  iptv
Repository.botallen
Kodi add-on repository focused for Indian Media Contents
Stars: ✭ 88 (-48.24%)
Mutual labels:  iptv
Tvlauncher
A TV Launcher UI use ViewPager+CustomView as Main Frame, like win8 style, including several specially good effect CustomWidget, such as FlyBorderView, PosterView, ReflectView, RippleLayout, TextImageView and so on. Also it defines some animation effects and functional utils.
Stars: ✭ 102 (-40%)
Mutual labels:  android-tv
Beijing Iptv
最好用的北京联通IPTV频道列表。https://bjiptv.tk
Stars: ✭ 125 (-26.47%)
Mutual labels:  iptv
Leankeykeyboard
Keyboard for Android based TV and set-top-box
Stars: ✭ 66 (-61.18%)
Mutual labels:  android-tv
Tvly Web
Vue.js based IPTV client
Stars: ✭ 155 (-8.82%)
Mutual labels:  iptv
Anexplorer
📁 Another Android Explorer ( File Manager ) is an All-in-One Open source file manager. AnExplorer File Manager (File Explorer) is designed for all android devices including Phones, Phablets, Tablets, Chromecast, Wear OS, Android TV and Chromebooks. It's a fully designed with Material guidelines by Google.
Stars: ✭ 1,505 (+785.29%)
Mutual labels:  android-tv
Ftvlaunchx
Simple helper application to allow custom launchers on Amazon Fire TV devices.
Stars: ✭ 130 (-23.53%)
Mutual labels:  android-tv
Backoffice Administration
Stars: ✭ 89 (-47.65%)
Mutual labels:  iptv
Livetvh.bundle
Live TV streaming with Plex and Tvheadend
Stars: ✭ 98 (-42.35%)
Mutual labels:  iptv
Wtv
解决电脑、手机看电视直播的苦恼,收集各种直播源,电视直播网站
Stars: ✭ 4,694 (+2661.18%)
Mutual labels:  iptv
Renative
🚀🚀🚀Build universal cross-platform apps with React Native. Includes latest iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
Stars: ✭ 1,199 (+605.29%)
Mutual labels:  android-tv
Iptv
Lista para IPTV abierto y colaborativo
Stars: ✭ 139 (-18.24%)
Mutual labels:  iptv
Freeiptv
FreeIPTV • Watch Free IPTV World Wide
Stars: ✭ 68 (-60%)
Mutual labels:  iptv
Iptv
Android project for live streaming IPTV
Stars: ✭ 120 (-29.41%)
Mutual labels:  iptv
Tvfocusborder
Android Tv 焦点框框架; 支持设置颜色或图片作为焦点框; 支持圆角变化
Stars: ✭ 156 (-8.24%)
Mutual labels:  android-tv
Iptv M3u Maker
IPTV 国内+国外 电视台直播源m3u文件, 收集&汇总&本地源脚本
Stars: ✭ 1,979 (+1064.12%)
Mutual labels:  iptv
Android Player
LUSH Player for Mobile, Tablet & TV
Stars: ✭ 129 (-24.12%)
Mutual labels:  android-tv

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].