You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope you are doing well. After successfully deploying your Windows version of the Slinger, I decided to try replacing the PC for a Raspberry Pi. The endless Windows/AVG virus updates causes the PC to have to be remotely reactivated (password etc). It blows out the slingboxes, even though I have the program start at startup.
After going through the usual errors/surprises (I don't even know python), I believe the server is running correctly. Below is the output from the terminal:
Version : 4.01 Running on Linux-6.1.21-v8+-aarch64-with-glibc2.31 pid= 1765 /home/slingbox/slingbox_server.py
Using config file config.ini
Connection Manager Running on port 8080 with 10 max streams using URL slingbox.
Building page for Slingbox
Using built in default remote page definition.
Starting Streamer Thread for Slingbox
Streamer Running: 10 config.ini SLINGBOX 8080 8080 8388608
starting up on port 8080 8388608
8080 Checking for slingbox at ('192.168.50.16', 5310) 0
8080 ('192.168.50.16', 5310) OK
8080 Using slingbox at ('192.168.50.16', 5310)
Streamer: 8080 Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox
Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
Debug mode: off
Broadcast Responder Running
Server IP address is 192.168.50.212
All looks good, but VLC does not connect. I am getting the following error log from VLC:
-- logger module started --
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main: playlist is empty
access error: HTTP connection failure
main error: connection failed: Connection refused by peer
http error: cannot connect to 192.168.50.212:5310
-- logger module stopped --
I am also attaching a screen shot of the port forwarding setup from my router:
I'm sorry about the picture, but I can't convert it to text. The 192168.50.106 is my pc running VLC.
I have tried messing around with these settings to no avail. Any advise would be welcomed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Gerry,
Hope you are doing well. After successfully deploying your Windows version of the Slinger, I decided to try replacing the PC for a Raspberry Pi. The endless Windows/AVG virus updates causes the PC to have to be remotely reactivated (password etc). It blows out the slingboxes, even though I have the program start at startup.
After going through the usual errors/surprises (I don't even know python), I believe the server is running correctly. Below is the output from the terminal:
Version : 4.01 Running on Linux-6.1.21-v8+-aarch64-with-glibc2.31 pid= 1765 /home/slingbox/slingbox_server.py
Using config file config.ini
Connection Manager Running on port 8080 with 10 max streams using URL slingbox.
Building page for Slingbox
Using built in default remote page definition.
Starting Streamer Thread for Slingbox
Streamer Running: 10 config.ini SLINGBOX 8080 8080 8388608
starting up on port 8080 8388608
8080 Checking for slingbox at ('192.168.50.16', 5310) 0
8080 ('192.168.50.16', 5310) OK
8080 Using slingbox at ('192.168.50.16', 5310)
Streamer: 8080 Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
Broadcast Responder Running
Server IP address is 192.168.50.212
All looks good, but VLC does not connect. I am getting the following error log from VLC:
-- logger module started --
main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main: playlist is empty
access error: HTTP connection failure
main error: connection failed: Connection refused by peer
http error: cannot connect to 192.168.50.212:5310
-- logger module stopped --
I am also attaching a screen shot of the port forwarding setup from my router:
I'm sorry about the picture, but I can't convert it to text. The 192168.50.106 is my pc running VLC.
I have tried messing around with these settings to no avail. Any advise would be welcomed.
Beta Was this translation helpful? Give feedback.
All reactions