Andrew King
Andrew King
What do you mean by it not working? What is the error you get? What method are you using to run it. What do you put into the terminal. What...
Ok I'm going to ask some questions and then suggest some tests to help narrow down the source of the issue. 1. So how are you trying to read the...
Your log file says that you are missing the h264parse gstreamer plugin. Please ensure you have installed all of the plugins with this: ```bash sudo apt install \ libgstrtspserver-1.0-0 \...
Could you check the `gst-inspect-1.0` command and see which plugin commands are avaliable. It should have the `h264parse` in it. If not perhaps the ubuntu 22.04 has moved it into...
It seems there is no `h264parse` you'd need to find out which package has the plugin for it. What is the output of ```bash aptitude search gstreamer ```
You need to provide it with a config file mounted in the right place. There's an example config file in the repo.
@NWalledge perhaps you could post your docker compose file for us any messages you get when you run `docker-compose up`
@vlebourl Could you tell me your commit hash it's on the line like this when you run neolink ``` Neolink 50b12bd12421f2ee186b862e89a9e4149526caef release neolink 0.4.0 ``` @x011 The commit hash you...
Ok so the commit a48cec8bcb8ca66b432b7fdcf3708453483ebe6e should have the necessary code. It is possible that Reolink are now using a newer format that is failing to deserialise. I would need a...
So looking for an IP address from a UUID works like this: Send a broadcast on - 255.255.255.255 (some switches just send this on the same subnet as the origin...