Difference between revisions of "Tips:Add your IP-Camera"

From OpenPLi Wiki
Jump to: navigation, search
Line 17: Line 17:
 
Other types can be found at: http://www.camera-sdk.com/p_146-how-to-connect-to-your-axis-ip-camera-onvif.html
 
Other types can be found at: http://www.camera-sdk.com/p_146-how-to-connect-to-your-axis-ip-camera-onvif.html
 
----
 
----
'''Synology Diskstation'''
+
'''Synology Diskstation'''<br />
If you have camera's on the Synology Diskstation, you can easily add the streams to your receiver.
 
  
Open the Surveillance Station of your disk station.
+
If you have camera's on the Synology Diskstation, you can easily add the streams to your receiver.<br />
Open IP Camera
+
 
Select a camera and press the right button of the mouse and select Streampath share.
+
Open the Surveillance Station of your disk station.<br />
 +
Open IP Camera<br />
 +
Select a camera and press the right button of the mouse and select Streampath share.<br />
  
 
Copy the RTSP path: e.q.: rtsp://syno:224466aabbccdd1122334455aaaabbbb@192.168.0.201:554/Sms=1.unicast
 
Copy the RTSP path: e.q.: rtsp://syno:224466aabbccdd1122334455aaaabbbb@192.168.0.201:554/Sms=1.unicast
  
add this URL in an user bouquet that can be found at /etc/enigma2/  
+
Add this URL in an user bouquet that can be found at /etc/enigma2/ <br />
The line should be:
+
The line should be: <br />
#SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//syno%3a224466aabbccdd1122334455aaaabbbb@192.168.0.201%3a554/Sms=1.unicast:Frontside House
+
#SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//syno%3a224466aabbccdd1122334455aaaabbbb@192.168.0.201%3a554/Sms=1.unicast:Frontside House<br />
  
 
or use a [https://mediawiki.openpli.org/index.php/Settings_editors settings editor].
 
or use a [https://mediawiki.openpli.org/index.php/Settings_editors settings editor].

Revision as of 22:33, 7 May 2017

Foscam

If you have a Foscam IP camera, it is possible to add the live stream as a channel on your receiver. First you need the IP address, username and password from the camera.

e.g. 192.168.0.214, username=user, password=password

Then you need to know the URL buildup. Every type of camera has his own / different way of URL build. To get a successful image, you need to have the right command.
Hereyou can find the necessary information.

For a Foscam F9903W you'll get the following line:
http://192.168.0.214/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=password

This line can then entered with a settings editor into your bouquet.


Other types can be found at: http://www.camera-sdk.com/p_146-how-to-connect-to-your-axis-ip-camera-onvif.html


Synology Diskstation

If you have camera's on the Synology Diskstation, you can easily add the streams to your receiver.

Open the Surveillance Station of your disk station.
Open IP Camera
Select a camera and press the right button of the mouse and select Streampath share.

Copy the RTSP path: e.q.: rtsp://syno:224466aabbccdd1122334455aaaabbbb@192.168.0.201:554/Sms=1.unicast

Add this URL in an user bouquet that can be found at /etc/enigma2/
The line should be:

#SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//syno%3a224466aabbccdd1122334455aaaabbbb@192.168.0.201%3a554/Sms=1.unicast:Frontside House

or use a settings editor.