- /usr/local/ffmpeg-whip/bin/ffmpeg \
- -rtsp_transport tcp \
- -i "rtsp://admin:Wxc767718929@192.168.0.64:554/Streaming/Channels/101" \
- -map 0:v:0 -map "0:a?" \
- -c:v libx264 \
- -preset veryfast \
- -tune zerolatency \
- -profile:v baseline \
- -level 3.1 \
- -pix_fmt yuv420p \
- -g 30 -keyint_min 30 \
- -b:v 2500k -maxrate 2500k -bufsize 5000k \
- -c:a opus -strict -2 -ar 48000 -b:a 128k \
- -f whip "https://customer-pj89kn2ke2tcuh19.cloudflarestream.com/8c108b4025d3278b188b443e8a6c5503kb51e49994b6fd9e56b6f1fdfcd339fe6/webRTC/publish" \
- -headers "Authorization: Bearer ZrpMoQ15dCCe6rX0pKINzcb0eNdakSih-TmQrbq-"
|