Replies: 3 comments 1 reply
-
you need to post the complete logs including the server startup and your config.ini. But from what yove posed it sure looks like you do not have a valid IP address/port number for your slingbox in your config file. |
Beta Was this translation helpful? Give feedback.
-
Here is my full config code: [SLINGBOX] ;Replace with your finderid, If and only if you need remote access and don't ;If you've got more than one slingbox set name. THe server will use this when generating ;Following are the default values ;Valid Values 1, 6, 10, 15, 20, 30, 60 depending on resolution ;Min 50 Max 8000 ;Min 0 (auto) max 63 ;Send Iframe every n seconds Max 30 ;Audio Bit Rate. Valid Options 16, 20, 32, 40, 48, 64, 96 Default 32 ;Video Source 0, 1, 2, 3 depending on your hardware corresponds to one of [SERVER] [REMOTE] attempting to get the full log from a remote desktop. |
Beta Was this translation helpful? Give feedback.
-
thank you, still not getting there. |
Beta Was this translation helpful? Give feedback.
-
New to this, so I apologize in advance. I was able to get this working yesterday and then it stopped. I am getting the following timeout error while trying to connect. Port forwarding is open and aligned to the server computer. It does change though, which is quite annoying.
Slinginfo M1 12 30 xxx
63999 Starting Stream for xxx
63999 Opening Control stream 0x2000 0 0
Connecting... ('IP, Port) Control
Traceback (most recent call last):
File "slingbox_server.py", line 836, in streamer
s_ctl, stream = start_slingbox_session(streams)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "slingbox_server.py", line 359, in start_slingbox_session
s_ctl = sling_open(sling_net_address, 'Control') # open control connection to SB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "slingbox_server.py", line 320, in sling_open
s.connect(addr)
TimeoutError: timed out
63999 Badness starting slingbox session timed out None
Streamer: 63999 Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox
Beta Was this translation helpful? Give feedback.
All reactions