Hi
It doesn't seem that the rpihddevice plugin integrates a media player (as the xine plugin does). Is there a simple way to play video files using omxplayer or other within VDR ?
Thanks
Damien
Hello,
I'n using mplayer with omxplayer, here is my mplayer.sh:
pi@pi01 ~ $ cat /var/lib/vdr/plugins/mplayer.sh #!/bin/bash export IFS=" "
omxplayer --key-config /var/lib/vdr/plugins/omxplayer/key.conf $1 killall -9 omxplayer.bin
exit
and my key.conf:
pi@pi01 ~ $ cat /var/lib/vdr/plugins/omxplayer/key.conf DECREASE_VOLUME:x INCREASE_VOLUME:y SEEK_BACK_SMALL:3 SEEK_FORWARD_SMALL:4 SEEK_BACK_LARGE:5 SEEK_FORWARD_LARGE:6 EXIT:q PAUSE:p
There is a small drawaback, as I didn't managed to map my volume keys to mplayer, so i'm using other keys on my remote for adjusting volume. For some reasong Volume+ and Volume- keys aren't passed to omxplayer.
Look for "mplayer Plugin Patch für omxplayer" on vdrportal.
regards,
István
2015.03.22. 1:06 keltezéssel, Damien Bally írta: