diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-02-17 13:40:57 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-02-17 13:40:57 +0000 |
commit | bf19a24653374e2522e4940c7bd0db3ee075a722 (patch) | |
tree | f5c1639222592f6ba26c09b4357c93b6d3f3a0c8 /ChangeLog | |
parent | 0dc8ebde2b0600ae8b801dacd1b2957b80e77bdc (diff) | |
download | xine-lib-bf19a24653374e2522e4940c7bd0db3ee075a722.tar.gz xine-lib-bf19a24653374e2522e4940c7bd0db3ee075a722.tar.bz2 |
Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).
mms:// ... method (or probing) according to config option
mmst:// ... always only TCP
mmsh:// ... always only HTTP
This will speed up connection behind firewalls which block TCP.
Default behaviour is the same as current.
CVS patchset: 6168
CVS date: 2004/02/17 13:40:57
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ xine-lib (1-rc4) * add iso-8859-9 and iso-8859-15 codepages into xine fonts * work around freezing with arts on BSD * documentation about xine fonts + * make the protocol in MMS configurable - TCP, HTTP or autoprobe xine-lib (1-rc3a) * new subtitle formats: jacobsub, subviewer 2.0, subrip 0.9 |