Open mailq opened 1 year ago
Ok so as I said this is not a duplicate of 42 because 42 would not play at all not even on ha or totem.
Please remove the config option stream
it doesn't do anything anymore that's why you get the message when you turn it on.
The first thing to check is if we can see vlc initiate the connection at all. To do this:
Start the docker with the extra env variable of GST_DEBUG=3
. This should put gstreamer into debug mode and print extra things when you try to connect to it. Please try to connect with vlc while this log mode is enabled and post the results here.
Please also send some extra information about your tests are ha and totem on the same machine as neolink perhaps? Maybe this is the difference between them.
Describe the bug Preface: This is an exact duplicate of issue #42 - as explicitly requested.
Neolink does not work with VLC as it fails with the stated exception.
To Reproduce
[[cameras]] name = "one" username = "user" password = "MY PASSWORD" address = "10.0.0.21:9000"
docker run \ -p 8554:8554 \ --restart=on-failure \ --volume=$PWD/config.toml:/etc/neolink.toml \ thirtythreeforty/neolink
[2023-01-07T22:09:48Z INFO neolink] Neolink 0.4.0 (unknown commit) release [2023-01-07T22:09:48Z WARN neolink::rtsp] The format config option of the camera has been removed in favour of auto detection.