增加tvheadend说明
This commit is contained in:
2024-01-19 11:38:34 +08:00
parent 9454ef404f
commit d2bdb6eaaa
2 changed files with 51 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](C:\Users\NHT\AppData\Roaming\Typora\typora-user-images\image-20240119112539935.png)
填写密码
![image-20240119112626397](C:\Users\NHT\AppData\Roaming\Typora\typora-user-images\image-20240119112626397.png)
最后使用浏览器访问 http://设备 ip:9981 即可
## 使用
待补充
## 注意事项
1. 登录不进去,提示 403Forbidden
造成原因:安装的过程没有仔细查看提示信息并正确输入用户名和密码,导致用户名和密码验证失败。
解决方法:使用管理终端或者文件管理器等工具,编辑文件"/var/lib/tvheadend/superuser"
![image-20240119113412054](C:\Users\NHT\AppData\Roaming\Typora\typora-user-images\image-20240119113412054.png)
自行修改用户名和密码后保存(用户名和密码明文存储)
```shell
#重启tvheadend
systemctl restart tvheadend
```
最后使用修改后用户名和密码登录即可

View File

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