go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

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

Open civita opened this issue 1 year ago • 3 comments

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.

civita avatar Feb 17 '24 04:02 civita

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

AlexxIT avatar Feb 17 '24 10:02 AlexxIT

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

civita avatar Feb 21 '24 19:02 civita

This is because thumbnail can be requested with any resolution

AlexxIT avatar Feb 22 '24 04:02 AlexxIT

https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.0

AlexxIT avatar Apr 30 '24 13:04 AlexxIT