How to make video + audio pipeline continue working if audio failed

Nirbheek Chauhan nirbheek.chauhan at gmail.com
Tue May 30 22:47:12 UTC 2023


On Wed, May 31, 2023 at 2:45 AM Сам ти Ім'я ;-) via gstreamer-devel
<gstreamer-devel at lists.freedesktop.org> wrote:
>
> How can I modify the below pipeline to make it continue executing and producing video frames after the audio part failed (i.e mic was disabled during the execution)
>
> gst-launch-1.0 videotestsrc ! fakesink wasapisrc ! fakesink
>

The simplest way to achieve that is by putting the two branches in
separate pipelines.

Cheers,
Nirbheek


More information about the gstreamer-devel mailing list