# my_tv
**Repository Path**: elzoq/my_tv
## Basic Information
- **Project Name**: my_tv
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-31
- **Last Updated**: 2024-08-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
我的电视



使用Flutter开发的电视直播软件
## 使用
### 操作方式
遥控器操作方式主流电视直播软件一致;
- 频道切换:使用上下方向键,或者数字键切换频道;屏幕上下滑动;
- 频道选择:OK键;单击屏幕;
- 设置页面:菜单、帮助键、长按OK键;双击屏幕;
### 自定义设置
1. 进入设置页面
2. 请求网址:`http://<设备IP>:10381`
3. 按界面提示操作
支持修改直播源、节目单、缓存时间等
直播源:不支持多源,多源会存在频道重复问题
## 下载
可以通过右侧release进行下载或拉取代码到本地进行编译
## 说明
- 仅支持Android5及以上,Android4.4未测试(项目最低api为19)
- **网络环境必须支持IPV6**(默认源)
- 低端设备播放4K频道可能会出现卡顿,请移步[mytv-android](https://github.com/yaoxieyoulei/mytv-android)
- 只在自家电视上测过,其他电视稳定性未知
- 为了减少安装包大小,仅支持`armeabi-v7a`、`arm64-v8a`架构,`x86_64`自行编译
- 自行编译: 直播源、epg等参数位于[该文件](https://github.com/yaoxieyoulei/my_tv/blob/main/lib/common/values/constants.dart)
## 功能
目前着重移动端(Android)、电视端(Android),暂时没有适配桌面端、Pad端等
- [x] 换台反转
- [x] 数字选台
- [x] 节目单
- [x] 开机自启
- [x] 自动更新
- [x] 自定义直播源
- [x] 自定义节目单
- [ ] 性能优化
## 更新日志
[更新日志](./CHANGELOG.md)
## 开发环境
```
[√] Flutter (Channel stable, 3.19.4, on Microsoft Windows [版本 10.0.19045.3448], locale zh-CN)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Visual Studio - develop Windows apps (Visual Studio 生成工具 2022 17.7.5)
[√] Android Studio (version 2023.2)
[√] VS Code, 64-bit edition (version 1.87.2)
```
## 声明
此项目(我的电视)是个人为了兴趣而开发, 仅用于学习和测试。 所用API皆从官方网站收集, 不提供任何破解内容。
## 致谢
- [my-tv](https://github.com/lizongying/my-tv)
- [参考设计稿](https://github.com/lizongying/my-tv/issues/594)
- [IPV6直播源](https://github.com/zhumeng11/IPTV)
- [live](https://github.com/fanmingming/live)
- [pilipala](https://github.com/guozhigq/pilipala)
- 等等