文件名称:appletv3-iptv:Apple TV 3设备的IPTV应用程序
文件大小:87KB
文件格式:ZIP
更新时间:2024-06-04 03:27:14
golang appletv JavaScript
苹果电视3 IPTV 这是用于Apple TV 3设备的IPTV应用程序。 它取代了RedbullTV应用。 安装 在您的网络中为appletv.redbull.tv创建DNS记录。 appletv.redbull.tv应该指向appletv3-iptv运行的IP地址。 生成appletv.redbull.tv证书 openssl req -new -nodes -newkey rsa:2048 -out redbulltv.pem -keyout redbulltv.key -x509 -days 7300 -subj " /C=US/CN=appletv.redbull.tv " openssl x509 -in redbulltv.pem -outform der -out redbulltv.cer && cat redbulltv.key >> redbulltv.pem
【文件预览】:
appletv3-iptv-main
----go.mod(230B)
----main.go(822B)
----.gitattributes(18B)
----.github()
--------workflows()
----go.sum(1KB)
----.vscode()
--------launch.json(216B)
----internal()
--------appletv()
--------config()
--------logging()
--------server()
--------m3u()
----LICENSE(1KB)
----README.md(3KB)
----Makefile(1KB)
----sample()
--------certs()
--------sample.m3u(428B)
--------config.yaml(238B)
----.editorconfig(218B)
----.gitignore(2KB)