# tbs-android **Repository Path**: mirrors/tbs-android ## Basic Information - **Project Name**: tbs-android - **Description**: 土拨鼠影音为IPTV用户提供了更多(少)的选择: 不用再切换信号源 不用再更换换遥控器 直接在现有安卓盒子或电视上观看 特性: 频道列表导入(Web界面或直接调用API) udpx - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2019-07-24 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 中文 | [English](README.md) # 土拨鼠影音,IPTV播放器。基于libvlc。 ## [官网](http://www.turboshow.cn) ![输入图片说明](https://images.gitee.com/uploads/images/2019/0727/201458_7b480937_82552.png "screenshot.png") ## 设置 ### web界面 `http://{app所在设备IP}:1212` ### Web API #### 导入播放列表 注:请自行抓包制作播放列表,或者网上找 `POST http://{app所在设备IP}:1212/api/settings/playlist` body ``` [ { "title": "Channel 1", "url": "rtp://239.0.0.1:1234" }, { "title": "Channel 2", "url": "rpt://239.0.0.2:1234" }, ... ] ``` #### udpxy 如路由器支持udpxy,可设置相应地址进行加速. `POST http://{app所在设备IP}:1212/api/settings/udpxy` body ``` { "addr": "192.168.1.254:1234" } ``` 关闭udpxy POST ``` { "addr": null } ``` ## build内置web界面 `$ cd web` `$ ./deploy.sh`