neolink
neolink copied to clipboard
setting NEO_LINK_PORT to a different number than 8554 doesnt work
Describe the bug It looks like the env variable in the docker container doesnt work.
But when starting the container, the log shows: Running: /bin/sh -c /usr/local/bin/neolink "${NEO_LINK_MODE}" --config /etc/neolink.toml
[2025-03-26T14:43:11Z INFO neolink] Neolink 6e05e7844b5b50f89787d30bffcbbd3471bfcfde release
[2025-03-26T14:43:11Z INFO neolink::rtsp] Starting RTSP Server at 0.0.0.0:8554
[2025-03-26T14:43:11Z DEBUG neolink::rtsp] Adding user wickhay to rtsp server
[2025-03-26T14:43:11Z INFO neolink::rtsp] baby_room: Rtsp Starting
[2025-03-26T14:43:11Z WARN neolink::rtsp] Without a server certificate, usernames and passwords will be exchanged in plaintext!
Also when trying to connect to the container (with port forwarding changed to 5754) im getting no answer
dinth@dinth-mint:~$ telnet 10.10.1.13 8754
Trying 10.10.1.13...
telnet: Unable to connect to remote host: Connection refused
To Reproduce
- Set NEO_LINK_PORT to 8754
- Change the container port for port forwarding
- Restart the container
Expected behavior Neolink stream should be available through the desired port. As on the standard 8554 ive got go2rtc running
Versions Neolink software: 0.6.2
I'm also encountering this bug currently
Yes, I have the same issue