Andrew King
Andrew King
I see. I have an mqtt in one of my branches. If you can work up the controls we can add it to there and then home assistant can send...
I'm working on a rewrite on my branch though and master is currently in a non operative state. Maybe be best to merge in to my fork after that is...
My changes are all happening in the rtsp folder so as long as you mostly working elsewhere it will be easy to merge in. So go ahead and get started...
You might want to check out my fork: https://github.com/QuantumEntangledAndy/neolink this one is mostly unmaintained for awhile now.
This fork is mostly unmaintained. Please see my fork for newer features.
Notice how the command line you are using says config.toml but you are mounting at `/etc/neolink.toml`. This should be your first thing to address. Change your command line to be...
The error usually means that you are missing the necessary gstremers plugins. What is your OS and how did you install gstreamer?
I have a feeling that your copy everything to the neolink folder will let it load the core gstreamer libraries but not the needed plugin ones. If you are using...
You have checked that the path exists and contains the needed files then? If so could you try running `gst-inspect` it should report all your loaded plugins
Yeah I think remove the gstremers that you put into the neolink folder and try and get it working with just PATH changes. May I ask how you edited the...