diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-21 19:04:41 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-08-21 19:04:41 +0000 |
commit | f5ea69b23522898b14b3ddf5acd6d1befcc9d0da (patch) | |
tree | d6389691f6e8531770e8b862475e38ee83858f69 /doc | |
parent | c901f6ab6f21539912ed3162a46047650f72b37f (diff) | |
download | ffmpeg-f5ea69b23522898b14b3ddf5acd6d1befcc9d0da.tar.gz |
MMSH support, the most popular and widely used of all MMS variants. Written by
Zhentan Feng <spyfeng gmail com> as part of Google's Summer of Code program.
Originally committed as revision 24861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index de7a6ec2fa..87fa4c62c9 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -73,6 +73,15 @@ HTTP (Hyper Text Transfer Protocol). MMS (Microsoft Media Server) protocol over TCP. +@section mmsh + +MMS (Microsoft Media Server) protocol over HTTP. + +The required syntax is: +@example +mmsh://@var{server}[:@var{port}][/@var{app}][/@var{playpath}] +@end example + @section md5 MD5 output protocol. |