mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 03:46:49 +00:00
Remove hint to fork since that is very insecure.
This commit is contained in:
parent
ebecd9fce6
commit
eb8293732d
@ -30,14 +30,16 @@ Configuration variables:
|
|||||||
|
|
||||||
### {% linkable_title Raspbian Debian Jessie Lite Installations %}
|
### {% linkable_title Raspbian Debian Jessie Lite Installations %}
|
||||||
To get the binary on Raspbian Debian Jessie Lite on a RPi you need to perform the following:
|
To get the binary on Raspbian Debian Jessie Lite on a RPi you need to perform the following:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
|
||||||
|
$ sudo apt-get update
|
||||||
|
$ sudo apt-get -t jessie-backports install ffmpeg
|
||||||
```
|
```
|
||||||
$ sudo apt-get install libav-tools
|
|
||||||
```
|
|
||||||
This will get a forked version of ffmpeg called avconv, once this is installed you need to use the following in the configuration:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
ffmpeg_bin: /usr/bin/avconv
|
ffmpeg_bin: /usr/bin/ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
### {% linkable_title Troubleshooting %}
|
### {% linkable_title Troubleshooting %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user