Difference between revisions of "Documentation:Modules/mms"

From VideoLAN Wiki
Jump to navigation Jump to search
(Procure document on MMS (the short URL in the git links does not work anymore). The PDF says: "…Until now, there has been no information available whatsoever regarding details of the MMS protocol…")
m (Add module shortcuts)
 
Line 1: Line 1:
{{Module|name=mms|type=Access|first_version=0.5.0|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, including the ability to open mms:// and mmsh:// [[MRL]]s.
 
Handles Microsoft Media Server [[UDP]], [[TCP]] and [[HTTP]] variants, including the ability to open mms:// and mmsh:// [[MRL]]s.

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

Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.
This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
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.