Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 4 of 4

Thread: [HOW-TO] CCTV on Enigma 2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Title
    Senior Member
    Join Date
    Dec 2012
    Posts
    188
    Thanks
    126
    Thanked 37 Times in 21 Posts

    [HOW-TO] CCTV on Enigma 2

    I got a IP camera model dahua PC-HDW4431C-A but should work with any camera that supports RTSP.

    Here is a guide how to add the feed to an Enigma2 device. I will be adding the stream to the Favourites Bouquets, but you can add it to whatever bouquet you want.

    1. first of all find the RTSP port that your IP camera uses. On Dahua cameras go to network connection.
    RTSP port.jpg
    The RTSP port my camera uses is 554.

    2. test the RTSP stream. Open VLC player. Media>Open Network Stream...
    enter the line below replacing username, password, ipcameraIP and RTSP-port with your own..


    Code:
    rtsp://username:password@cameraIP:RTSP-PORT/cam/realmonitor?channel=1&subtype=1
    here is my line

    Code:
    rtsp://admin:cctvpassword@192.168.0.10:554/cam/realmonitor?channel=1&subtype=1
    now if the stream doesnt work go back and confirm you entered everything correctly and try another stream. i was unable to get the main stream0 to work. i could only get the secondary stream to work.

    URL Syntax

    rtsp://:/cam/realmonitor?channel=&subtype=

    : a valid user?s username.
    :user?s password. (Cannot contain #)
    :the IP address of the IP Camera.
    :the default port is 554. It can be omitted.
    :the channel number. It starts from 1.
    :the stream type. The of main stream is 0, extra stream 1 is 1, extra stream 2 is 2.

    if you can view the live stream then continue to the next step.


    3.NOTE: I will be adding the stream to the Favourites Bouquets, but you can add it to whatever bouquet you want.

    ftp into your enigma2 device and go to /etc/enigma2. find and open the file
    Code:

    userbouquet.favourites.tv

    4. Now add your camera's RTSP stream like below to the "userbouquet.favourites.tv" file, again replacing username, password, ipcameraIP and RTSP-port with your own.. This time you also have to replace any colon “:” in the RTSP link you used in VLC player with %3a

    Heres an example

    #SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//username%3apassword@cameraIP%3aRTSP-PORT/cam/realmonitor?channel=1&subtype=1
    #DESCRIPTION IPCAM

    My link:

    Code:
    #SERVICE 4097:0:0:0:0:0:0:0:0:0:rtsp%3a//admin%3apassword@192.168.0.10%3a554/cam/realmonitor?channel=1&subtype=1
    #DESCRIPTION Secondary IPCAM
    5. Reboot enigma on your device.
    You can do this via CLI with the command below or via the GUI
    Code:

    killall -9 enigma2

    6. Watch the live feed.
    grab.jpg
    Please note you will not be able to record, Pan, tilt or zoom and i am only able to get the secondary stream working. I cannot get the main HD stream with audio working. If I do I will add to the guide.
    Last edited by Alankellyeire; 28-06-17 at 19:19.

  2. The Following 6 Users Say Thank You to Alankellyeire For This Useful Post:

    abu baniaz (29-06-17),Bangord30 (29-06-17),bassethound (28-06-17),cwebb66 (02-07-17),dubrov (02-10-20),Sicilian (28-06-17)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.