Create soomth stream at reciver side

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

Create soomth stream at reciver side

Yash
Hi all,

I have pipeline which take frame from opencv and upload it using udpsink and
at other end I am receiving it using udpsrc if their is no delay at opencv
end everything work fine. But if I have some delay at opencv end for ex. if
I put 1 sec delay between every frame and then send frame using udpsink and
recive it using udpsrc it is runing too slow.

So, I want a GSTREAMER pipeline which will hold certain buffer and when that
much of buffer reach then it will pass it.

I have tried using queue element with min-threshold-time but still at
reciver side it play it slowly



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Create soomth stream at reciver side

v934
Perhaps you could try using the rtpjitterbuffer (which is essential when
streaming over UDP anyway, I think) together with it's
faststart-min-packets property or enlarging the latency parameter?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel