Hello, I’m new to GStreamer and I’m trying to add a live stream on the fly 10 seconds after launching my pipeline.
However, I don’t see any particular errors in my logs, the stream doesn’t crash, but I can’t hear the live stream.
If I change my liveadder to a simple adder, it works, but I get a small dropout/artifact, and I’d like to avoid that.
I imagine it doesn’t work with the liveadder because of the clock or something like that, but since I’m a beginner, I’m really struggling to figure it out.
Here’s the GitHub link to the project; it’s quite simple (it’s in Go, but that doesn’t matter).