]> git.sesse.net Git - vlc/commit
Added URI scheme handlers: mms, rtmp, rtsp
authorPavol Babincak <scroolik@gmail.com>
Wed, 19 Oct 2011 19:45:39 +0000 (22:45 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 19 Oct 2011 19:46:00 +0000 (22:46 +0300)
commit167e86b9399166a7f2be57cba6ec8e53386e4338
tree00d835ac2cd0c2ddce76178365626cc49d5a143c
parent45334e6f79e64058ba3a294da4e035526ce95b6c
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>
share/vlc.desktop.in