Go to file
Pavol Babincak 167e86b939 Added URI scheme handlers: mms, rtmp, rtsp
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>
2011-10-19 22:46:00 +03:00
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Fix .gitignore files 2011-10-16 20:29:34 +02:00
bindings Rename VLC_{PUBLIC,DEPRECATED}_API to LIBVLC_{API,DEPRECATED} 2011-05-07 23:08:28 +03:00
compat Implement dirfd() on MacOS 2011-10-11 19:05:32 +03:00
contrib contrib: add speexdsp 2011-10-19 18:25:21 +03:00
doc Some light fortune 2011-09-25 18:15:36 +02:00
extras Contribs: update gpg-error to 1.10 2011-10-19 01:46:53 +02:00
include Include <sys/types.h> from <vlc_sout.h> 2011-10-19 22:39:59 +03:00
lib remove unused typedef 2011-10-14 17:25:00 +03:00
m4 remove obsolete comment 2011-09-18 22:53:41 -04:00
modules DMO: fix small issue in BITMAPINFOHEADER 2011-10-19 18:20:02 +02:00
po l10n: French update 2011-10-19 00:17:19 +01:00
projects/macosx vlckit: fixes sout chain issue in stream output. 2011-10-05 18:43:02 +02:00
share Added URI scheme handlers: mms, rtmp, rtsp 2011-10-19 22:46:00 +03:00
src Fix .gitignore files 2011-10-16 20:29:34 +02:00
test Update libvlc.la path and factorize test Makefile 2011-08-30 23:57:50 +03:00
.gitattributes Supports $ rewrite via .gitattributes 2008-03-02 14:46:27 +01:00
.gitignore Remove vlc-config 2011-08-18 22:02:21 +03:00
.mailmap Mailmap: fix obvious typo 2011-10-13 19:00:22 +02:00
AUTHORS Add Russian translator 2011-09-04 12:33:18 +02:00
bootstrap bootstrap: fail if pkg-config is absent 2011-09-19 17:46:12 +03:00
configure.ac Use *_PKG_ERRORS as error/warning where available 2011-10-17 18:29:04 +03:00
COPYING GPL: remove the end of the license that is useless 2011-10-05 10:57:43 +02:00
COPYING.LIB Add LGPL license 2011-10-05 11:00:55 +02:00
INSTALL Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
make-alias Take program prefix and suffix into account in the make-alias script. 2008-05-26 00:11:33 +02:00
Makefile.am macosx: remove deleted files from Makefile 2011-09-18 13:08:34 +02:00
NEWS Speex resampler (for FL32 and S16N) 2011-10-16 21:33:15 +03:00
README Remove outdated HACKING and update INSTALL and README 2011-09-07 20:05:59 +02:00
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00

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.