<div dir="ltr">Hi;<br><br>I tried experimenting using gstreamer on windows based on Elisa media center's binary distribution.<br><br>I want to send the captured desktop (using dx9screencapsrc) towards a Linux machine. I noticed a quite strange error.<br>
<br>Here's the pipeline:<br>gst-launch-0.10.exe dx9screencapsrc width=1024 height=200 ! ffmpegcolorspace ! jpegenc ! udpsink host=$linux_ip port=1234<br><br>This works. However, if i specify a bigger height (ex: 768), i get:<br>
<br>"gst_multiudpsink_render error: got send error: 0: No error<br>ERROR: from element /pipeline0/udpsink0: GStreamer encoutered a general stream error<br>basesrc gstbasesrc.c: gst_base_src_loop <dx9screencapsrc0> error: streaming task paused, reason error (-5)"<br>
<br>How can i fix this ? I already tried:<br>* playing with queues (in case there was some cpu/process overload)<br>* using gdiscreencapsrc instead (no change)<br><br>Thanks for any hint<br><br>Florent<br></div>