RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
143 stars 64 forks source link

Python example of source switching using interepipes #149

Open santosh-r24 opened 1 year ago

santosh-r24 commented 1 year ago

Constructed a simple gst-pipeline in python, to switch to a dummy source when the source is down

santosh-r24 commented 1 year ago

Hey @migueltaylor would love to hear your feedback on this example, and if it provides anything of value

migueltaylor commented 1 year ago

@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.