<div dir="ltr">Hi Team,<div>I have used two pipelines on two different ports.</div><div>5001  - for audio</div><div>5000 -  for video</div><div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">audiopipeline = gst_parse_launch("udpsrc port=5001 caps=\"audio/x-raw,
rate = 8000, format=S16LE, channels=2\"  !audioconvert ! audioresample !
autoaudiosink sync=false", &error);</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><pre style="white-space:pre-wrap">pipeline =  gst_parse_launch("udpsrc port=5000 ! application/x-rtp,
payload=96 ! rtph264depay ! avdec_h264 ! autovideosink sync=false
text-overlay=false", &error);</pre></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 27, 2017 at 5:30 PM,  <span dir="ltr"><<a href="mailto:gstreamer-devel-request@lists.freedesktop.org" target="_blank">gstreamer-devel-request@lists.freedesktop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gstreamer-devel mailing list submissions to<br>
        <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:gstreamer-devel-request@lists.freedesktop.org">gstreamer-devel-request@lists.<wbr>freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gstreamer-devel-owner@lists.freedesktop.org">gstreamer-devel-owner@lists.<wbr>freedesktop.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of gstreamer-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: cannot open two videosinks for two programs of mpegts<br>
      (Ilya Averyanov)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Wed, 27 Dec 2017 14:07:11 +0300<br>
From: Ilya Averyanov <<a href="mailto:averyanovin@gmail.com">averyanovin@gmail.com</a>><br>
To: Discussion of the development of and with GStreamer<br>
        <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a>><br>
Subject: Re: cannot open two videosinks for two programs of mpegts<br>
Message-ID:<br>
        <<a href="mailto:CABi8O6Z6E5sRGPRdANbS0_eU-Pv8nxpc4BN2t7jw_sEWPWtCxg@mail.gmail.com">CABi8O6Z6E5sRGPRdANbS0_eU-<wbr>Pv8nxpc4BN2t7jw_sEWPWtCxg@<wbr>mail.gmail.com</a>><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Why do you think that you can not send two mpeg ts stream to one upd<br>
port without multiplexing. This behavior does not contradict any<br>
standards.<br>
<br>
2017-12-15 15:04 GMT+03:00 Arjen Veenhuizen <<a href="mailto:arjen@moonlightmedia.nl">arjen@moonlightmedia.nl</a>>:<br>
> No, this cannot work. You should not have multiple processes stream data to<br>
> the same port in the first place. Either stream each video to a different<br>
> UDP port, or multiplex both programs into a single mpeg2ts, payload it with<br>
> rtpmp2tpay and have a combination of rtpmp2tdepay, queue, tee and two<br>
> tsdemux elements at the receiving end.<br>
><br>
><br>
><br>
> --<br>
> Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
> ______________________________<wbr>_________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br>
<br>
------------------------------<br>
<br>
End of gstreamer-devel Digest, Vol 83, Issue 60<br>
******************************<wbr>*****************<br>
</blockquote></div><br></div>