Wpis z mikrobloga

  • 1
@AtakObcych: Ok I had some success with the following (running standard debian image);

mkfifo /tmp/cmd

omxplayer -ohdmi mymedia.avi < /tmp/cmd

echo . > /tmp/cmd (Start omxplayer running as the command will initial wait for input via the fifo)

echo -n p > /tmp/cmd - Playback is paused

echo -n q > /tmp/cmd - Playback quits

Would really like to get this running via a simple web interface alongside airplay, I currently
  • Odpowiedz