Cromefire_
Cromefire_
there is actually an error about getting https://cdn.c3voc.de/dash/s1/manifest.mpd in the video, but this is what I get if I try it manually: ``` ~$ curl -L https://cdn.c3voc.de/dash/s1/manifest.mpd [...]
OnePlus 3T Android 8.0
Is there anyway to collect debug logs?
This is what I get on the latest version, using compose with password auth in a bridge network. ``` 1644030040: mosquitto version 2.0.14 starting 1644030040: Config loaded from /mosquitto/config/mosquitto.conf. 1644030040:...
Funnily enough, changing the port behind `listener` to something else just works and the `/mosquitto-no-auth.conf` works too although I have only configured tls, persistence and a password file and the...
I'm running it inside docker, so yes, it is the only process even alive in that container, any port used has to be used by mosquitto. docker-compose.yaml ```yaml services: mqtt:...
> Just for completeness, did you try in a platform different than a RPi? Not running on a PI, but rather a x86_64 server.
> @cromefire , even though you disabled IPv6 in the container, you might try adding the following to your mosquitto config file and see if it helps: > `socket_domain ipv4`...
Didn't work, but it also still seems to register a IPv6 listener: ``` mqtt_1 | 1644865256: mosquitto version 2.0.14 starting mqtt_1 | 1644865256: Config loaded from /mosquitto/config/mosquitto.conf. mqtt_1 | 1644865256:...
If the docker container doesn't have any second config that I don't know of, that's all of my config.