Difference between revisions of "HTTP"

From VideoLAN Wiki
Jump to navigation Jump to search
m (nn)
Line 2: Line 2:
 
{{protocol|id=http|altid=https|altid2=unsv}}
 
{{protocol|id=http|altid=https|altid2=unsv}}
  
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.
+
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 its 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.
 
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.
  

Revision as of 07:26, 16 October 2014

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 its 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. 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