Android TV project for live Streaming. With this app we can fetch channels from file (m3u) and show in list. Select channel to play. We can use IR Remote too to navigate between channels.
Simply clone this repo
$ git clone https://github.com/athasamid/stbiptv.git
add m3u file in tv/src/main/res/raw/
and run
- Support M3U playlist
- Support IR Remote (change with number id)
- Parse M3U playlist and save to local db
- Fixing bugs remote force close
- Fixing bugs libVLC cannot find instance
- Add upload m3u from url and local storage