My configuration as example:
VLC on PC with IP 192.168.1.100
Music on NAS with IP 192.168.1.20/Music
Listening music on PC
Never tryed it with videos, music works perfectly.
VLC web interface sould be enabled and a passwort for LUA must be set.
netjukebox VLC player profile:
Player host: 192 ...
Search found 4 matches
- Thu Dec 11, 2014 8:01 pm
- Forum: General discussion
- Topic: VLC Configuration
- Replies: 1
- Views: 22187
- Sat Aug 30, 2014 2:09 pm
- Forum: Fixed
- Topic: VLC needs a password
- Replies: 6
- Views: 33073
Re: VLC needs a password
By the way: Are you working on the playlist implementation for vlc?
While there is an vlc-own http-playlist I think about an iframe for it (somewhat quick n' dirty). But yet I did not found time for checking the netjukebox code for a good inserting point. Any suggestion?
Thank you!
Fe-X
While there is an vlc-own http-playlist I think about an iframe for it (somewhat quick n' dirty). But yet I did not found time for checking the netjukebox code for a good inserting point. Any suggestion?
Thank you!
Fe-X
- Sat Aug 30, 2014 1:02 pm
- Forum: Fixed
- Topic: VLC needs a password
- Replies: 6
- Views: 33073
Re: VLC needs a password
Do you know how to use a password for telnet?
Than I can also implement password support for MPD (Music Player Daemon)
Do you mean MPD access over port 6600? (this is not a telnet-connection).
If mpd has configured a password, access over port 6600 is always open and the password has to be ...
Than I can also implement password support for MPD (Music Player Daemon)
Do you mean MPD access over port 6600? (this is not a telnet-connection).
If mpd has configured a password, access over port 6600 is always open and the password has to be ...
- Fri Aug 29, 2014 12:16 am
- Forum: Fixed
- Topic: VLC needs a password
- Replies: 6
- Views: 33073
VLC needs a password
VLC > 2.1.0 needs a password.
I changed some code to get this fixed:
netjukebox version 6.03.2 and VLC 2.1.5
config.php
function initialize() {
configform.name.focus();
<?php
if ($cfg['player_type'] == NJB_MPD) {
echo "\tconfigform.player_pass.className = 'short readonly';\n";
echo ...
I changed some code to get this fixed:
netjukebox version 6.03.2 and VLC 2.1.5
config.php
function initialize() {
configform.name.focus();
<?php
if ($cfg['player_type'] == NJB_MPD) {
echo "\tconfigform.player_pass.className = 'short readonly';\n";
echo ...