HTTP

From VideoLAN Wiki
Revision as of 10:31, 21 February 2019 by DoesItReallyMatter (talk | contribs) (Copy-edit)
Jump to navigation Jump to search

Did you want the HTTP Interface?

??
VLC uses this protocol (or access module) to read data from a device or network.

HTTP stands for HyperText Transport Protocol. It's an application network layer developed in the early days of the Internet to transmit HTML and text files. Today it's used for every kind of media, thanks to its flexibility.

VLC media player can use this protocol for multimedia streaming. It can read a stream from an HTTP server like Apache, or act like an HTTP server dumping multimedia over the network.

Module options

  • --http-proxy (string)
    HTTP proxy to use
  • --http-caching (integer)
    Caching value in milliseconds
  • --http-user-agent (string)
    User agent string. For example, the default user-agent for version 1.1.0-git is:
    vlc 1.1.0-git-20100330-0003
  • --http-reconnect (boolean)
    Auto re-connect (default disabled)
  • --http-continuous (string)
    Continuous stream (default disabled)
  • --http-user (string)
  • --http-pwd (string)
    HTTP authentication [Please check this]

Source code