# tbs-android **Repository Path**: Doer/tbs-android ## Basic Information - **Project Name**: tbs-android - **Description**: 安卓IPTV播放器 - **Primary Language**: Android - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2019-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 中文 | [English](README.md) # 土拨鼠影音,IPTV播放器。基于libvlc。 ## 项目已转移至 https://gitee.com/turboshow/tbs-tv-android ## [官网](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`