vlc-protocol
vlc-protocol copied to clipboard
Open vlc:// links directly from your web browser.
Not sure if you can do anything about it, but [virustotal](https://www.virustotal.com/gui/file/43a9920fc45bc26ff25eb748257d6c92fc8d823c4d45e03523614458b001905f) is reporting that several anti-virus engines are reporting the latest vlc-protocol.exe as malicious.
Only options are to move to trash. ``` $ codesign -v ~/Downloads/VLC-protocol.app ~/Downloads/VLC-protocol.app: code object is not signed at all In architecture: x86_64 ```
I would like to integrate this work back into the VLC executable. Maybe you can help me. https://code.videolan.org/videolan/vlc/-/issues/26581
Hello, I tried vlc-protocol and it works like a charm in Chrome. The problem is, that the URL with spaces is passed to VLC from Internet Explorer, Edge or Firefox....
This fix correct a problem with URLs with ampersand and another special characters.
Hey, just passing by and saying thanks, this works great on Fedora. Kudos !
Hello. I have the next case in Windows: 1) Click VLC link in web browser. 2) First VLC is opened. 3) Click other VLC link in web browser. 4) Second...
I found a link that doesn't work if opened with vlc-protocol but does work if you put it into VLC manually. ``` vlc://https://www.tvplusonline.ru/getsignedurlcdnv3.php?q=1&p=a&s=itImaVEebXL&c=che https://www.tvplusonline.ru/getsignedurlcdnv3.php?q=1&p=a&s=itImaVEebXL&c=che ``` In the first case vlc...
Hey Stefan, I like the protocol you made, it makes things so nice. I'd like to add subtitles for movies in VLC though, and I'm not sure I'm having the...
~~Linux with user non-editable config: echo '// lockPref("browser.rights.network.protocol-handler.expose.vlc", true);' | sudo tee /usr/lib64/firefox/browser/defaults/preferences/vlc.js~~ ~~Linux with user non-editable config: echo '// pref("browser.rights.network.protocol-handler.expose.vlc", true);' | sudo tee /usr/lib64/firefox/browser/defaults/preferences/vlc.js~~ Linux with user editable...