新增拉流转推功能,并按业务重设计摄像头/拉流独立界面
支持 RTMP/SRT/HLS/FLV/WHEP 拉流到 YouTube;摄像头与拉流页采用独立工作台布局,更新 README 文档。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
16
config/pull_stream.example.ini
Normal file
16
config/pull_stream.example.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[pull_stream]
|
||||
# 拉流地址:支持 RTMP / RTMPS / SRT / HLS(m3u8) / HTTP-FLV / WHEP / UDP
|
||||
source_url =
|
||||
# auto | rtmp | rtmps | srt | hls | http-flv | webrtc | udp
|
||||
protocol = auto
|
||||
# transcode=转码推 YouTube;copy=直接复制(源须为 H.264+AAC)
|
||||
transcode = transcode
|
||||
bitrate = 4500
|
||||
use_gpu = 是
|
||||
srt_latency_ms = 200
|
||||
reconnect = 是
|
||||
# YouTube 频道/直播页,供目标端监听
|
||||
youtube_watch_url =
|
||||
label =
|
||||
# 额外 FFmpeg 输入参数(可选,空格分隔)
|
||||
extra_input_args =
|
||||
Reference in New Issue
Block a user