Documentation:Modules/http
< Documentation:Modules
Jump to navigation
Jump to search
Revision as of 02:56, 3 April 2019 by DoesItReallyMatter (talk | contribs) (→Source code: New section)
Module: http | |
---|---|
Type | Access |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | HTTP input |
Shortcut(s) | - |
As of VLC 0.9.0 this module accepts gzip compressed data and Digest Access Authentication.
Options
- http-proxy <string> : HTTP proxy. http://[user[:password]@]proxy.example.com:port/ default value: ""
- http-caching <integer> : Caching in ms
- http-user-agent <string> : User agent
- http-reconnect : Automatically try to reconnect in case of a sudden disconnect default value: disabled
- http-continuous : Read a file that is being constantly updated (for example a JPEG file) default value: disabled
Source code
- modules/access/http.c (main file)
- (folder)
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.