Alex X
Alex X
I don't understand why you constantly show examples when there is no audio and when there is audio. If I understand correctly, the problem is with the video. There is...
This might be fixed in the distant future. When go2rtc has something like this https://github.com/AlexxIT/go2rtc/pull/1887
You don't needs gstreamer there. You can use ffmpeg like HomeBridge or Scrypted do this. Or you can try to do this with python. The problem and fix are described...
Ok. Now I get it. Yes, you can't use FFmpeg out of box and should do some additional logic with its output. I agree with HA maintainer, that using gstreamer...
Is this happening again on v1.9.11? Perhaps the problem was fixed by itself when updating external dependencies.
Are you sure this makes sense? Does anyone else confirm this? Is there a discussion of this problem somewhere?
You can use subtype query param https://github.com/AlexxIT/go2rtc/blob/34b103bbcba512a07fb1ea8a3c219ae31d2201bf/pkg/tapo/client.go#L114-L120
Because your config wrong.
There are no ready-made examples of mosaic composition. You can use exec source for this, but you'll need to read the ffmpeg documentation yourself. Specifying multiple sources makes sense in...