[vlc-devel] Re: Unicast Streaming using VLC Player : How to specify local IP/Port

newbie here newbie.here at gmail.com
Tue Jan 3 01:52:02 CET 2006


Also the command I used to install VLC was

 rpm -U *.rpm --nodeps.

as mentioned in the documentation :
http://www.videolan.org/doc/play-howto/en/ch02.html

But I couldn't get it installed. Could it be because I am using the wrong
file. Should I be using a different version VLC to install on Redhat.

Thanks,
Kripa



On 12/29/05, newbie here <newbie.here at gmail.com> wrote:
>
> Many thanks for your help. So I can use this command to route the
> stream to the network interface that I prefer to use. But I am still
> struggling with the installation of VLC media player. I am using
> Redhat 9.0 I downloaded the vlc_binary from:
>
> http://mirrors.ircam.fr/pub/videolan/vlc/0.8.1/rpm/fedora/fc3/
>
> for redhat and I tried running the rpm command with --nodeps option,
> as mentioned in the link :
> http://www.videolan.org/vlc/download-redhat.html
>
> but i got the following messages:
>
> warning: a52dec-0.7.4-7.1.fc3.fr.i386.rpm: V3 DSA signature: NOKEY,
> key ID e42d547b
> warning: package libmodplug = 1:0.7-2vlc was already added, replacing
> with libmodplug <= 1:0.7-3vlc
> warning: package libpostproc = 1.0-0.11.pre5.1.fc2.fr was already
> added, replacing with libpostproc <= 1.0-0.12.20041025.1.fc3.fr
> warning: package vcdimager = 0.7.20-1.1.vlc was already added,
> replacing with vcdimager <= 0.7.20-3
>         package libcdio-0.71-0 is already installed
>         file /usr/lib/libvcdinfo.so.0.0.1 conflicts between attempted
> installs of vcdimager-libvcd-0.7.20-1.1.vlc and libvcd-0.7.20-3
>
>
> What could i be doing wrong?
>
> Thanks ,
> Krupa
>
>
>
>
> On 12/29/05, Rémi Denis-Courmont <rem at videolan.org> wrote:
> > Le Jeudi 29 Décembre 2005 01:53, newbie here a écrit :
> > >     Is there a means to specify the local IP/Port to which the VLC
> > > client/server should bind. I want to use VLC to unicast video stream
> > > but I want the stream to be sent out and received through a wireless
> > > network driver that I am developing rather than the default network
> > > interface. I am using Redhat9.0. I there a way to tell the VLC
> > > application which local port to bind to. Is there somebody who has
> > > done this before?
> >
> > Changing the source IP/port tuple will not change the route to be used
> > through which the stream will be sent. Normally, only the destination
> > matters.
> >
> > If you have to use a specific interface to send your stream, you must
> > have a route to the destination in your kernel that goes through said
> > interface.
> >
> > As an example, if the destination is 192.0.2.1, and your own network
> > driver defines an interface called if0, you would do something like:
> > # route add -host 192.0.2.1 dev if0
> >
> > --
> > Rémi Denis-Courmont
> > http://www.simphalempin.com/home/
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060102/27f37b41/attachment.html>


More information about the vlc-devel mailing list