-
-
Notifications
You must be signed in to change notification settings - Fork 233
Surveillance Station Tested Configuration
Marc GUYARD edited this page Mar 1, 2020
·
6 revisions
For Synology Surveillance Station Link for source and stillImageSource are generate by Surveillance Station, right clic on camera and select "Share streaming Path"
{ "platform":"Camera-ffmpeg", "cameras":[ { "name":"Camera-Salon", "videoConfig":{ "source":"-rtsp_transport tcp -re -i rtsp://LOGIN:PASS@IP:554/Sms=.unicast", "stillImageSource":"-rtsp_transport tcp -re -i rtsp://LOGIN:PASS@IP:554/Sms=.unicast -updatefirst", "maxStreams":2, "maxWidth":2688, "maxHeight":1520, "maxFPS":20, "vcodec": "h264" } } ] }