Giter Site home page Giter Site logo

Comments (1)

tsightler avatar tsightler commented on August 16, 2024

This is not really a bug or even an error. Ring uses a websocket based control channel with their own protocol for the WebRTC connection. The code as currently written logs "UNKNOWN MESSAGE" and then the raw message if it receives any message with a method type that it doesn't know about, but this doesn't cause any actual problem as it is unrelated to the video stream itself, which is handled completely by WebRTC.

The "fix" would just be an additional case statement the "timed_metadata" method type that returned without logging the message to the console as my guess is that it is just coordinate data for the birds eye view thus ring-client-api wouldn't do anything with it anyway. This is almost certainly not related to any video/audio stuttering as those are handled directly by the WebRTC stream.

As it appears you are running on an RPi, more likely it is overrunning the UDP buffers as those devices struggle to keep up with the bursty bitrates output from newer Ring cameras. You can try increasing rmem_max/rmem_default on your host and see if that helps. Also, ring-client-api currently has no support for dynamic bitrate, so you get the maximum bitrate at all times which means it has high expectations of your network equipment.

from ring.

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.