unable to get even a basic stream from RPi to PC

kishore kishores4200 at gmail.com
Mon Nov 26 00:24:11 UTC 2018


Hi,

I've been struggling with this error message for a few days now:
ERROR: from element
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstD3DVideoSink:autovideosink0-actual-sink-d3dvideo:
Output window was closed
Additional debug info:
d3dhelpers.c(1865): d3d_render_buffer ():
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstD3DVideoSink:autovideosink0-actual-sink-d3dvideo

This error only occurs when the server on the RPi is running, leading me to
believe it is an error in what is being sent, not a problem with the
receiver. When the server is not running, the output stops at "New Clock..."

I'm running this on the RPi:
gst-launch-1.0 -vv -e v4l2src device="/dev/video0" ! rndbuffersize max=1316
min=1316 ! udpsink host=10.0.0.121 port=5000

and this on the receiving PC:
gst-launch-1.0.exe udpsrc port=5000 ! rndbuffersize max=1316 min=1316 !
autovideosink sync=false

Here is the full output just in case:
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstD3DVideoSink:autovideosink0-actual-sink-d3dvideo:
Output window was closed
Additional debug info:
d3dhelpers.c(1865): d3d_render_buffer ():
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstD3DVideoSink:autovideosink0-actual-sink-d3dvideo
Execution ended after 0:00:00.019114672
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list