Skip to content

ForgottenDevil/tbs-iptv-android

 
 

Repository files navigation

中文 | English

TBS IPTV player for Android TV, with udpxy support.

official site (Chinese)

IPTV Configuration

web interface

http://{yourAppHostIp}:1213

web api

Import TV channels

POST http://{yourAppHostIp}:1213/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}:1213/api/settings/udpxy

body

{
    "addr": "192.168.1.254:1234"
}

To disable udpxy, POST

{
    "addr": null
}

About

TBS IPTV player, with udpxy support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 74.0%
  • Java 26.0%