diff options
| author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-13 01:11:57 +0000 |
|---|---|---|
| committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-01-13 01:11:57 +0000 |
| commit | 676d0a2b8e5bcf46808b76ca7434a7e8f65576ea (patch) | |
| tree | 87f10fb2f1d6a58d2dc0a21ec7833fcd41e11917 /src/input/Makefile.am | |
| parent | eaac42f1becbbcc62317e9bf81e07608aaad62fd (diff) | |
| download | xine-lib-676d0a2b8e5bcf46808b76ca7434a7e8f65576ea.tar.gz xine-lib-676d0a2b8e5bcf46808b76ca7434a7e8f65576ea.tar.bz2 | |
Experimental mmsh protocol support.
Some explanantions about mms protocols in xine :
mms:/, mmst:/, mmsu:/, mmsh:/ mrls are handled by the mms input plugin
mmst:/ and mmsu:/ mrls point out the 'mms over tcp' protocol (mms.c)
mmsh:/ mrls point out the 'mms over http' protocol (mmsh.c)
When a mms:/ url is encountered, mmst is tried first, then mmsh is tried if mmst failed
To try the new mmsh support :
xine mmsh://wmp.tf1.coltfrance.com/wmetf1/cinema/hpotter/harry_potter_secrets_320.wmv
xine mmsh://wmp.tf1.coltfrance.com/wmetf1/clip/johnny/marie_320.wmv
CVS patchset: 3885
CVS date: 2003/01/13 01:11:57
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 4985ba18b..eb22810d0 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -78,7 +78,7 @@ xineplug_inp_net_la_SOURCES = input_net.c net_buf_ctrl.c xineplug_inp_net_la_LIBADD = $(XINE_LIB) xineplug_inp_net_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c +xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c xineplug_inp_mms_la_LIBADD = $(XINE_LIB) xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |
