Cant get neolink to run via command prompt #289
Unanswered
tessanadik
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You need to use the cd command to change the directory inside cmd to the directory that contains neolink. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I had issues, then installed the GStreamer via Choco and it added all the correct entries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have windows 1o pro running on my intel nuc, which is also where I run blue iris (Has is on a raspi4). I downloaded and installed gstreamer 1.0 msvc x86_64. I then added this path "%GSTREAMER_1_0_ROOT_X86_64%\bin" but the entire path from C:\ on into the environment variables under "path". I then created a txt file named "my_config.toml" with the following entry saved in the same folder as where I unzipped neolink:
bind: = "0.0.0.0"
[[cameras]]
name = "cameraname"
username = "admin"
password = "password"
address = "myip
stream = "both"
I then launch command prompt and enter "neolink rtsp --config my_config.toml" that 'neolink' is not recognized as an internal or external command
Beta Was this translation helpful? Give feedback.
All reactions