Difference between revisions of "Documentation:Modules/bandwidth"
Jump to navigation
Jump to search
(New page: {{Module|name=bandwidth|type=Access filter|first_version=0.9.0|description=limit incoming bandwidth}} == Options == {{Option |name=access-bandwidth |value=integer |default=65536 |descript...) |
|||
Line 15: | Line 15: | ||
{{Stub}} | {{Stub}} | ||
− | {{Documentation}} | + | {{Documentation footer}} |
Latest revision as of 10:03, 3 October 2013
Module: bandwidth | |
---|---|
Type | Access filter |
First VLC version | 0.9.0 |
Last VLC version | - |
Operating system(s) | all |
Description | limit incoming bandwidth |
Shortcut(s) | - |
Options
- access-bandwidth <integer> : The bandwidth module will drop any data in excess of that many bytes per seconds default value: 65536
Example
% vlc --access-filter bandwidth --access-bandwidth 131072 <some url>
- Will limit incoming data to 128 kBytes/second (128*1024 Bytes/second).
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.