]> git.sesse.net Git - vlc/commit
Major rewrite of the network layer. The following syntax ARE NO LONGER
authorChristophe Massiot <massiot@videolan.org>
Fri, 23 Nov 2001 18:47:51 +0000 (18:47 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 23 Nov 2001 18:47:51 +0000 (18:47 +0000)
commitfefa3b65426db7a6d64a15a44432381228c43075
tree5d3f2c31d952955770baaa1fb30e1d816ad23ba1
parentf1632229ae548b78b37130cc78da3ec451bc974c
Major rewrite of the network layer. The following syntax ARE NO LONGER
SUPPORTED :
ts:toto:1234/meuh
--server toto --broadcast meuh --port 1234

The only supported syntax is :
udp[stream]:[//][serveraddr:[serverport]][@[bindaddr][:bindport]]
example : udpstream:toto@meuh:toto

In most cases, simply passing "udpstream:" should work, since it enables
unicast and broadcast reception on port 1234 from any server. Other
options are only used for fine tuning and multicast.

TODO :
* The GTK interface is broken (glade knowledge wanted !)
* Test this on all supported platforms (and fix them :)
[this won't work with current channel servers - fix needed]
include/netutils.h
plugins/mpeg/input_ts.c
src/input/input.c
src/interface/main.c
src/misc/netutils.c