[vlc] Re: no suiteable intf module
Benjamin Pracht
bigben+spam at videolan.org
Sat May 14 10:04:35 CEST 2005
On Sat, May 14, 2005, johnny yu wrote :
>
> hi.
>
> i am running vlc on linux terminal server client. i want to run two
> sessions at same time. i have alsa and dmix configured. first session is
> for audio only stream i run in startup script as root with the command:
>
> vlc -I rc --rc-unix=/tmp/vlc1 --dspdev=/dev/dsp <multicast ip>
>
> this works properly. i cn access the socket. under xwindows i launch vlc
> from xsession with this command.
>
> vlc -I dummy --dsp=/dev/dsp <multicast ip>
>
> which works as well. and dmix works too, because i get sound from both.
> now comes problem. i want unix socket for the second vlc. i add
> --rc-unix=/tmp/vlc2 in the following ways and make sure user have
> permission to /tmp. i try both of these:
>
> vlc -I dummy --rc-unix=/tmp/vlc2 --dspdev=/dev/dsp <multicast ip>
Well, as the option name statesn the rc-unix option only works with the
rc interface... The dummy interface doesn't allow any control.
> vlc -I rc --rc-unix=/tmp/vlc2 --dspdev=/dev/dsp <mutlicast ip>
>
It you still have problems, could ypu provide a complete log ?
--
BigBen
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list