HTTP

From VideoLAN Wiki
Revision as of 21:16, 13 January 2007 by H2g2bob (talk | contribs)
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 Procotol. It's a application network layer developed in early days of Internet for transmit html and text files. Today it's used for every kind of media, thanks to it's flexibility. VideoLAN can use this protocol for multimedia streaming. It can read a stream from an HTTP server like Apache, or act like a HTTP server dumping multimedia to 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
  • --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