synology.forum архив спільноти · 2005–2022
ai.synology.forum →
ГлавнаяОсновные Вопросы по Продукции › Ubiquiti AirCam+Synology

Ubiquiti AirCam+Synology

xloaloa · 23.11.2012

Добрый день,

Хотелось бы узнать есть в NAS Synology поддержка камер Ubiquiti AirCam.

Doctor Synology · 23.11.2012
Добрый день,

Хотелось бы узнать есть в NAS Synology поддержка камер Ubiquiti AirCam.

 

Список совместимых камер

 

Нет, данный производитель не поддерживается.

xloaloa · 25.11.2012
Список совместимых камер

 

Нет, данный производитель не поддерживается.

 

Я это читал,может у кого был опыт работы с этими камерами

iccat · 12.03.2014
Я это читал,может у кого был опыт работы с этими камерами

 

Интересует такой же вопрос. Может за это время что-то поменялось.

gvm · 08.09.2014
Интересует такой же вопрос. Может за это время что-то поменялось.

На просторах интернета (Brandon's Blog) был найден вот такой рецепт:

 

Connecting Ubiquiti Aircam to Synology NAS – Surveillance Station 6.1-2941

 

How to:

This requires you to modify .conf files on your Synology NAS. If you are not familiar with how to do this or are not good in a UNIX terminal, you may want to investigate adding this package to your NAS before starting (for file editing): http://mertymade.com/syno/#cfe

Make sure both your UBNT Aircam and the Synology NAS are running most current (current date 2/20/2014) firmware/packages.

Start the SSH service on your NAS if you wish to SSH into it using Putty or some other flavor of client. Do this by logging into your NAS, selecting Control Panel, then clicking on Terminal. Select ‘Enable SSH service’ and click apply. Confirm that Surveillance Station 6.1 is already shut down before editing files (you can confirm this in the package manager)

SSH into your NAS by entering the IP address and using the default port. Username: root, password: admin

Example: Type ssh [email protected] hit return and then wait for prompt and enter the password “admin”. Replace the IP address with your NAS IP address and if you have changed your root password (you really should) it will be something besides admin.

Navigate to and edit the following files (I used the vi command followed by a space and the file name):

 

/volume1/@appstore/SurveillanceStation/device_pack/

 

camera_support/camera_model.conf

 

Add under the {camera*list] (using vi, you click the insert button on your keyboard and then scroll up/down):

 

[camera*list]

UBNT*Aircam=UBNT*generic

D-Link*DCS-900=D-Link*generic

D-Link*DCS-2121=D-Link*generic-gr1

...

 

Then add, down below where the camera port/streams are called out:

 

[uBNT*generic]

port=554

video source=”/live/ch01_0″

[D-Link*generic]

port=80

video source=video.cgi

 

etc.

 

Use ch00_0 for higher resolution video.

 

You then need to save that file (in vi, hit Esc, followed by a colon, followed by the letters ‘wq’ and then hit enter.

 

Next edit the following file:

 

/volume1/@appstore/SurveillanceStation/device_pack/

 

camera_support/UBNT.conf

 

It doesn’t exist (it will be blank and empty) however if you use VI (or similar editor) and save the contents, it will create the file for you.

 

Within that file, paste the following:

 

[uBNT*Aircam]

api = ubnt

 

channel_list = 1

 

default_channel = 1

resolutions_h264 = 640×480, 1280×720

 

default_resolution_h264 = 1280×720

 

fps_h264_[640x480] = 5,10,15,20,25,30

fps_h264_[1280x720] = 5,10,15,20,25,30

default_fps_h264_1280x720 = 10

default_fps_h264_640x480 = 10

default_image_quality = 5

 

h264 = rtsp

 

default_username = ubnt

default_password = ubnt

 

(Again, if in vi, hit Esc, then enter ‘:wq’ and hit return to save)

 

Restart your Surveillance Station 6.1 package and go add a new camera.

 

Select UBNT and Aircam.

 

Name your camera, enter port 554, your proper IP, and H.264 as your video type. Username and password need to match what you have set up on the Aircam in the web interface under video, RTSP Authentication (username/password). Synology only includes one free camera license per NAS unless you buy additional licences through them (search the web to find out more).

 

Hope you enjoy having your NAS directly talking with your Ubiquiti Aircam.

----

 

Работает, единственное, в Surveillance Station надо отключить авто обновление Device list, иначе каждый раз придется править Device List после обновления.