• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • G

      Watchout for your DNS + proposals for easier investigation
      Support • • gege

      1
      0
      Votes
      1
      Posts
      153
      Views

      No one has replied

    • D

      Alexa Suddenly Stopped with Unifi
      Support • • Dave1137

      39
      1
      Votes
      39
      Posts
      6148
      Views

      D

      @Monocle I have and Thank YOU Robert. Grabbing image as I write this
      D

    • N

      UDM Pro with Unifi Protect - disconnecting
      Ubiquiti / UniFi • • nicholasng

      5
      0
      Votes
      5
      Posts
      849
      Views

      D

      @Monocle Thank YOU Robert - we really appreciate it.

      D

    • V

      Reolink RLC-820A Not working on Monocole Gateway
      Monocle Gateway • • vmsman

      4
      0
      Votes
      4
      Posts
      496
      Views

      Monocle

      @vmsman said in Reolink RLC-820A Not working on Monocole Gateway:

      Does it help you that these other three programs handled /h264Preview_01_main and worked with this camera?

      Not really … (unfortunately)
      The hardware is probably capable of playing the stream … it’s the viewer software that must support the H265 codec. The URL signature /h264Preview_01_mai really does not matter … it’s the data returned in the SDP (stream descriptor) that is telling the player to use the H.265 codec. Specifically this line:

      a=rtpmap:96 H265/90000

      I only noticed a single video stream (#96) and single audio stream (#97) in the log data you posted above. It’s telling the viewing software the stream supports H.265 for video and AAC audio.

      Unfortunately Amazon has not added support for any newer video codecs since H.264 for Alexa camera streaming. See https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-camerastreamcontroller.html#supported-video

      You could try using the @fakefmtp tag … but I seriously doubt it will work.

      The only thing I can think of suggesting is to have some other software (like FFMPEG/FFSERVER) ingest the H.265 stream and re-encode (transcode) it and output it via H.264. Clearly this will add latency and is a somewhat ugly solution. Other users have mentioned using SCRYPTED for their Unifi cameras. I have not tried it out yet, but I think it may be using FFMGEG under the hood to transcode the stream.

      Thanks, Robert

    • J

      HikVision DS-2CD2125FWD-IS doesn't work with Echo Show 5/8 for me
      Support • • jooonas

      5
      0
      Votes
      5
      Posts
      246
      Views

      C

      Would you need the @tunnel tag?

    • B

      Unraid and Unifi G4
      Support • • bally12345

      11
      0
      Votes
      11
      Posts
      813
      Views

      B

      Will try take a look this week 👍

    • J

      Any Monocle Gateway updates with Unifi Protect 2.0....
      Support • • johnquilico

      3
      1
      Votes
      3
      Posts
      354
      Views

      Monocle

      Please see this thread for a test version available to address the Unifi camera issues:
      https://forum.monoclecam.com/topic/1242/unifi-camera-update-fix-available-for-testing-now/14?_=1659280156800

      Thanks, Robert

    • T

      Ubiquiti / rtsps stream support?
      Support • • Tim

      5
      0
      Votes
      5
      Posts
      959
      Views

      Monocle

      @monome

      Thank you for the 1.x stream for backwards compatibility testing. So far its working great with the new changes to Monocle Gateway. (https://forum.monoclecam.com/topic/1242/unifi-camera-update-fix-available-for-testing-now/14?_=1659280156800)

      Thanks, Robert

    • C

      Combined streams
      Feature Requests • • cpcctv

      1
      0
      Votes
      1
      Posts
      164
      Views

      No one has replied

    • B

      Echo Show 15 compatibility
      General Discussion • • brianhb

      10
      0
      Votes
      10
      Posts
      989
      Views

      M

      @brianhb You likely need a dedicated IP for the gateway instance.

      Here my build script which creates a dedicated macvlan for the container, thereby giving a dedicated IP to the monocle gateway.

      docker network ls --format "{{.Name}}" | grep -q ip_10_0_0_0 || docker network create -d macvlan --subnet=10.0.0.0/24 --gateway=10.0.0.1 -o parent=eth0 ip_10_0_0_0 docker pull monoclecam/monocle-gateway:latest docker stop monocle docker rm monocle docker run -d --name monocle --net ip_10_0_0_0 --ip=10.0.0.91 --log-opt max-size=10m --log-opt max-file=5 -e PUID=1002 -e PGID=100 -e UMASK=002 --restart always -v monocle:/etc/monocle monoclecam/monocle-gateway:latest docker logs monocle --since 1s -f

      Be sure to edit the subnet / name to reflect the IP subnet on your network (in my case ips are on 10.0.0.x subnet).
      DHCP on the macvlan doesn’t work, so be sure to assign a static IP to the container (in my case I’ve assigned 10.0.0.91, be sure to change it to yours.
      Remember that you’ll have to edit the monocle config file once it’s initially setup, so you’ll want to map /etc/monocle to somewhere accessible to you, otherwise lookup where monocle volume is created, and SSH into the docker host to edit the file there.

      Good luck, let me know if you have any issues / questions.

    • A

      Can't get gateway to work with Hikvision camera and luxel router
      Monocle Gateway • • azkid

      1
      0
      Votes
      1
      Posts
      172
      Views

      No one has replied

    • D

      Echo Show 15 won't connect to Unifi Protect G4 Pro cam with Monocle Gateway
      Support • • dcode

      5
      1
      Votes
      5
      Posts
      808
      Views

      Monocle

      Unifi Camera Update …
      Please see : https://forum.monoclecam.com/topic/1242/unifi-camera-update

    • S

      Dahua DHI-NVR4104-P-4KS2. Working
      Dahua • • Sparky415v

      3
      0
      Votes
      3
      Posts
      440
      Views

      S

      I have now got the Monocle gateway running successfully on a Raspberry Pi3.
      Following the guide was straight forward although the .tar file didn’t work I just used the dpkg install instead and that worked first time.
      Next step…
      Add the Monocle app to the TV Firestick.
      Thanks again to the team.

    • C

      Echo Show 15 not working?
      Support • • cpcctv

      3
      0
      Votes
      3
      Posts
      210
      Views

      C

      @monome Its a Hikvision DS-2DE4A425IW-DE(S6)

      A non-gateway feed works on my Spot and Gen 1 Show

    • J

      "Hmmm, the camera isn't responding"
      Support • • jg00d3

      11
      0
      Votes
      11
      Posts
      583
      Views

      admin

      @jg00d3 said in "Hmmm, the camera isn't responding":

      @admin @Monocle Any way to block the second audio stream to get this to work? I am totally unable to use monocle now and I was using it on a daily basis prior to this 2nd audio stream update rolled out through Unifi Protect.

      Thank you!

      I just received my new Unifi cameras and will be setting them up and try to resolve this issue within the next week. Removing a second audio channel should be fairly simply … I think.

      Please stay tuned …

    • M

      Please change the default sort order in the forums
      Feature Requests • forum post sort • • monome

      1
      0
      Votes
      1
      Posts
      180
      Views

      No one has replied

    • S

      Custom Resolution Request
      Feature Requests • • sjakubiec

      1
      0
      Votes
      1
      Posts
      111
      Views

      No one has replied

    • J

      Finally got Q-See cameras to work
      Other Manufacturers • • jimmyland

      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • N

      Connecting Dahua IP-Cam via Monoclecam with Amazon Echo - not working
      Support • • NEDA

      4
      0
      Votes
      4
      Posts
      557
      Views

      N

      Thank you guys for the answers.

      I tried all you said, unfortunately its still not working. I can´t figure out what the issue is.

    • B

      IPC-T5449H-ASE-D2 works - setup info image
      Dahua • • brianhb

      1
      1
      Votes
      1
      Posts
      130
      Views

      No one has replied