Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "no response" error when viewing cameras via apple watch #949

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

civita
Copy link
Contributor

@civita civita commented Feb 17, 2024

Apple watch requires specific video resolution and frame rate, and without it the error message "no response" will be shown when the camera is clicked and watched via apple watch. Already paired cameras won't take effect until they are re-paired.

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 17, 2024

  1. Are you sure all models require that attrs?
  2. The watch will show the stream even if go2rtc gives a completely different resolution?

@civita
Copy link
Contributor Author

civita commented Feb 21, 2024

Hi Alex,

Thanks for the suggestion. I was able to verify that it works on my Apple Watch 7. The specific resolution/fps are also mentioned in HAP-NodeJS and Scrypted. The watch will only show thumbnail and won't show real-time stream if go2rtc gives different resolution.

incoming-71281918-8D06-4979-A199-A7E6214B39F5
Thumbnail preview

incoming-7CA8C933-62C1-4112-A798-83E040490F76
Streaming

@AlexxIT
Copy link
Owner

AlexxIT commented Feb 22, 2024

This is because thumbnail can be requested with any resolution

@AlexxIT AlexxIT merged commit 6cf3cd1 into AlexxIT:master Apr 20, 2024
@AlexxIT AlexxIT added this to the v1.9.0 milestone Apr 28, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Apr 30, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants