Page 1 of 1

VLC Player : Static UDP port for RTP/RTSP

Posted: 26 Dec 2005 19:09
by lapinpoilux
Hello,

Free, a french provider, has just released a new functionaility for the modem triple play (freebox).
The freebox can be used as a RTSP server to send TV channel to a computer behind the modem.
VLC player uses variable UDP ports to communicate with the RTP/RTSP server.
So, as we don't know which UDP port will be used when the server is behind a firewall, a solution is to open all UDP ports...in order to create a security leak.

A french guy has modified the source of the file livedotcom.cpp to integrate static UDP port for RTP communication.
You can find the URL here (in french).
http://www.freenews.fr/forum/viewtopic.php?pid=69354

I want to know if this functionality could be integrate in the next release.

Thank you.

Best regards.

Lapinpoilux

Posted: 27 Dec 2005 11:08
by Goon
I support this!

Posted: 01 Jan 2006 22:46
by dionoea
This recent changeset ( http://trac.videolan.org/vlc/changeset/13838 ) seems to do the same thing. Get a nightly from http://nightlies.videolan.org to try it out.

Posted: 02 Jan 2006 13:32
by alouali
I also want this !
I hope it will be included in next vlc version. I'm a free client, and I cannot compile or open my firewall.

Many thanks

Posted: 11 Jan 2006 11:46
by Alf_fr
Hi everyone!

First, Happy new year !
And keep on doing this very good works !

As lapinpoilux, i'm interested by the same feature, but would it be possible to enter a range of port (and not only one port because it would say that many sessions of vlc have to be started in order to watch differents channels).
As vlc use randoms ports, it sometimes intefers with others ports.

Thanks !