AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
7.07k stars 505 forks source link

RTSP Audio combine Onvif Video #1420

Open daxxis opened 3 weeks ago

daxxis commented 3 weeks ago

Help me set up, I have two streams, the first is rtsp audio and the second is onvif video, I need to combine them and rebroadcast them along with the sound, I managed to do this and it works, the most important thing is how to set the delay for the sound in order to synchronize it for the stream output

My config:

ffmpeg: bin: /usr/local/bin/ffmpeg7

streams: axis_34:

I don’t understand how and where to apply arguments for ffmpeg

Please help🙏