<div dir="ltr">Hello Guennadi,<br><div><br></div><div>Did you manage to run sendonly or sendrecv examples with videotestsrc on the RPI target?</div><div><br></div><div>First of all, you should ensure that examples work. This confirms that you have all the required plugins at the RPI platform.</div><div><br></div><div>After, you should proceed with changing the pipeline.</div><div><br></div><div>Best regards,</div><div>Anton.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 4, 2020 at 10:21 PM Guennadi Liakhovetski <<a href="mailto:g.liakhovetski@gmx.de">g.liakhovetski@gmx.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I'm trying to run webrtc examples on a Raspberry Pi by feeding video input<br>
to gstreamer from a pipeline, written to by a raspivid process. I have<br>
first tried to run a simple RTP streaming by first starting a listener on<br>
a PC, then creating a named pipe at /tmp/cam and starting gstreamer per<br>
<br>
gst-launch-1.0 -v filesrc location=/tmp/cam ! h264parse ! rtph264pay ! udpsink host=192.168.1.16 port=9001<br>
<br>
and then in a different window<br>
<br>
raspivid -t 0 -h 480 -w 640 -fps 25 -hf -b 2000000 -o /tmp/cam<br>
<br>
This workd. Gstreamer launches, waiting for data on the pipe and then once<br>
the camera process starts, streaming kicks off.<br>
<br>
Next I tried to achieve the same with sendonly and sendrecv gstreamer<br>
examples. First I tried to only modify the pipeline command in the source<br>
by replacing videotestsrc with filesrc like above, this didn't work. I<br>
also tried integrating starting of the raspivid process from the examples<br>
by adding a fork() and exec() calls to them. I see that both succeed, but<br>
streaming doesn't start. What could be the problem and how can I fix it?<br>
<br>
Thanks<br>
Guennadi<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">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>
</blockquote></div>