This post was updated on .
Hi everybody,
Are there anyone who know the way that can send video stream to multiple udp client without using multiudpsink? Thank in advance. |
Hi, You could use a tee and multiple udpsink. Does it help you? Aurele Le lun. 7 août 2017 à 13:01, quang_openstack <[hidden email]> a écrit : Hi everyone, _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by quang_openstack
You can also use a UDP relay. Use google to find one and check that it can send one source to multiple destinations. Snowmix also have a an independent relay software that is configurable to allow for relaying UDP streams to multiple destinations and configurationn can be changed remotely while running. It's undocumented, but ask inn its forum and you can get answers.On Mon, Aug 7, 2017 at 11:06 AM, quang_openstack <[hidden email]> wrote: Hi everyone, _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Aurele Traynard
Hi, Aurele
I try to use tee with following command gst-launch-1.0 videotestsrc ! 'video/x-raw, width=1920, height=1080, framerate=60/1, format=UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=I420, framerate=60/1' ! omxh265enc ! 'video/x-h265, stream-format=(string)byte-stream' ! mpegtsmux ! tee name=t t. ! udpsink host=$CLIENT_IP port=5000 t. ! udpsink host=$CLIENT_IP2 port=5000 But on the decoder side, i do not receive data. Do you have any suggestion? Thank. |
Hi it is recommended that each branch after a tee starts with a queue
-----Ursprüngliche Nachricht----- Von: gstreamer-devel [mailto:[hidden email]] Im Auftrag von quang_openstack Gesendet: Dienstag, 8. August 2017 04:48 An: [hidden email] Betreff: Re: streaming to multiple client Hi, Aurele I try to use tee with following command gst-launch-1.0 videotestsrc ! 'video/x-raw, width=1920, height=1080, framerate=60/1, format=UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=I420, framerate=60/1' ! omxh265enc ! 'video/x-h265, stream-format=(string)byte-stream' ! mpegtsmux ! tee name=t t. ! udpsink host=$CLIENT_IP port=5000 t. ! udpsink host=$CLIENT_IP2 port=5000 But on the decoder side, i do not receive data. Do you have any suggestion? Thank. -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/streaming-to-multiple-client-tp4684105p4684114.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Thornton, Keith,
Thank for your suggestion, it work well. Best regards, |
hi,
Can you please post your pipeline of both TX and RX. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |