neolink icon indicating copy to clipboard operation
neolink copied to clipboard

setting NEO_LINK_PORT to a different number than 8554 doesnt work

Open Dinth opened this issue 8 months ago • 2 comments

Describe the bug It looks like the env variable in the docker container doesnt work.

Image

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

  1. Set NEO_LINK_PORT to 8754
  2. Change the container port for port forwarding
  3. 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

Dinth avatar Mar 26 '25 14:03 Dinth

I'm also encountering this bug currently

cdunn95 avatar Apr 04 '25 19:04 cdunn95

Yes, I have the same issue

mced76 avatar May 10 '25 07:05 mced76