Update media_player.gstreamer.markdown (#2161)

This commit is contained in:
happyleavesaoc 2017-02-27 05:07:14 -05:00 committed by Fabian Affolter
parent 20598a87a2
commit 4f4e0dd025

View File

@ -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: