How to send and receive a simple pcm file using rtp in ubuntu ?

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

How to send and receive a simple pcm file using rtp in ubuntu ?

amsts
This post was updated on .
Hi,

I am new to gstreamer concepts

I want send and receive a simple pcm audio file using rtp.

I tried different ways still it's not working properly.

Thank You
Reply | Threaded
Open this post in threaded view
|

Re: How to send and receive a simple pcm file using rtp in ubuntu ?

Gst-Geek
There are 2 PCM payloaders which you can use. Use appropriate payloaded per your stream.
rtp:  rtppcmupay: RTP PCMU payloader
rtp:  rtppcmapay: RTP PCMA payloader

User respective depayloader at receiver
rtp:  rtppcmadepay: RTP PCMA depayloader
rtp:  rtppcmudepay: RTP PCMU depayloader

~ Vinod
Reply | Threaded
Open this post in threaded view
|

Re: How to send and receive a simple pcm file using rtp in ubuntu ?

Tim Müller
In reply to this post by amsts
On Thu, 2017-08-17 at 00:31 -0700, amsts wrote:

Hi,

> I am beginner in using gstreamer concepts
>
> I want send and receive a simple pcm audio file using rtp.
>
> I tried different ways still it's not working properly. 

Maybe tell us what you tried, and how it didn't work? :)

You can find a few basic examples here:
https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/exam
ples/rtp

If it's an option I would recommend using an RTSP server/client
instead, which basically adds a session connection for streaming setup
and control, the data would/could still be streamed via RTP.

Cheers
 -Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel