nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Determine which vlc plugins are required #44

Open nicmr opened 4 years ago

nicmr commented 4 years ago

On linux we don't ship these but expect the user to have the library globally installed. On windows we'll have to try and remove them one by one until it stops working.

The following candidates are available:

nicmr commented 4 years ago

For reference also check #41