Andrew King
Andrew King
I see then we will need more debug information. Could you please and the environment variable `GST_DEBUG=3` to neolink's docker and try to connect. It should produce a much larger...
This error: `Error binding to address 192.168.0.1:8554: Address not available` means you have two instances of neolink running. I recommend you check that you only have one (sometimes the docker...
Can I ask about your docker configuration. You say `is on host`. Was it on host before? If not then `bind = "192.168.0.xxx"` needs to match the internal docker ip...
> I doubt 2 instances are running as I only have one in portainer and earlier today I restarted the server for unrelated reasons. That would have terminated everything. I'm...
`0.0.0.0` binds to every interface. It is helpful for inside the docker container because of how ips inside docker are usually assigned by DHCP and can change. Are you specifying...
Have you tried changing your name in the toml to lower case?
That seems to be a working connection form the logs. Anything being displayed?
Oh wait I missed that last line. When reading on mobile it still says missing `/kitchen`. Can you try the path `/kitchen/subStream`
Seems like something is stripping the case along the way. Can you confirm that ffplay/ffprobe works from the same machine as vlc
Wait why ssh? I mean on the local machine that vlc is on? If you ssh into another box/virtual box it invalidates the test I wanted to achieve