Hello all,
Hope you guys are doing well!
I’m trying to add a 2min delay for audio stream in the pipeline, but none of my solutions work:
- queue with max-size-time
- doesn’t work at all
- identity with ts-offset 2min + sync=true
- the stream got delayed 2min, but following element adds 2 min silent audio automatically
- the stream got delayed 2min, but following element adds 2 min silent audio automatically
- audioecho
- doesn’t work at all
May I know if there are other ways to do this? Thanks in advance!