[squeak-dev] Raspberry PI & omxplayer from Squeak

Jon Hylands jon at huv.com
Thu Nov 19 17:38:39 UTC 2015


Indeed you are correct.

I'll have to look into it, because it is a fairly complex bash script (107
lines).

Thanks,
Jon


On Thu, Nov 19, 2015 at 11:39 AM, Peter Crowther <peter at ozzard.org> wrote:

> 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/31bd56f8/attachment.htm


More information about the Squeak-dev mailing list