Issue related to gstreamer Library

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue related to gstreamer Library

Appledev Neotech
Hi Team,
I have used two pipelines on two different ports.
5001  - for audio
5000 -  for video

audiopipeline = gst_parse_launch("udpsrc port=5001 caps=\"audio/x-raw,
rate = 8000, format=S16LE, channels=2\"  !audioconvert ! audioresample !
autoaudiosink sync=false", &error);

pipeline =  gst_parse_launch("udpsrc port=5000 ! application/x-rtp,
payload=96 ! rtph264depay ! avdec_h264 ! autovideosink sync=false
text-overlay=false", &error);

On Wed, Dec 27, 2017 at 5:35 PM, Appledev Neotech <[hidden email]> wrote:
Hi Team,
I have used two pipelines on two different ports.
5001  - for audio
5000 -  for video

audiopipeline = gst_parse_launch("udpsrc port=5001 caps=\"audio/x-raw,
rate = 8000, format=S16LE, channels=2\"  !audioconvert ! audioresample !
autoaudiosink sync=false", &error);

pipeline =  gst_parse_launch("udpsrc port=5000 ! application/x-rtp,
payload=96 ! rtph264depay ! avdec_h264 ! autovideosink sync=false
text-overlay=false", &error);

On Wed, Dec 27, 2017 at 5:30 PM, <[hidden email]> wrote:
Send gstreamer-devel mailing list submissions to
        [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
or, via email, send a message with subject or body 'help' to
        [hidden email]

You can reach the person managing the list at
        [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gstreamer-devel digest..."


Today's Topics:

   1. Re: cannot open two videosinks for two programs of mpegts
      (Ilya Averyanov)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Dec 2017 14:07:11 +0300
From: Ilya Averyanov <[hidden email]>
To: Discussion of the development of and with GStreamer
        <[hidden email]>
Subject: Re: cannot open two videosinks for two programs of mpegts
Message-ID:
        <[hidden email]>
Content-Type: text/plain; charset="UTF-8"

Why do you think that you can not send two mpeg ts stream to one upd
port without multiplexing. This behavior does not contradict any
standards.

2017-12-15 15:04 GMT+03:00 Arjen Veenhuizen <[hidden email]>:
> No, this cannot work. You should not have multiple processes stream data to
> the same port in the first place. Either stream each video to a different
> UDP port, or multiplex both programs into a single mpeg2ts, payload it with
> rtpmp2tpay and have a combination of rtpmp2tdepay, queue, tee and two
> tsdemux elements at the receiving end.
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


------------------------------

Subject: Digest Footer

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


------------------------------

End of gstreamer-devel Digest, Vol 83, Issue 60
***********************************************



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