Difference between revisions of "HTTP"

From VideoLAN Wiki
Jump to navigation Jump to search
m (typo)
m (Remove template data per revision 61024, misc.)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
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.
+
:''Did you want the [[HTTP Interface]] module or how to [[Control VLC via a browser]]?''
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.
+
{{Protocol|HTTP}}
  
[[Category:Prototols]]
+
'''HTTP''' or '''HyperText Transport Protocol''' is 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.
 +
 
 +
'''HTTPS''' or '''HyperText Transport Protocol Secure''' is HTTP with [[TLS]] (encryption) to provide security and privacy.
 +
 
 +
{{VLC}} can use both HTTP and HTTPS for multimedia [[streaming]]. It can read a stream from a server like Apache, or act like a server dumping multimedia over the network.
 +
 
 +
Usage for HTTP:
 +
vlc <nowiki>http://host[:port]/file</nowiki>
 +
 
 +
[[Category:Glossary]]

Latest revision as of 06:22, 19 April 2019

Did you want the HTTP Interface module or how to Control VLC via a browser?
HTTP
VLC uses this protocol (or access module) to read data from a device or network.
This protocol is handled by the http module.

HTTP or HyperText Transport Protocol is 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.

HTTPS or HyperText Transport Protocol Secure is HTTP with TLS (encryption) to provide security and privacy.

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

Usage for HTTP:

vlc http://host[:port]/file