22 Star 88 Fork 14

sAGiTTaR / tbs-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 927 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dong Han 提交于 2019-07-27 17:41 . edit README

中文 | English

TBS IPTV player for Android devices, based on libvlc.

official site (Chinese)

Downloads

Configuration

web interface

http://{yourAppHostIp}:1212

Currently the web interface is only in Chinese.

web api

Import TV channels

POST http://{yourAppHostIp}:1212/api/settings/playlist

body

[
    {
        "title": "Channel 1",
        "url": "rtp://239.0.0.1:1234"
    },
    {
        "title": "Channel 2",
        "url": "rtp://239.0.0.2:1234"
    },
    ...
]

udpxy

udpxy can be enabled to convert RTP to HTTP.

POST http://{yourAppHostIp}:1212/api/settings/udpxy

body

{
    "addr": "192.168.1.254:1234"
}

To disable udpxy, POST

{
    "addr": null
}

Build web interface

$ cd web

$ ./deploy.sh

Android
1
https://gitee.com/sagittar/tbs-android.git
git@gitee.com:sagittar/tbs-android.git
sagittar
tbs-android
tbs-android
master

搜索帮助