Posts: 20
leke
Joined: 29 Aug 2011
#1
I'm trying to use a
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.coversal.com/"
linktext was:"remote control app"
====================================
on my android tablet with antix. It uses ssh over wifi and seems to work until I need to actually try to use mplayer. The command the app uses for mplayer is mplayer -fs %s, but the app doesn't produce any error so I tried to enter it in antix to see if I could get any info back on it....
asdf@(none):~$ mplayer -fs %s
Warning unknown option stopxscreensaver at line 5
MPlayer 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing %s.
File not found: '%s'
Failed to open %s.
Does anyone know how I could get mplayer to execute this command successfully?

Thanks in advance.