Stream component on OSX

It took me several attempt to get AV==6.1.2 installed on a Mac. I first had install

https://conda.io/en/latest/miniconda.html , the bash script

then

bash Miniconda3-latest-MacOSX-x86_64.sh

then

conda install -c conda-forge av

then

conda install -c anaconda pkgconfig

However, HA on the mac runs with stream installed now but when i start a stream, it terminate HA.

2019-03-22 09:10:13 INFO (MainThread) [homeassistant.loader] Loaded intent_script from homeassistant.components.intent_script

2019-03-22 09:10:13 INFO (MainThread) [homeassistant.bootstrap] Home Assistant core initialized

2019-03-22 09:10:13 INFO (MainThread) [homeassistant.setup] Setting up logger

2019-03-22 09:10:34 ERROR (MainThread) [frontend.js.latest.201903210] http://mac.:8123/local/custom-lovelace/swipe-card/swipe-card.js?v=1.0:81:23 Uncaught TypeError: element.setConfig is not a function

2019-03-22 09:10:34 ERROR (MainThread) [frontend.js.latest.201903210] http://mac.:8123/local/custom_ui/calendar-card/calendar-card.js?v=2:10:7 Uncaught ReferenceError: moment is not defined

Illegal instruction: 4

Any help would be appreciated. (the program break happened at 9:21am, so no log error except illegal instruction 4)

I have tried several ways to get ffmpeg installed on my mac ( Mojavo ) but can’t get it to work. I get Illegal instruction: 4 when I try to use stream: on a Mac HA. I have it working fine on a pi.

Does anyone have stream working on a mac?

The simplest way to install ffmpeg on Mac OS X is with Homebrew.

Once you have Homebrew installed install ffmpeg from the Terminal with the following:

$ brew install ffmpeg

You’re done!