hi all
how can I exit or stop omxplayer loop'' omxplayer --loop /home/pi/video.mp4 ???
No, use killall "omxplayer.bin". Otherwise the normal screen may not be restored.AndyD wrote:If you started it from the command line ctrl-c (i.e. hold down ctrl and press c).
If you started it in the background. try killall omxplayer
Thanks @gkreidl. Yes, I forgot omxplayer runs omxplayer.bin.gkreidl wrote:No, use killall "omxplayer.bin". Otherwise the normal screen may not be restored.