synapseattack Wrote:I read that thinking users and in users set up to access the server. Ok... back to reality for me...
I'm having a problem in both Firefox playback and XBMC Client addon playback. Assuming that these are related I'm posting the logs from the failed XBMC client addon playback.
Channel Map: http://pastebin.com/4JFQx6UC
XBMC Log: http://pastebin.com/C3s1w7XS
remoteCenton Log:
Code:
===================================================
Initializing : remoteCeton v1.9.0 | mcheng827@gmail
===================================================
Found Device: HDHomeRun Prime Tuner 1310E7CE DRI
===================================================
Ceton: Loaded channel map from file
===================================================
Tuner[1]: Loading tuner from device
Tuner[1]: HDHomeRun Prime Tuner 1310E7CE-0
Tuner[2]: Loading tuner from device
Tuner[2]: HDHomeRun Prime Tuner 1310E7CE-1
Tuner[3]: Loading tuner from device
Tuner[3]: HDHomeRun Prime Tuner 1310E7CE-2
===================================================
Server: Starting up scheduler thread
Server: Starting up listener thread
Server: Press enter to shutdown...
===================================================
Server: Client requested stream url for Tuner[3]
Server: Client requested channel map data
Tuner[3]: Changing channel number to 2
Tuner[3]: Program number is 1001
Tuner[3]: Channel name is WCBS
Tuner[3]: udp://@:5002
Tuner[3]: Starting video stream
VLC[3]: Starting VLC instance with remoteVLC plugin
VLC[3]: Streaming to http://localhost:8558
Error: CreateProcess() returned error 2.
VLC[3]: Attempt 1of 5 failed...
Tuner[3]: udp://@:5002
Tuner[3]: Starting video stream
VLC[3]: Starting VLC instance with remoteVLC plugin
VLC[3]: Streaming to http://localhost:8558
Error: CreateProcess() returned error 2.
VLC[3]: Attempt 2of 5 failed...
Tuner[3]: udp://@:5002
Tuner[3]: Starting video stream
VLC[3]: Starting VLC instance with remoteVLC plugin
VLC[3]: Streaming to http://localhost:8558
Error: CreateProcess() returned error 2.
VLC[3]: Attempt 3of 5 failed...
Tuner[3]: udp://@:5002
Tuner[3]: Starting video stream
VLC[3]: Starting VLC instance with remoteVLC plugin
VLC[3]: Streaming to http://localhost:8558
Error: CreateProcess() returned error 2.
VLC[3]: Attempt 4of 5 failed...
Tuner[3]: udp://@:5002
Tuner[3]: Starting video stream
VLC[3]: Starting VLC instance with remoteVLC plugin
VLC[3]: Streaming to http://localhost:8558
Error: CreateProcess() returned error 2.
VLC[3]: Attempt 5of 5 failed...
VLC[3]: Error starting stream. Shutting down
do you have vlc? error 2 is The system cannot find the file specified
everything to setup the program is in the install.txt
including epg data
Hey europorsche914, I'm thinking about unsecuring the /m/ path and use a form/JavaScript login...
Or making a unsecured directory.
Or even a ".unsecure" file with the list of files that can bypass authentication.
The api calls will still be secured though...
Let me know what you think, since you use the path for your web interface.
the webapp doesnt like the http auth
EDIT: Will do a .htsecure file that lists the file in the directory that can bypass security
Similar to apaches .htpasswd/.htaccess stuff? Will cache this in memory, so it doesnt have to be read multiple times.