-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vlc paths for 64bit #229
Comments
xdccJS piping isn't exclusive to VLC. Pathway are to be managed on your end (usually directly by your OS).
|
If you need help with that follows this guide: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ |
I have correctly added binary to path, but it seems that VLC is still not picking anything from fd:// , what might I be doing wrong any advice. |
Nothing's wrong on your end, it appears using pipes with the CLI was broken, I released v4.2.7 on npmjs which fix this issue (along with #227). You just need to update xdccJS |
Describe the bug
user installed 64bit VLC there is a difference in path which is under C:\Program Files (x86)\VideoLAN\VLC\vlc.exe
To Reproduce
install 64bit and check path
Expected behavior
global path maybe to include 64 and 32 paths for vlc and maybe mpv path
Screenshots
Context:
Additional context
maybe include both 64 and 32 pathways for binary. optional to include mpv , allow user to save player pathway when saving profile.
The text was updated successfully, but these errors were encountered: