-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose-neolink.yml
More file actions
35 lines (35 loc) · 1.32 KB
/
Copy pathdocker-compose-neolink.yml
File metadata and controls
35 lines (35 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ============================================================================
# DEPRECATED: Neolink RTSP Bridge (NO LONGER USED)
# ============================================================================
#
# This docker-compose file is DEPRECATED as of 2025-10-13.
#
# Reason: Neolink's Baichuan→RTSP transcoding was causing severe H.264
# corruption (180 errors per 10 minutes) and lag accumulation on cam2
# (Reolink E1 Pro).
#
# Solution: Cam2 now uses direct RTSP connection (port 554) which provides:
# - Zero H.264 errors (was 18/min)
# - Perfect video quality (was corrupted)
# - Stable latency <0.1s (was accumulating to 10min)
#
# RTSP URL: rtsp://username:password@<CAMERA_IP>:554/h264Preview_01_main
#
# Container removed: 2025-10-13
# Images removed: quantumentangledandy/neolink, thirtythreeforty/neolink
#
# For historical reference, the original configuration was:
#
# services:
# neolink:
# image: quantumentangledandy/neolink@sha256:4eebf499c20f8de740d8c32163f665e41fd0f342be3b1174828b3b8bd7def59d
# container_name: neolink
# restart: unless-stopped
# network_mode: host
# volumes:
# - ./neolink-config.toml:/etc/neolink.toml:ro
# environment:
# - TZ=America/Los_Angeles
# - RUST_LOG=neolink=info
#
# ============================================================================