-
-
Notifications
You must be signed in to change notification settings - Fork 4
VLC URLs
Andrew Lambert edited this page May 1, 2016
·
7 revisions
#Media Resource Locator All media played through libvlc are identified by their Media Resource Locator, or MRL. MRLs are a super-set of URLs, and include media-specific protocol schemes.
Available schemes are:
| Scheme | Example | Comment |
|---|---|---|
| file | file:///path/file |
Plain media file |
| http | http://host[:port]/file |
HTTP URL |
| ftp | ftp://host[:port]/file |
FTP URL |
| mms | mms://host[:port]/file |
MMS URL |
| screen | screen:// |
Screen capture |
| dvd | dvd://[device] |
DVD device |
| dvdsimple | dvdsimple://[device] |
DVD device with no menus |
| vcd | vcd://[device] |
VCD device |
| cdda | cdda://[device] |
Audio CD device |
| udp | udp://[[<source address>]@[<bind address>][:<bind port>]] |
UDP stream sent by a streaming server |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"