Hello, I am new to GStreamer. I have a pipeline that streams a VOD file to an RTMP output. I added a live RTMP stream as a second input and used input-selector
to switch between them. However, after switching inputs, I encounter the following issues:
- Backward DTS warnings for both video and audio in
flvmux
. - Prolonged buffering in the player before switching to the live stream.
- Audio-video synchronization issues after the switch.
I have already tried using ts-offset
, but it didn’t resolve the issue. Any insights on how to fix these problems would be greatly appreciated.
Thank you!