CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Fri Nov 23 19:47:51 CET 2001
Update of /cvs/videolan/vlc/include
Modified Files:
netutils.h
Update of /cvs/videolan/vlc/plugins/mpeg
Modified Files:
input_ts.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input.c
Update of /cvs/videolan/vlc/src/interface
Modified Files:
main.c
Update of /cvs/videolan/vlc/src/misc
Modified Files:
netutils.c
Log Message:
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 at 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]
--
massiot
More information about the vlc-devel
mailing list