Difference between revisions of "Documentation:Modules/http"
Jump to navigation
Jump to search
(Can read gzip and Digest Access Authentication as of 0.9.0) |
m (→Source code: New section) |
||
Line 30: | Line 30: | ||
|description=Read a file that is being constantly updated (for example a JPEG file) | |description=Read a file that is being constantly updated (for example a JPEG file) | ||
}} | }} | ||
+ | |||
+ | == Source code == | ||
+ | * {{VLCSourceFile|modules/access/http.c}} (main file) | ||
+ | * {{VLCSourceFolder|modules/access/http}} (folder) | ||
{{Stub}} | {{Stub}} | ||
{{Documentation footer}} | {{Documentation footer}} |
Revision as of 02:56, 3 April 2019
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.