Also the command I used to install VLC was<br>
<br>
 rpm -U *.rpm --nodeps.<br>
<br>
as mentioned in the documentation :<br>
<a href="http://www.videolan.org/doc/play-howto/en/ch02.html">http://www.videolan.org/doc/play-howto/en/ch02.html</a><br>
<br>
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.<br>
<br>
Thanks,<br>
Kripa<br>
<br>
<br><br><div><span class="gmail_quote">On 12/29/05, <b class="gmail_sendername">newbie here</b> <<a href="mailto:newbie.here@gmail.com">newbie.here@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Many thanks for your help. So I can use this command to route the<br>stream to the network interface that I prefer to use. But I am still<br>struggling with the installation of VLC media player. I am using<br>Redhat 9.0 I downloaded the vlc_binary from:
<br><br><a href="http://mirrors.ircam.fr/pub/videolan/vlc/0.8.1/rpm/fedora/fc3/">http://mirrors.ircam.fr/pub/videolan/vlc/0.8.1/rpm/fedora/fc3/</a><br><br>for redhat and I tried running the rpm command with --nodeps option,
<br>as mentioned in the link :<br><a href="http://www.videolan.org/vlc/download-redhat.html">http://www.videolan.org/vlc/download-redhat.html</a><br><br>but i got the following messages:<br><br>warning: a52dec-0.7.4-7.1.fc3.fr.i386.rpm
: V3 DSA signature: NOKEY,<br>key ID e42d547b<br>warning: package libmodplug = 1:0.7-2vlc was already added, replacing<br>with libmodplug <= 1:0.7-3vlc<br>warning: package libpostproc = <a href="http://1.0-0.11.pre5.1.fc2.fr">
1.0-0.11.pre5.1.fc2.fr</a> was already<br>added, replacing with libpostproc <= <a href="http://1.0-0.12.20041025.1.fc3.fr">1.0-0.12.20041025.1.fc3.fr</a><br>warning: package vcdimager = 0.7.20-1.1.vlc was already added,
<br>replacing with vcdimager <= 0.7.20-3<br>        package libcdio-0.71-0 is already installed<br>        file /usr/lib/libvcdinfo.so.0.0.1 conflicts between attempted<br>installs of vcdimager-libvcd-0.7.20-1.1.vlc and 
libvcd-0.7.20-3<br><br><br>What could i be doing wrong?<br><br>Thanks ,<br>Krupa<br><br><br><br><br>On 12/29/05, Rémi Denis-Courmont <<a href="mailto:rem@videolan.org">rem@videolan.org</a>> wrote:<br>> Le Jeudi 29 Décembre 2005 01:53, newbie here a écrit :
<br>> >     Is there a means to specify the local IP/Port to which the VLC<br>> > client/server should bind. I want to use VLC to unicast video stream<br>> > but I want the stream to be sent out and received through a wireless
<br>> > network driver that I am developing rather than the default network<br>> > interface. I am using Redhat9.0. I there a way to tell the VLC<br>> > application which local port to bind to. Is there somebody who has
<br>> > done this before?<br>><br>> Changing the source IP/port tuple will not change the route to be used<br>> through which the stream will be sent. Normally, only the destination<br>> matters.<br>>
<br>> If you have to use a specific interface to send your stream, you must<br>> have a route to the destination in your kernel that goes through said<br>> interface.<br>><br>> As an example, if the destination is 
<a href="http://192.0.2.1">192.0.2.1</a>, and your own network<br>> driver defines an interface called if0, you would do something like:<br>> # route add -host <a href="http://192.0.2.1">192.0.2.1</a> dev if0<br>>
<br>> --<br>> Rémi Denis-Courmont<br>> <a href="http://www.simphalempin.com/home/">http://www.simphalempin.com/home/</a><br>><br>><br></blockquote></div><br>