Sending unformatted data via RTP?

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

Sending unformatted data via RTP?

pderocco
Is there a way to use gstreamer to send buffers of data in an arbitrary format over RTP? All I want is to send a buffer at one end, and have it arrive at the other end unmodified and undelayed. The only reason for using gstreamer/RTP, instead of simply using UDP, is to add a layer of error correction.
Reply | Threaded
Open this post in threaded view
|

Re: Sending unformatted data via RTP?

Vinod Kesti
You can use gdppay and gdpdepay. But there is no rtppay and rtpdepay elements compatible with this mime type. You have to write those on your own.

Document for gdppay and gdpdepay.
https://gstreamer.freedesktop.org/documentation/gdp/gdppay.html?gi-language=c
https://gstreamer.freedesktop.org/documentation/gdp/gdpdepay.html?gi-language=c