Are you shure you are using the correct local IP address? 1234.ddns.net is a redacted external address I have. Use you local SB local address (192.168.1.61). Except for different Win OS they look identical down to * Debug mode: off line. Use
http://192.168.1.61:8080/slingbox in VLC network stream. Below the Debug mode: off line is the log when VLC connects.
My server's console log
Version : 3.08d Running on Windows-10-10.0.22000-SP0 pid= 19028
Using config file config.ini
Connection Manager Running on port 8080 with 10 max streams using URL slingbox.
Streamer Running: 10 config.ini SLINGBOX 8080 8080 8388608
starting up on port 8080 8388608
Checking for slingbox at ('1234.ddns.net', 5201)
('1234.ddns.net', 5201) OK
8080 Using slingbox at ('1234.ddns.net', 5201)
Streamer: 8080 Waiting for first stream, flushing any IR requests that arrive while not connected to slingbox
Reading Custom Remote definition from C:\SlingBox1\TIVORemoteCh.html
* Serving Flask app 'slingbox_server' (lazy loading)
* 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
11/04/2022, 17:42:13.675 Streaming request from ('192.168.1.1', 63632)
Slinginfo "350/500/M1/M2" 12 30 1234.ddns.net 5201 3072 10
8080 Starting Stream for 192.168.1.1:63632
Connecting... ('1234.ddns.net', 5201) Control
8080 Selecting Video Source 2
Keycodes= [4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 24, 26, 27, 28, 29, 32, 35, 38, 39, 40, 41, 42, 46, 50, 62, 63, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77]
VideoParameters: Resolution= 12 FrameRate= 30 VideoBandwidth= 2000 VideoSmoothness= 63 IframeRate= 5 AudioBitRate= 64
Connecting... ('1234.ddns.net', 5201) Stream
8080 Stream started at 11/04/2022, 17:42:17.060 744 0
config file (not part of server console log). Again 1234.ddns.net is my external IP address. Use you local SB local address.
[SLINGBOX]
sbtype="350/500/M1/M2"
;sbtype="Solo/Pro/ProHD"
;sbtype="240"
password= (from link in Readme file)
; uncomment the next lines ipaddress and port with your local network info
; if you don't want the server to automatically find your
; slingbox on the local network. Needed if server and slingbox are
; not on the same LAN segment. Also removes requirement for the netifaces module
;ipaddress=192.168.1.171
;port=5201
ipaddress=1234.ddns.net
port=5201
; Repace with your finderid, If and only if you need remote access and don't
;have a static ip and you plan on using my service to access you server remotely.
; Please read the release notes. Most people don't need this.
;finderid=(from link in Readme file)
;If you've got more than one slingbox set name. THe server will use this when generating
; logs to make it easier to see what's going on.
;name=something
; Following are the default values
; Default resolution when server starts. You can change this and reconnect without having to restart the server
; valid range = 1..15
;Resolution=12
; Valid Values 1, 6, 10, 15, 20, 30, 60 depending on resolution
;FrameRate=30
;Min 50 Max 8000
;VideoBandwidth=2000
; Min 0 (auto) max 63
;VideoSmoothness=63
; Send Iframe every n seconds Max 30
;IframeRate=5
; Audio Bit Rate. Valid Options 16, 20, 32, 40, 48, 64, 96 Default 32
;AudioBitRate=32
; Video Source 0, 1, 2, 3 depending on your hardware corrosponds to one of
;Composite, Component, HDMI or Tuner.
;ProHD 0=Tuner, 1=composite 2=svideo 3=component
;Solo, M1 0=composite 1=Svideo 2=component
;500 0=composite, 1=component, 2=HDMI
; If you don't set this the code will use the last configired input
; I recommend setting this value. If not set correctly you'll often only see a black screen.
VideoSource = 2
[SERVER]
; local port number for the server to listen on for connections
port=8080
maxstreams=10
enableremote=yes
[REMOTE]
; see release notes for changing this if your remote doesn't work, But as a start make it
;the same as your configured VideoSource 0-3. See above.
code=2
; path to an external remote control definitions file, if the defaults
; aren't working for you or you want to change the format of the web page.
; use the supplied remote.txt as a starting point.
;include=remote.txt
;include=C:\SlingBox1\Tivo.Bolt.Remote.txt
;include=C:\SlingBox1\Tivo.Premiere.Remote.txt
include=C:\SlingBox1\TIVORemoteCh.html