Skip to main content

Stream Assist

info

Note that these steps are only necessary if using View Assist with video enabled satellites. It is not necessary to install these for voice only satellites.

Repo: https://github.com/AlexxIT/StreamAssist

Installation

  1. Open HACS (typically in side navigation in your Home Assistant instance)
  2. Go to Integrations
  3. Click the 3 dots (upper top corner)
  4. Choose Custom repositories
  5. Copy paste AlexxIT/StreamAssist
  6. Go to Category: Integration
  7. Click Add
  8. Choose Stream Assist
  9. Click Install
Restart Required

You must restart Home Assistant to complete the installation.

Configuration

  1. Once Home Assistant has restarted, Go to Settings

  2. Choose Devices and Services

  3. Click + Add Integration button at bottom right

  4. Search for Stream Assist

  5. Give the device a name (eg streamassist-livingroom)

  6. Enter the Stream URL for the microphone software you are using being sure to replace the example IP address with your IP tablet device's IP address

    • Example format for RTPMic rtp://192.168.0.152:55555
    • Example format for IPWebcam video and audio rtsp://192.168.0.152:8080/h264_ulaw.sdp
    • Example format for IPWebcam audio only http://192.168.0.152:8080/audio.wav
  7. The media player device should be set to the device you'd like the audio to play from. We recommend using the media player provided by Browser Mod.

    note

    You can use any media player you wish and some users leverage the media player provided by Fully Kiosk or other integrations depending on their specific use case.

  8. You can choose a sound effect to alert when Assist is expecting a command. You can find many free sound effects at Pixabay. Here is one you may like. Pixabay has tons of free sounds. The one I chose for testing is: https://pixabay.com/sound-effects/system-notification-199277/.

    After uploading to your Home Assistant local media, you can specify using media-source syntax as follows:

    Enter this value to add it to your configuration:

    media-source://media_source/local/system-notification-199277.mp3

    Docker users may need to modify their paths like this:

    media-source://media_source/media/system-notification-199277.mp3


Additional Notes

For help finding your tablet's IP address, see this guide: https://github.com/dinki/View-Assist/wiki/Find-IP-of-Android-device

Additional installation and configuration can be found here: https://github.com/AlexxIT/StreamAssist?tab=readme-ov-file#installation

Microphone State

Upon restart, the Microphone for Stream Assist is often in the off state. Before attempting to use, you'll need to make sure it is on for it to recognize voice prompts. As part of the control automation discussed later, we'll make sure this mic is always on.