First of all, I’ve tried doing this many many times, and I’ve just about given up trying on my own. Please help :).
Here’s my first question. Is it completely mandatory to edit the file called “vlc-shares.configs.ini_WINDOWS” because mine, after uninstalling then re-installing, shows it as vlc-shares.configs.ini_LINUX but it’s tagged as a windows file.
Also I’m having trouble with these parts:
[*]13) Now edit the file with your config (more info about this step here).
Mandatory changes are:
* Line 47: if you use apache on port != 80, set your port in apache_altPort
* Line 59: set your path to vlc.exe (use / in the path, not )
[/*]
Line 47 has me baffled. Do I have to change the ports around? How do I know if apache is using port 80 or not? And there are two lines with apache_altPort. Which one do I set my port in?
And Line 59 confuses me as well. First you say that there should be no ‘s in the path, yet in your examples it shows ‘s:
path = ""C:/Program files (x86)/VideoLAN/VLC/vlc.exe""
Code: Select all
path = ""C:/Programmi/VideoLAN/VLC/vlc.exe""
or
Code: Select all
path = ""C:/My custom program dir/VLC/vlc.exe""
or are these not correct examples? Thanks.