This commit is contained in:
teasiu
2024-01-19 11:52:29 +08:00
5 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,50 @@
---
sidebar_position: 13
---
# TvHeadend 使用教程
## 安装与卸载
```shell
#更新
apt update
#安装tvheadend
apt install tvheadend -y
#卸载tvheadend
apt remove tvheadend -y
```
填写用户名
![image-20240119112539935](.\img\tvheadend1.png)
填写密码
![image-20240119112626397](.\img\tvheadend2.png)
最后使用浏览器访问 http://设备 ip:9981 即可
## 使用
待补充
## 注意事项
1. 登录不进去,提示 403Forbidden
造成原因:安装的过程没有仔细查看提示信息并正确输入用户名和密码,导致用户名和密码验证失败。
解决方法:使用管理终端或者文件管理器等工具,编辑文件"/var/lib/tvheadend/superuser"
![image-20240119113412054](.\img\tvheadend3.png)
自行修改用户名和密码后保存(用户名和密码明文存储)
```shell
#重启tvheadend
systemctl restart tvheadend
```
最后使用修改后用户名和密码登录即可

View File

@@ -135,4 +135,8 @@ task 502
12. 更多的知识交流,请到社区去发帖求助或者互相指导。
<<<<<<< HEAD
** 免责声明:本固件只对海思机顶盒做了最完善地优化运行网心云容器魔方, 由于收益高低受网络,硬盘,时段,地区等多方面因素影响,本固件不对收益高低承担任何责任。
=======
**免责声明:本固件只对海思机顶盒做了最完善地优化运行网心云容器魔方, 由于收益高低受网络,硬盘,时段,地区等多方面因素影响,本固件不对收益高低承担任何责任。**
>>>>>>> ef034ef5948e3425e64a63da64672951a2f391f8

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB