gst-interpipe
gst-interpipe copied to clipboard
Python example of source switching using interepipes
Constructed a simple gst-pipeline in python, to switch to a dummy source when the source is down
Hey @migueltaylor would love to hear your feedback on this example, and if it provides anything of value
@santosh-r24 This looks really cool! We have actually accomplished something similar using the gstd Python client, but I must say that doing it directly in Python is a fantastic approach. I believe including it as an example will greatly benefit those who use interpipes without gstd.