<div dir="ltr"><div><div><div>Hello,<br></div>today I built gstreamer + plugins from the source, version 1.7.90 and everything started to work (the same pipeline, no changes).<br><br></div>Previously I installed gstreamer on Raspbian using apt-get and official repositories, it seems that there is version 1.4.4-2 of gstreamer:<br><br>$ lsb_release -a<br>No LSB modules are available.<br>Distributor ID: Raspbian<br>Description: Raspbian GNU/Linux 8.0 (jessie)<br>Release: 8.0<br>Codename: jessie<br><br>$ sudo apt-get -s install "gstreamer1.0*"<br>[...]<br>Inst libgstreamer1.0-0 (1.4.4-2 Raspbian:stable [armhf])<br>[...]<br><br></div>Well, problem solved.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 1, 2016 at 7:23 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mo, 2016-02-29 at 21:37 +0000, Monyz Wacon wrote:<br>
> Hello,<br>
> I'm trying to send video data from Raspberry Pi 2 to PC.<br>
</span>> [...]<br>
<span class="">> Then I am trying to send video from the camera connected to RPi (this<br>
> should work, because it works with raspivid tool and I loaded the<br>
> module bcm2835-v4l2):<br>
><br>
> gst-launch-1.0 -e -v v4l2src device=/dev/video0 ! 'video/x-<br>
> h264,width=320,height=200,framerate=30/1' ! h264parse ! rtph264pay !<br>
> udpsink host=192.168.0.5 port=7000<br>
><br>
> The thing is that something seems to be stuck. I can see that the<br>
> camera turns on, this is printed on RPi's console:<br>
</span>> [...]<br>
<span class="">> But there is no video on the PC side, nothing seems to be received.<br>
> However when I close the pipeline by ctrl-c on RPi's side, then new<br>
> caps are negotiated, some data is sent to PC and a single image from<br>
> the camera is displayed.<br>
><br>
> How to make the pipeline on RPi to stream video right after it is<br>
> created, not just send some data right before it is being closed?<br>
<br>
</span>Can you file a bug about this at<br>
<br>
<a href="https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" rel="noreferrer" target="_blank">https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a><br>
<br>
and include a debug log with GST_DEBUG=6 from the sender there? This<br>
shouldn't happen and the pipeline itself looks correct.<br>
<br>
Does it work better if you don't specify a width/height/framerate in<br>
the caps?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>