File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ sudo make install
189189
190190# ## 可选依赖
191191
192- - **curl** 或 **uclient-fetch**:用于获取外部 M3U 播放列表(HTTP/HTTPS)
192+ - **curl** 或 **uclient-fetch** 或 **wget** :用于获取外部 M3U 播放列表(HTTP/HTTPS)
193193- **ffmpeg**:用于视频快照功能
194194
195195# # 下一步
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rtp2httpd 全面支持 M3U/M3U8 播放列表格式,可自动识别节目并提
2121``` ini
2222[global]
2323# 外部 M3U 配置(支持 file://, http://, https://)
24- # 注意:HTTP/HTTPS 需要安装 curl 或 uclient-fetch 命令
24+ # 注意:HTTP/HTTPS 需要安装 curl 或 uclient-fetch 或 wget 命令
2525external-m3u = https://example.com/iptv.m3u
2626# 或使用本地文件
2727external-m3u = file:///path/to/playlist.m3u
@@ -197,7 +197,7 @@ http://other-cdn.com/live/stream.m3u8
197197
1981981 . ** HTTP/HTTPS 支持**
199199
200- - 需要系统安装 ` curl ` 或 ` uclient-fetch ` 命令
200+ - 需要系统安装 ` curl ` 或 ` uclient-fetch ` 或 ` wget ` 命令
201201 - rtp2httpd 会自动检测并使用可用的工具
202202
2032032 . ** 更新策略**
You can’t perform that action at this time.
0 commit comments