<div dir="ltr">Hello,<div><br></div><div>Is it possible to make use of dynamic pipelines when passing the launch line via gst_rtsp_media_factory_set_launch? </div><div><br></div><div>For starters, I found out that it must have at least one payloader named pay%d. This is quite problematic if you don't know the codec before spinning the pipeline as you must use the correct payloader. Luckily, I am using rtpgstpay as my payloader so it's fixed.</div><div><br></div><div>But what about the rest of the pipeline? For example, if the codec is h264 then I need to add an h264parse element in the pipeline same for h265 or other codecs. This can be done when using uridecodebin and connect the pad-added callback. Is this the right way to go about this? and if my payloader is not fixed, how would one add it dynamically at runtime?</div><div><br></div><div>I am open to suggestions, Thanks in advance!</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Best Regards,<br>Eslam Ahmed</div></div></div></div></div>