]> git.sesse.net Git - vlc/commit
* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable...
authorGildas Bazin <gbazin@videolan.org>
Sat, 12 Feb 2005 11:00:56 +0000 (11:00 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 12 Feb 2005 11:00:56 +0000 (11:00 +0000)
commite55b8a6f199d250d264ae5e2cdc9275cfb5631b9
tree0047e1b3358a4487fd251baad7044c2cc120005a
parent99f6f6c1303556b8906449c0225ec4d52d16f557
* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro
algorithm for http/mms/rtsp by default for now since our algo was designed for local network
streaming of MPEG over UDP in mind and doesn't work well in other cases.
You can still use the --clock-synchro config option to override this.
Hopefully this commit will be reverted once the clock synchro has been re-written.
modules/access/http.c
modules/access/mms/mmsh.c
modules/access/mms/mmstu.c
modules/demux/livedotcom.cpp