From 4f4e0dd025a580d77c687ca772fc2be5373225bb Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Mon, 27 Feb 2017 05:07:14 -0500 Subject: [PATCH] Update media_player.gstreamer.markdown (#2161) --- source/_components/media_player.gstreamer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.gstreamer.markdown b/source/_components/media_player.gstreamer.markdown index a27f7330386..5b50029da7a 100644 --- a/source/_components/media_player.gstreamer.markdown +++ b/source/_components/media_player.gstreamer.markdown @@ -52,10 +52,10 @@ sudo yum install -y python-gstreamer1 gstreamer1-plugins-good \ For Fedora replace `yum` with `dnf`. -If you're running Home Assistant in a virtual environment, you'll need to symlink the system Python's `gst` module into your virtual environment: +If you're running Home Assistant in a virtual environment, you'll need to symlink the system Python's `gi` module into your virtual environment: ```bash -ln -s /path/to/your/installation/of/gst /path/to/your/venv/lib/python3.4/site-packages +ln -s /path/to/your/installation/of/gi /path/to/your/venv/lib/python3.4/site-packages ``` On a Raspberry PI, you may need to add the Home Assistant user to the `audio` group: