[squeak-dev] Raspberry PI & omxplayer from Squeak

Peter Crowther peter at ozzard.org
Thu Nov 19 16:39:46 UTC 2015


On 19 November 2015 at 16:25, Jon Hylands <jon at huv.com> wrote:

> pi at raspberrypi ~ $ ps -ef | grep omx
> pi        3182  3058  0 16:19 ?        00:00:00 /bin/bash
> /usr/bin/omxplayer -r --live --win 54 58 400 447
> http://localhost:10088/?action=stream
> pi        3190  3182  9 16:19 ?        00:00:19 /usr/bin/omxplayer.bin -r
> --live --win 54 58 400 447 http://localhost:10088/?action=stream
>
> Why is this happening, and how can I fix it?
>
>
> Bet you /usr/bin/omxplayer is a shell script - take a look.  If it is
(i.e. its first line starts with #!/bin/bash) then this is what you'll get;
you might wish to invoke omxplayer.bin directly.

- Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20151119/78fe1067/attachment.htm


More information about the Squeak-dev mailing list