The Filebrowser interface allows you to stream media within the browser without having to transcode it. However, not all media can be played in the browser. Some video players like VLC allow you to stream media but Filebrowser does not have built-in functionality to generate a streaming link. This is especially problematic when the Filebrowser instance is protected by a login, meaning you can't just copy and paste the link from the browser's URL bar into VLC.
This userscript adds a button to filebrowser (https://github.com/filebrowser/filebrowser) to more easily generate a network streaming link for playing in an external player like VLC. Selecting a file and clicking the button will download an M3U playlist file that can be quickly opened with VLC.
- You must have the Tampermonkey extension installed in your browser. It will probably work with Greasemonkey too.
- Install this userscript.
- Important: Add whatever domain you're running Filebrowser on to the User Includes section in Tampermonkey! Example:
https://example.com:8383/*