]> git.sesse.net Git - vlc/commit
Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
authorHenri Fallon <henri@videolan.org>
Fri, 27 Apr 2001 18:07:57 +0000 (18:07 +0000)
committerHenri Fallon <henri@videolan.org>
Fri, 27 Apr 2001 18:07:57 +0000 (18:07 +0000)
commit092858e0c8d08d42848fe86add57d92a64ab340b
treef700a18b8a59b78bb8d77eefde56425fc7159bca
parentc0138ec5ec4fd09b4421797c0edfaf8a56951d42
Repaired broadcast support : binding INADDR_ANY doesn't seem to work.

You now have to specify the broadcast address as an argument.
Btw, thanks to sam, you can now use ts://server:port style, which gives
for broadcast :

vlc --broadcast broadcast_addr ts://server[:port]
include/netutils.h
src/input/input.c
src/interface/main.c
src/misc/netutils.c