要將視頻從IP攝像頭流式傳輸到Youtube我使用的是代碼(通過Ubunu): ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp:// user: [email protected]:554 -tune zerolatency -vcodec libx264 -pix_fmt + -c:v copy -c:aac -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/ -nostdin -nostats的/ dev/null的2>FFMPEG流RTSP到RTMP(Youtube)添加徽標
這是學校 我有兩個攝像頭和兩個流的蜜蜂項目: https://www.youtube.com/watch?v=ws-VcLXo-hI
一切都OK了,但是......我想知道: 1. 如何添加png圖標到該strem。我已嘗試-i /home/user/rvvg_logo_round.png -codec:v libx264 -preset ultrafast -filter_complex覆蓋和另一種方法,但沒有結果。 2.有時在晚上有問題,視頻流停止。 如何自動檢查進程狀態並重新啓動流。 我試圖創建如http://videos.cctvcamerapros.com/raspberry-pi/ip-camera-raspberry-pi-youtube-live-video-streaming-server.html中所述的sh文件並放入cron作業,打賭這只是檢查一個凸輪進程。有更好的主意嗎?