CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Tue Oct 2 18:46:59 CEST 2001
Update of /cvs/videolan/vlc/include
Modified Files:
input_ext-intf.h
Update of /cvs/videolan/vlc/plugins/dvd
Modified Files:
input_dvd.c
Update of /cvs/videolan/vlc/plugins/mpeg
Modified Files:
input_es.c input_ps.c input_ps.h input_ts.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input.c input_programs.c
Update of /cvs/videolan/vlc/src/misc
Modified Files:
modules.c
Log Message:
* Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
* With -vvv modules now show up their scores ;
This afternoon I have been a little bored, so the feature of the day is :
* HTTP input support.
You can test it with :
./vlc http://mysite.com:80/mystream.mpg
It doesn't implement any kind of buffering, so make sure you have enough
bandwidth, otherwise you'll just get nothing.
It is compatible with HTTP proxy, just set http_proxy :
export http_proxy="http://proxy.mycompany.com:3128/"
Enjoy !
--
massiot
More information about the vlc-devel
mailing list