[MPlayer-users] running mplayer in background on xubuntu
    Burghard Bode 
    CcahSart at gmx.de
       
    Wed May 18 09:35:59 CEST 2011
    
    
  
Thanks,
that worked.
I have to redirect out > and < input to /dev/null
but there still is a Problem:
I got two errors, even if it is forked into bachground:
could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
Any Ideas?
BTW
Which groups does a user under xubuntu (ubuntu) need to use all
functions of the mplayer?
Am Wed, 18 May 2011 07:10:48 +0200
schrieb Oliver Seitz <info at vtnd.de>:
> 
> > mplayer test.mpg&  ->  Runs, I can see the process, but do not get
> > any output (I think it is intended?)
> 
> MPlayer waits for stdin to open to recieve console commands. Try
> 
> mplayer test.mpg </dev/null &
> 
> or
> 
> mplayer test.mpg -noconsolecontrols &
> 
> Greets,
> Kiste
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
    
    
More information about the MPlayer-users
mailing list