Help with FFmpeg and Ring Camera on MacOS

I’ve installed Home Assistant 0.72.1 and FFmpeg 4.0.1 on MacOS using the following (Python and Homebrew were already installed):

pip3 install homeassistant

brew install ffmpeg

Then, my Home Assistant configuration:

ffmpeg:

ring:
  username: *username*
  password: *password*

camera:
  - platform: ring

Home Assistant starts fine and shows a screenshot of the last image as expected.

image

But when clicking on the image to open the stream and see video, I get a blank box.

There’s no errors thrown so I’m lost. Can anyone help?