<div dir="ltr">hello, <div><br></div><div>I'm looking for the best solution to display an h264 network video stream with Pd/Gem.</div><div>The stream is a Raspberry Pi camera module (Raspicam).</div><div>Currently it works with VLC but with a big latency (something more than 1 second).</div><div><br></div><div>I'm able to display the stream thanks to netcat and mplayer with 10 images (166 ms) latency (from capture to display on remote machine).</div><div>The key is to send the raw h264 stream from camera (with raspivid) via udp with netcat.</div><div>On the other netcat is piped to mplayer to display the image.</div><div><br></div><div>I would like to display this image with Gem with the same latency.</div><div>This means I have to receive and decode raw h264 stream inside pd.</div><div>Or to receive and decode outside pd and then send the result to pd.</div><div>How can I do that ? Is it possible ?<br></div><div><br></div><div>I tried some gstreamer-1.0 solution but without success (it only displays a green image).</div><div>So I guess pdgst is not a good way (although it's based on gstreaming-0.1 while all solutions I've seen are gstreamer-1.0 based)</div><div><br></div><div>For more about those streaming techniques please see : <a href="http://antonsmindstorms.blogspot.nl/2014/12/realtime-video-stream-with-raspberry-pi.html">http://antonsmindstorms.blogspot.nl/2014/12/realtime-video-stream-with-raspberry-pi.html</a></div><div><br></div><div>Thanks in advance for any handy hints.</div><div><br></div><div>Antoine</div><div><div><div><div><div class="gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div></div>
</div></div></div></div>