RTSP is a protocol. This mozillaZine article notes two ways of registering it :
Updating about:config
- Type about:config into the Location Bar (address bar) and press Enter.
- Right-click -> New -> Boolean -> Name: network.protocol-handler.expose.rtsp.
Set its value to false .
- Next time you click a link of protocol-type rtsp you will be asked which application to open it with. Enter
C:\Program Files\VideoLan\VLC\vlc.exe (or whatever it is).
Registry editing
Make a rtsp.reg file and add the following:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\rtsp]
@="Real Time Streaming Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\rtsp\shell]
[HKEY_CLASSES_ROOT\rtsp\shell\open]
[HKEY_CLASSES_ROOT\rtsp\shell\open\command]
@="\"C:\\Program Files\\VideoLan\\VLC\\vlc.exe\" \"%1\""
Double click and add to registry.
Make sure the VLC Firefox plugins npvlc.dll and vlcintf.xpt are installed in Firefox plugin folder.