You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 8c67766 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!
The text was updated successfully, but these errors were encountered:
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 8c67766 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 backtraceThank you!
The text was updated successfully, but these errors were encountered: