]> git.sesse.net Git - vlc/commit
- Fixed TS input ( a nasty dead lock had appeared 4 days ago )
authorHenri Fallon <henri@videolan.org>
Wed, 7 Mar 2001 00:18:46 +0000 (00:18 +0000)
committerHenri Fallon <henri@videolan.org>
Wed, 7 Mar 2001 00:18:46 +0000 (00:18 +0000)
commita6c6f723972f69ffd92feeae8e846a97bfd880c6
treeb44c1834bcc14db2145daa3aafd58da149c492f8
parent6304d60dd68f6b3bfe2a777a8ae2eb4eff509e15
- Fixed TS input ( a nasty dead lock had appeared 4 days ago )
- Added base of network support

Things to be done :
- Meuuh : fix the PCR synchronisation so that we can set b_pace_cntrol to 0
- Sam : find a way of specifing the type of media (file, net). For the
moment, the "--input ts" always call input_NetworkOpen
- Maybe sam : for the moment the working syntax is vlc --input ts
servername, it should nbe turned into "vlc --server servername".

Things that don't work (i'll work on this this week end) :
- stopping and retaking a stream
- a nice 'waiting for stream'
- we select all incoming streams. we should be able to select.

Things that haven't been tested :
- broadcast
- only tested with one stream.

Kick me if something is broken by my fault.
include/config.h.in
include/input.h
plugins/mpeg/input_ts.c
src/input/input.c
src/input/mpeg_system.c