<div dir="ltr">Hi all!!<div>I am test GStreamer with RPi and omx plugins .</div><div>I am using an Android application (IP webcam) for streaming camera in my phone.<br></div><div>If I don't use the omx plugins I can play without freezing.</div><div><div>gst-launch-1.0 souphttpsrc is-live=true location=<a href="http://192.168.0.117:8080/video">http://192.168.0.117:8080/video</a> ! jpegdec ! videoscale ! videoconvert ! fbdevsink</div></div><div>When I try to use the omx plugins the video is very slow or freezes.</div><div>I try the next pipelines:</div><div>[Freezes]</div><div><div>gst-launch-1.0 souphttpsrc is-live=true location=<a href="http://192.168.0.117:8080/video">http://192.168.0.117:8080/video</a> ! jpegparse ! omxmjpegdec ! fbdevsink</div></div><div>[No image]</div><div><div>gst-launch-1.0 souphttpsrc is-live=true location=<a href="http://192.168.0.117:8080/video">http://192.168.0.117:8080/video</a> ! omxmjpegdec ! fbdevsink</div></div><div><div>gst-launch-1.0 souphttpsrc is-live=true location=<a href="http://192.168.0.117:8080/video">http://192.168.0.117:8080/video</a> ! omxmjpegdec ! videoscale ! videoconvert ! fbdevsink</div></div><div><br></div><div>None of these pipelines gives me error.<br></div><div>Do I have to add something more to the pipe to be reproduced correctly?<br></div><div><br></div><div>More Info</div><div>Streaming Res: 320x240 Format: WebM.</div><div>RPI 1 ModelB 512MB RASPBIAN JESSIE LITE MAY 2016</div><div>GStreamer 1.4.4(Repository)<br></div><div>gst-omx 1.0.0.1(Repository)</div><div><br></div><div>Regards!</div><div>Thanks!</div><div><br></div></div>