|
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.
|