Skip to main content

Sample Remote Streams

Local Camera

local_camera.yml
url: "rtsp://user:pass@192.168.1.100/h264_Preview_01_sub"
is_live: true
duration: 01:00:00

Remote VOD Content

remote_vod.yml
script: "yt-dlp whatever --hls-use-mpegts -o -"
is_live: false

Remote Live Content

remote_live
script: "yt-dlp whatever-live --hls-use-mpegts -o -"
is_live: true
duration: 02:00:00