How to make video + audio pipeline continue working if audio failed
vinod kesti
vinodkesti at yahoo.com
Tue May 30 21:47:23 UTC 2023
Use dynamic pipeline to remove the audio brancj e.x wasapisrc ! fakesink
Below are some documents
https://gstreamer.freedesktop.org/documentation/application-development/advanced/pipeline-manipulation.html?gi-language=c
https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c
This has some good example.
https://github.com/MaZderMind/dynamic-gstreamer-pipelines-cookbook
Sent from Yahoo Mail. Get the app
On Tuesday, 30 May, 2023 at 03:09:47 pm GMT-5, Сам ти Ім'я ;-) 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
Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230530/6fb7292d/attachment.htm>
More information about the gstreamer-devel
mailing list