[vlc-devel] Re: Playing an RTSP stream through a proxy?

John Kinson vlc at yellowradio.com
Wed Jul 5 16:51:32 CEST 2006


If anyone's interested, I solved this with a transparent proxy (as I'm 
running vlc under Ubuntu Linux):

    iptables -t nat -A PREROUTING -p tcp -d <RTSP server IP address> 
--dport 554 -j DNAT --to-destination <proxy IP address>:<proxy port>

*Seems* to work fine...

JK

John Kinson wrote:
> Does anyone know if VLC can be configured to play an RTSP stream 
> through an RTSP proxy server (i.e. *not* HTTP), in the way that 
> quicktime can be configured to do so?
>
> JK
>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list