mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 11:57:03 +08:00
167e86b939
URI scheme handlers allows VLC to manifest ability to open these URIs. Practically it means that if user wants to open url like mms://example.com/ system may automatically choose VLC to open it. I haven't included http, ftp, etc. because they are better handled by web browsers than media player. More info about URI scheme handlers are here: http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html#id2869854 Line with MimeType key is now longer than 998 characters (see RFC 2822). I haven't found a way of making it shorter. In case you didn't get whole line it ends with: x-content/audio-player;application/xspf+xml; Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> |
||
---|---|---|
autotools | ||
bin | ||
bindings | ||
compat | ||
contrib | ||
doc | ||
extras | ||
include | ||
lib | ||
m4 | ||
modules | ||
po | ||
projects/macosx | ||
share | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
AUTHORS | ||
bootstrap | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
INSTALL | ||
make-alias | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS |
README for the VLC media player =============================== VLC is a popular libre and open source media player and multimedia engine, used by a large number of individuals, professionals, companies and institutions. Using open source technologies and libraries, VLC has been ported to most computing platforms, including GNU/Linux, Windows, Mac OS X, BSD, iOS and Android. VLC can play most multimedia files, discs, streams, allows playback from devices, and is able to convert to or stream in various formats. The VideoLAN project was started at the university École Centrale Paris who relicensed VLC under the GPLv2 license in February 2001. Since then, VLC has been downloaded close to one billion times. Links: ====== The VLC web site . . . . . http://www.videolan.org/ Support . . . . . . . . . . http://www.videolan.org/support/ Forums . . . . . . . . . . http://forum.videolan.org/ Wiki . . . . . . . . . . . http://wiki.videolan.org/ The Developers site . . . . http://wiki.videolan.org/Developers_Corner VLC hacking guide . . . . . http://wiki.videolan.org/Documentation:Hacker%27s_Guide Bugtracker . . . . . . . . http://trac.videolan.org/vlc/ The VideoLAN web site . . . http://www.videolan.org/ Files: ====== ABOUT-NLS - Notes on the Free Translation Project. AUTHORS - VLC authors. COPYING - The GPL license. INSTALL - Installation and building instructions. NEWS - Important modifications between the releases. README - This file. THANKS - VLC contributors. Folders: ======== bin/ - VLC binaries. bindings/ - libVLC bindings to other languages. compat/ - compatibility library for operating systems missing essential functionnalities. contrib/ - external libraries retrieving facilities for systems that don't have package manager. doc/ - Miscellaneous documentation. extras/analyser - Code analyser and editor specific files. extras/buildsystem - different buildsystems specific files. extras/contrib/ - old contrib/. extras/misc - Files that don't fit in the other extras/ categories. extras/package - VLC packaging specific files such as spec files. include/ - Include files. lib/ - libVLC source code. modules/ - VLC plugins and modules. Most of the code is here. po/ - languages related files. projects/ - projects that uses libVLC such as the web browsers plugin. share/ - Common Resources files. src/ - VLC and libvlc source code. test/ - testing system.