<div dir="ltr"><br><div>Hi,</div><div><br></div><div>I&#39;ve been playing around with Squeak 5.0 on a pi 2 (with the 7&quot; LCD touchscreen), and one of the things I&#39;d like to be able to do is run (and control) omxplayer from within Squeak.</div><div><br></div><div>I did the same thing with Python, using this library: <a href="https://github.com/willprice/python-omxplayer-wrapper/tree/develop/omxplayer">https://github.com/willprice/python-omxplayer-wrapper/tree/develop/omxplayer</a></div><div><br></div><div>However, I don&#39;t really need all the fancy controls - what I really want is a way to launch it, and then a way to kill it. I&#39;ll be streaming live MJPEG video from a webcam, so there is no concept of pause/stop/etc. I need to kill it because I want the ability to choose one of a couple different video streams.</div><div><br></div><div>I tried using OSProcess, but it gives me the pid of the shell script that launches the application, and not the application itself. I could certainly hack something using ps and grep, but I would prefer if there were a better way to do it.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks,</div><div>Jon</div><div><br></div></div>