<div dir="ltr">Raspberry pi did a hell of a lot of work getting oxmplayer to work. Oxmplayer is heavily optimized and heavily tested on the raspberry pi. I might suggest using it over gstreamer. I never got VLC to work on my pi3. The video was always choppy. <div><br></div><div>On my rockchip board, I couldn't get gstreamer to work either but that was due to the drm library not working. Have you tried to use ffplay and if so, does that work? If your ffplay doesn't work, oxmplayer doesn't work, and gstreamer doesn't work, you might have a problem with your kernel libraries. </div><div><br></div><div>Thanks,</div><div>~Ben</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 9, 2018 at 10:45 AM, Arjen Veenhuizen <span dir="ltr"><<a href="mailto:arjen@moonlightmedia.nl" target="_blank">arjen@moonlightmedia.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You are decoding your video on the client (windows side). Your pipeline<br>
should read:<br>
<span class="">-client(Windows) : gst-launch-1.0 -v tcpclientsrc host=192.168.20.8<br>
</span>port=5000 ! gdpdepay ! rtph264depay ! queue ! h264parse ! mp4mux ! filesink<br>
location=test.mp4<br>
<br>
You should also consider using udpsink and udpsrc, allowing you to get rid<br>
of gdppay and gdpdepay elements.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></div></blockquote></div><br></div>