How to avoid data loss through network using gstreamer library

Kirubhakaran kirupha_rk at ymail.com
Sun Sep 27 07:53:21 PDT 2015


First of all thanks for the reply.

I have set the properties like qp-min,qp-max =0 and speed as it is ultrafast
in my server side.But i could not see any difference and also you had
mention to remove all other options.I don't follow you, please suggest me
what other options i have to remove in my server side or client side script
below.I have also attached my kinect sensor streaming output for primary
sensor and secondary sensor.


Server:
rtpbin name=rtpbin_name appsrc name=appsrc_name is-live=true block=true
stream-type=0 format=time do-timestamp=true min-latency=0 ! video/x-raw,
format=RGBA, width=1920, height=1080, framerate=30/1 ! videoconvert !
videoscale ! video/x-raw, width=1920, height=1080 ! queue ! x264enc
tune=zerolatency speed-preset=ultrafast qp-min=0 qp-max=0 qp-step=0 !
video/x-h264, profile=high422 ! rtph264pay ! rtpbin_name.send_rtp_sink_0
rtpbin_name.send_rtp_src_0 ! udpsink port=61404 host=127.0.0.1
auto-multicast=true

Client :
rtpbin name=rtpbin_name latency=25 udpsrc port=61404 address=127.0.0.1
auto-multicast=true multicast-iface=eth1 ! application/x-rtp, media=video,
payload=96, clock-rate=90000, encoding-name=H264 !
rtpbin_name.recv_rtp_sink_0 rtpbin_name. ! rtph264depay ! avdec_h264 !
videoconvert ! video/x-raw, format=RGB, width=1920, height=1080 ! appsink
qos=true name=appsink_name

<http://gstreamer-devel.966125.n4.nabble.com/file/n4673850/ForumImage.png> 
As you can see the primary sensor image is clearly aligned, but secondary
sensor depth and color are not arranged correctly.This is my issue.

Cheers 
Kiruba



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-avoid-data-loss-through-network-using-gstreamer-library-tp4673834p4673850.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list