chainging udpsink host property in RTP server

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

chainging udpsink host property in RTP server

Lucifer
Hello all ,
I have a pipeline like this one http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh in my C application.

Now I'd like to change the udpsink "host" property of all the 4 flows (audio rtp, audio rtcp, video rtp and video rtcp).

What is the better way to proceed? is it possible to do it without stopping the pipeline?

using g_object_set in playing state doesn't work.
Thanks!!
Lucy


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: chainging udpsink host property in RTP server

Wim Taymans
On 02/22/2011 06:35 AM, Claudio Filipponi wrote:
Hello all ,
I have a pipeline like this one http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh in my C application.

Now I'd like to change the udpsink "host" property of all the 4 flows (audio rtp, audio rtcp, video rtp and video rtcp).

What is the better way to proceed? is it possible to do it without stopping the pipeline?

using g_object_set in playing state doesn't work.

According to the code, it should work in playing. Please file a bug if it doesn't work for you.

Wim

Thanks!!
Lucy

_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel