# 📼 FFmpeg

# 转推 Youtube 流

# set_proxy

YTB_LIVE_URL=
# youtube-dl --list-formats "$YTB_LIVE_URL"

SOURCE_STREAM=`youtube-dl -f best -g "${YTB_LIVE_URL}"`
DIST_RTMP=

ffmpeg -re -i ${SOURCE_STREAM} -acodec copy -vcodec copy -f flv ${DIST_RTMP}