I try to use the docker in the ubuntu without sucess #129
Replies: 8 comments 4 replies
-
This is not a bug. But I take it you are not familiar with terminals and exceutables.
cd the_location_you_unzipped_to
sudo cp neolink /usr/local/bin/neolink
sudo chmod +x /usr/local/bin/neolink
neolink --help
neolink --config my_config.toml Send logs or pictures of anything you have trouble with. Read the other issues people have had: #126. Read the documentations: https://github.com/thirtythreeforty/neolink/tree/master/docs |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, now it's working again more our less.... I just have success executing the neolink but now I'm facing this issue
Can you please help me understanding what is this error ? Thank you and best regards |
Beta Was this translation helpful? Give feedback.
-
Everything seems to be working have you tried to connect with an rtsp client like ffplay or VLC? You have a warning about a new magic code. This should not stop the stream from working it just means your camera is sending a data type we haven't seen before. Could you tell us what your camera model is? If you know how to. Use wireshark you could send us the data packets of your new camera and we can study what it means. But a wireshark dump is a technical subject and may be too difficult for you. |
Beta Was this translation helpful? Give feedback.
-
This WARN appears when I try to access the stream over HA Home Assistant, from the VLC is working well without any issue, The Camera model is the REOLINK E1, regrading the wireshark I will try and share Thank you and best regards |
Beta Was this translation helpful? Give feedback.
-
The WARN is coming from the camera side of the connection not the HA end so they should not be related. I use HA at home too (with an E1 as well), make sure you set HA to use TCP and not UDP when connecting to neolink. This is my ha config # Cameras
camera:
- platform: ffmpeg
name: Live CAMNAME
input: -rtsp_transport tcp -probesize 500 -i rtsp://127.0.0.1:8554/CAMNAME/subStream |
Beta Was this translation helpful? Give feedback.
-
Don't worry about the wireshark as I have an E1 with dumps already I think in this case it is just a truncated packet from the stream trying to start mid packet |
Beta Was this translation helpful? Give feedback.
-
Hey guys glad you got this working - I'm going to convert to a discussion. Feel free to keep talking |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team
I just try to use the docker as mentioned in the readme without success, I also try to execute the commands after download the current version and unzip also created the myconfig file, but I can't execute the command neolink --config my_config.toml
Can anyone please help me in order to get this to work ?
Thank you and best regards
Beta Was this translation helpful? Give feedback.
All reactions