ok so ...
if i put :
Code: Select all
vlc screen:// :screen-caching=200 :screen-fps=22 :screen-mouse-image=/dev/input/mouse3
and i've got
Code: Select all
VLC media player 1.0.0-pre1 Goldeneye
[0x92eb140] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
[0xb7607f08] access_file access error: cannot open file /dev/input/mouse3 (Permission non accordée)
[0x9481870] main demux error: no suitable access module for `/dev/input/mouse3'
[0x9481870] x11_screen demux error: Failed to open mouse pointer image (/dev/input/mouse3)
(yes sorry, I check the googd mouse device in Xorg log and it's /dev/input/mouse3)
when I checked the rules file and it's ok
so i put
Code: Select all
sudo vlc-wrapper screen:// :screen-caching=200 :screen-fps=22 :screen-mouse-image=/dev/input/mouse3
i've got
Code: Select all
VLC media player 1.0.0-pre1 Goldeneye
[0x8dc0140] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
[0x8fb48f0] vcd access error: could not read TOCHDR
[0x8fb48f0] vcd access error: no movie tracks found
... (Vlc launch and after close its)
[0x8fb7970] main stream error: cannot pre fill buffer
[0x8e6d7b8] x11_screen demux error: Failed to open mouse pointer image (/dev/input/mouse3)
Ps: I know read ... "mouse pointer image" but I try with a small png image path and it's the same error
what path do you give? a picture or the mouse device?