thirtythreeforty / neolink

An RTSP bridge to Reolink IP cameras
https://www.thirtythreeforty.net/posts/2020/05/hacking-reolink-cameras-for-fun-and-profit/
GNU Affero General Public License v3.0
897 stars 151 forks source link

It runs but throws a panic error... #364

Open BlackApron opened 1 year ago

BlackApron commented 1 year ago

Hi, I downloaded and configured the latest version... it runs and waits for a media request. But as soon as I try to open the rtsp url from VLC, it throws a weird exception:

C:\Users\ctort\OneDrive\Desktop\Neolink>neolink rtsp --config=def_config.yaml [2023-07-17T16:18:01Z INFO neolink] Neolink 8c6776607b93302d63340ad4087f01361ee30c79 release [2023-07-17T16:18:02Z INFO neolink::rtsp] SkyCam: Connecting to camera at UID: 95270004E1A66M0M [2023-07-17T16:18:02Z INFO neolink::rtsp] SkyCam: Logging in [2023-07-17T16:18:02Z INFO neolink::rtsp] SkyCam: Connecting to camera at UID: 95270004E1A66M0M [2023-07-17T16:18:02Z INFO neolink::rtsp] SkyCam: Logging in [2023-07-17T16:18:02Z INFO neolink::rtsp] TelescopeCam: Connecting to camera at UID: 95270002GWFOCT9O [2023-07-17T16:18:02Z INFO neolink::rtsp] TelescopeCam: Logging in [2023-07-17T16:18:02Z INFO neolink::rtsp] TelescopeCam: Connecting to camera at UID: 95270002GWFOCT9O [2023-07-17T16:18:02Z INFO neolink::rtsp] TelescopeCam: Logging in [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Connected and logged in [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Starting video stream Sub Stream (Fluent) [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Connected and logged in [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Connected and logged in [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Starting video stream Sub Stream (Fluent) [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Camera time is already set: 2023-07-17 11:18:03 -5 [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Connected and logged in [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Camera reports firmware version 1109_730_107_481 [2023-07-17T16:18:03Z INFO neolink::rtsp] SkyCam: Starting video stream Main Stream (Clear) [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Camera time is already set: 2023-07-17 11:17:57 -5 [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Camera reports firmware version 1030_671_488_41 [2023-07-17T16:18:03Z INFO neolink::rtsp] TelescopeCam: Starting video stream Main Stream (Clear) thread '' panicked at 'write_src must be present in created bin', src\rtsp\gst.rs:212:18 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Thank you!

QuantumEntangledAndy commented 1 year ago

You might want to check out my fork: https://github.com/QuantumEntangledAndy/neolink this one is mostly unmaintained for awhile now.