Coder Social home page Coder Social logo

UniFI Video image about unifi HOT 5 CLOSED

goofball222 avatar goofball222 commented on May 28, 2024
UniFI Video image

from unifi.

Comments (5)

goofball222 avatar goofball222 commented on May 28, 2024

I'll into it, however I don't have any UniFi video equipment to test against so I would need community feedback on if it works or not.

Let me take a look at the system/software requirements and see what I can do. If I'm able to move ahead with it this will probably end up as another repository/project vs. a branch on this one.

from unifi.

zyxep avatar zyxep commented on May 28, 2024

Sounds alright for me :)
I probably plan to buy a G3 pro camera, you didn't specify twitter anywhere so i made this issue as a request :D

from unifi.

mikestecker avatar mikestecker commented on May 28, 2024

@zyxep I'm using https://github.com/pducharme/UniFi-Video-Controller with my Docker setup, it works well. I have 4 cameras currently, planning on adding a few more.

from unifi.

mikestecker avatar mikestecker commented on May 28, 2024

@zyxep Also, if you wanted to see my docker-compose.yml portion for the video controller, here it is:

  unifi-video:
    container_name: unifi-video
    image: pducharme/unifi-video-controller
    network_mode: host
    environment:
      - TZ=${TZ}
      - PUID=${PUID}
      - PGID=${PGID}
    cap_add:
      - SYS_ADMIN
      - DAC_READ_SEARCH
    security_opt:
      - apparmor:unconfined
    ports:
      - 1935:1935
      - 6666:6666
      - 7080:7080
      - 7442:7442
      - 7443:7443
      - 7444:7444
      - 7445:7445
      - 7446:7446
      - 7447:7447
    volumes:
      - ${USERDIR}/docker/unifi-video/config:/var/lib/unifi-video
      - /media/security/videos:/usr/lib/unifi-video/data/videos
      - ${USERDIR}/docker/unifi-video/logs:/var/log/unifi-video

from unifi.

goofball222 avatar goofball222 commented on May 28, 2024

No plans to support UniFi video in this container/image moving fowards.

from unifi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.