homebridge-plugins / homebridge-arlo

Arlo platform plugin for homebridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Essential Camera

donavanbecker opened this issue · comments

Not able to stream

Describe The Bug: Snapshots come in but when you try to view the video it goes to not responding after a few minutes of loading.

To Reproduce: Try to Stream.

Expected behavior: Video Should Stream.

Homebridge Config:

{
            "name": "Arlo",
            "email": "**************",
            "password": "**************",
            "include_cameras": true,
            "streaming": {
                "videoProcessor": "ffmpeg",
                "videoDecoder": "libx264",
                "videoEncoder": "libx264",
                "audioEncoder": "libopus",
                "packetSize": "1316",
                "maxBitrate": "300"
            },
            "platform": "Arlo"
        }

Environment:

  • Node.js Version: 14.7.0
  • NPM Version: 6.14.7
  • Homebridge Version: 1.2.0-beta.34
  • Homebridge Arlo Version: 2.1.0
  • Homebridge Config UI X Plugin Version: 4.25.1-test.5
  • Operating System: macOS

@EpicKris also wondering how the convert to typescript is going?

@donavanbecker The conversion is going well so far, this is a rewrite to use current and non-deprecated APIs.

This issue appears to be specific to homebridge-arlo not node-arlo, could you confirm?

I haven't tried with node-arlo.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

@donavanbecker I'm trying to push my changes the beta branch, but nearly every file has a conflict, could you let me know what changes you've made?

@EpicKris, I haven't really did much except for formatting. if you want delete beta branch you are more then welcome. then it will pull all your new changes.