Борис
Looks like the artifacts in the video are due to packet loss. You are trying
to send 10 mbps over udp.
May be packets are dropped by the receiver due to buffer overflow.
Try increasing buffer-size in udpsink and udp-src plugin.
If still issue observed capture tcpdump in receiver machine and check if all
the rtp packets are received through WireShark.
Or use rtpjitterbuffer stat to get num-lost and num-late.
stats : Various statistics
flags: readable
Boxed pointer of type "GstStructure"
num-pushed: 0
num-lost: 0
num-late: 0
num-duplicates: 0
avg-jitter: 0
rtx-count: 0
rtx-success-count: 0
rtx-per-packet: 0
rtx-rtt: 0
Note: The maximum buffer size is clipped to max rmem_max and wmem_max in
linux.
Further drop you have to check network infra and machine kernel buffer
tuning.
--
Sent from:
http://gstreamer-devel.966125.n4.nabble.com/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel