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: