Difference between revisions of "Documentation:Modules/mms"
Jump to navigation
Jump to search
m (Add module shortcuts) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=mms|type=Access|description=MMS input}} | + | {{Module|name=mms|type=Access|first_version=0.5.0|description=[[MMS]] input|sc=mms|sc2=mmsh|sc3=mmst|sc4=mmsu}} |
− | Handles Microsoft Media Server UDP, TCP and HTTP variants. | + | Handles Microsoft Media Server [[UDP]], [[TCP]] and [[HTTP]] variants, including the ability to open mms:// and mmsh:// [[MRL]]s. |
+ | In the source code for mms module it says: | ||
+ | * NOTES: | ||
+ | * MMSProtocole documentation found at <nowiki>http://get.to/sdp</nowiki> | ||
+ | get.to/sdp is now located at sdp.ppona.com. This document is pertinent: ([http://sdp.ppona.com/zipfiles/MMSprotocol.pdf MMSprotocol.pdf] or [https://archive.today/QClst archived copy]) | ||
+ | <!-- DoesItReallyMatter says: | ||
+ | Why do I say sdp.ppona.com when get.to/sdp redirects (as of April 2019) to mediadiscovery.net? | ||
+ | The whole thing looks to me disreputable and mediadiscovery.net says nothing of the MMS protocol. | ||
+ | |||
+ | When I traced it with the Internet Archive: | ||
+ | https://web.archive.org/web/20011114142105/http://get.to/sdp redirects to https://web.archive.org/web/20011105142315/http://freespace.virgin.net/sdpman.sdp/ | ||
+ | https://web.archive.org/web/20040611223803/http://freespace.virgin.net/sdpman.sdp/ announced it moved to http://sdp.ppona.com | ||
+ | Additionally, get.to/sdp is visible in the screenshot: http://sdp.ppona.com/readme/readme.html#anchor21312 | ||
+ | --> | ||
== Options == | == Options == | ||
{{Option | {{Option | ||
Line 18: | Line 31: | ||
|value=integer | |value=integer | ||
|default=0 | |default=0 | ||
− | |description=Select the stream with the maximum bitrate under this limit | + | |description=Select the stream with the maximum [[bitrate]] under this limit |
}} | }} | ||
{{Option | {{Option | ||
Line 24: | Line 37: | ||
|value=string | |value=string | ||
|default="" | |default="" | ||
− | |description=HTTP proxy for the HTTP MMS variant. http://[user[:password]@]proxy.example.com:port/ | + | |description=HTTP proxy for the HTTP MMS variant. <code><nowiki>http://[user[:password]@]proxy.example.com:</nowiki>[[port]]/</code> |
}} | }} | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFolder|modules/access/mss}} (folder) | ||
+ | * {{VLCSourceFile|modules/access/mms/mms.c}} (main file) | ||
+ | * {{VLCSourceFile|modules/access/mms/mmsh.c}} (MMS over HTTP) | ||
+ | * {{VLCSourceFile|modules/access/mms/mmstu.c}} (MMS over TCP or UDP) | ||
{{Stub}} | {{Stub}} | ||
{{Documentation footer}} | {{Documentation footer}} |
Latest revision as of 08:06, 19 April 2019
Module: mms | |
---|---|
Type | Access |
First VLC version | 0.5.0 |
Last VLC version | - |
Operating system(s) | all |
Description | MMS input |
Shortcut(s) | mms , mmsh , mmst , mmsu
|
Handles Microsoft Media Server UDP, TCP and HTTP variants, including the ability to open mms:// and mmsh:// MRLs.
In the source code for mms module it says:
* NOTES: * MMSProtocole documentation found at http://get.to/sdp
get.to/sdp is now located at sdp.ppona.com. This document is pertinent: (MMSprotocol.pdf or archived copy)
Options
- mms-caching <integer> : Caching in ms
- mms-all : Force selection of all streams default value: disabled
- mms-maxbitrate <integer> : Select the stream with the maximum bitrate under this limit default value: 0
- mmsh-proxy <string> : HTTP proxy for the HTTP MMS variant.
http://[user[:password]@]proxy.example.com:port/
default value: ""
Source code
- (folder)
- modules/access/mms/mms.c (main file)
- modules/access/mms/mmsh.c (MMS over HTTP)
- modules/access/mms/mmstu.c (MMS over TCP or UDP)
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.