]> git.sesse.net Git - vlc/commit
* Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
authorChristophe Massiot <massiot@videolan.org>
Tue, 2 Oct 2001 16:46:59 +0000 (16:46 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 2 Oct 2001 16:46:59 +0000 (16:46 +0000)
commitce0e4dd13e2e36b1a81f85523c7c69252443f485
tree9394db7fae1fe503ca72d4a715a361417ed61bba
parent62ba06e09fc94d25cbcc7f51e7bf1e82b4567d22
* 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 !
include/input_ext-intf.h
plugins/dvd/input_dvd.c
plugins/mpeg/input_es.c
plugins/mpeg/input_ps.c
plugins/mpeg/input_ps.h
plugins/mpeg/input_ts.c
src/input/input.c
src/input/input_programs.c
src/misc/modules.c