Losing Packets When trasmitting data over UDP through RTP.

prasanth123 arisettiprasanthkumar at gmail.com
Mon Nov 23 21:17:51 PST 2015


I have developed an application which takes data from file and add metadata
to each frame and transfer that data to client through udp over rtp.

At receiver end client removes that metadata and has to play the video.

for that I used At server End:

    pipeline1 :: gst-launch-1.0 filesrc ! videoparse ! appsink

at appsink adding metadata and push that buffer to appsrc.

    pipeline 2 :: gst-launch-1.0 appsrc ! rtpgstpay ! udpsink

At Receivers end ::

    pipeline1 :: gst-launch-1.0 udpsrc ! rtpgstdepay ! appsink

at appsink removing the metadata and push the buffer to appsrc.

    pipeline2 :: gst-launch-1.0 appsrc ! videoparse ! autovideoconvert !
autovideosink

Losing Packets at Receiver END..

The Problem is At receivers end i am not getting all the frames and the
video also not playing properly. Only one frame playing and stopping and
again playing only single frame. 

Can anyone provide some solution or suggestion?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Losing-Packets-When-trasmitting-data-over-UDP-through-RTP-tp4674613.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list