why rtspclientsink can not work with vaapioverlay?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

why rtspclientsink can not work with vaapioverlay?

GStreamer-devel mailing list
I am using  the last gstreamer and gstreamer-vaapi .
this pipeline is woke fine

gst-launch-1.0  v4l2src  device=/dev/video0  !   video/x-raw, width=1920,
height=1080 ! \
   vaapih264enc ! \
rtspclientsink debug=1 latency=0 location=rtsp://127.0.0.1:554/mystream

but when i add the vaapioverlay element ,it can note work.

gst-launch-1.0  v4l2src  device=/dev/video0  !   video/x-raw, width=1920,
height=1080 ! \
 vaapioverlay !   vaapih264enc ! \
rtspclientsink debug=1 latency=0 location=rtsp://127.0.0.1:554/mystream


report this  error:
../subprojects/gstreamer/libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop
(): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)


any help is appreciate !





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