Stream through gstreamer using GPU in Windows

Nicolas Dufresne nicolas at ndufresne.ca
Sat Nov 30 00:39:49 UTC 2019


Le vendredi 29 novembre 2019 à 03:50 -0600, sej a écrit :
> I'm trying to stream in windows through the next pipeline of gstreamer:
> 
> *gst-launch-1.0 -v -m ksvideosrc do-stats=TRUE ! videoconvert ! video/x-raw
> ! vp8enc threads=4 ! rtpvp8pay ! udpsink host=224.1.1.1 port=5000
> auto-multicast=true*
> 
> But this consumes a lot of CPU process, I want to know if in windows it is
> possible to use the gpu to do that.

Try configuring the 'deadline' property on this encoder. If I remember
correctly, this will fixate the maximum delay to produce a frame. If
you'd like zero-latency, a value of 1 should do.

> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191130/1f55f9e2/attachment.sig>


More information about the gstreamer-devel mailing list