Use ffmpeg instead of rtmpdump
This commit is contained in:
parent
7940446af3
commit
f8c8935b4c
11 changed files with 57 additions and 122 deletions
|
@ -130,14 +130,14 @@ server {
|
|||
|
||||
## Other dependencies
|
||||
|
||||
You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/)
|
||||
You need [avconv](https://libav.org/avconv.html)
|
||||
in order to enable conversions.
|
||||
If you don't want to enable conversions, you can disable it in `config.yml`.
|
||||
|
||||
On Debian-based systems:
|
||||
|
||||
```bash
|
||||
sudo apt-get install libav-tools rtmpdump
|
||||
sudo apt-get install libav-tools
|
||||
```
|
||||
|
||||
You also probably need to edit the `avconv` variable in `config.yml`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue