Difference between revisions of "Documentation:Modules/http"

From VideoLAN Wiki
Jump to navigation Jump to search
(Update/expand from source code/changelog, add wikilinks and notes)
(Add first_version with notes)
Line 9: Line 9:
  
 
== HTTP ==
 
== HTTP ==
{{Module|name=http|type=Access|description=[[HTTP]] input}}
+
{{Module|name=http|type=Access|first_version=0.5.0|description=[[HTTP]] input}}
 +
 
 +
HTTP was first supported ''before'' 0.5.0 (probably from the beginning).
  
 
As of VLC 0.9.0 this module accepts gzip compressed data and Digest Access Authentication.
 
As of VLC 0.9.0 this module accepts gzip compressed data and Digest Access Authentication.
Line 22: Line 24:
 
{{Clear}}
 
{{Clear}}
 
== HTTPS ==
 
== HTTPS ==
{{Module|name=https|type=Access|description=[[HTTPS]] input}}
+
{{Module|name=https|type=Access|first_version=3.0.0|description=[[HTTPS]] input}}
 +
 
 +
HTTPS was first supported in 0.8.1 (for {{docmod|http_intf}}). This particular sub-module was introduced in 3.0.0 for HTTP 2.0 support.
  
 
=== Options ===
 
=== Options ===

Revision as of 04:32, 3 April 2019

The --http-caching option was removed prior to VLC 2.0.0 with this commitdiff: Unify (ACCESS|DEMUX)_GET_PTS_DELAY

The option --http-proxy was removed from the 3.0.x and 4.0.0-dev branches with this commitdiff: HTTP win32: use http-proxy options to setup the proxy with summary Because win32/netconf is not ready.

The option --http-user-agent changed in VLC 1.1.1 (changelog):

libvlc_set_user_agent() configures the "user agent" strings used for some
protocols (HTTP, PulseAudio...). This replaces the --http-user-agent and
the former --user-agent libvlc_new() parameters.

HTTP

Module: http
Type Access
First VLC version 0.5.0
Last VLC version -
Operating system(s) all
Description HTTP input
Shortcut(s) -

HTTP was first supported before 0.5.0 (probably from the beginning).

As of VLC 0.9.0 this module accepts gzip compressed data and Digest Access Authentication.

Options

  • http-reconnect : Automatically try to reconnect in case of a sudden disconnect default value: disabled

HTTPS

Module: https
Type Access
First VLC version 3.0.0
Last VLC version -
Operating system(s) all
Description HTTPS input
Shortcut(s) -

HTTPS was first supported in 0.8.1 (for http_intf). This particular sub-module was introduced in 3.0.0 for HTTP 2.0 support.

Options

  • http-forward-cookies <boolean> : Forward cookies across HTTP redirections default value: enabled
  • http-referrer <string> : Provide the referral URL, i.e. HTTP "Referer" [sic] default value: NULL
  • http-user-agent <string> : Override the name and version of the application as provided to the HTTP server, i.e. the HTTP "User-Agent". Name and version must be separated by a forward slash, e.g. "FooBar/1.2.3" default value: NULL
  • http-continuous <boolean> : Keep reading a resource that keeps being updated (for example a JPEG file) default value: disabled

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.