update directions for getting ffplay

This commit is contained in:
Matt Behrens 2018-03-05 18:53:08 -05:00 committed by GitHub
parent 6145d58c1c
commit 12410973b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,11 @@ A Mastodon client that automatically plays your friends' music as they toot link
## Getting started
You'll need `ffplay` from [FFmpeg](https://ffmpeg.org/) to actually play music. On macOS, `ffplay` is part of the Homebrew ffmpeg package, but you need to build it with `brew install ffmpeg --with-sdl2`.
fediplay comes configured to use `ffplay` from [FFmpeg](https://ffmpeg.org/) to actually play music.
- On macOS, `ffplay` is part of the [Homebrew](https://brew.sh/) `ffmpeg` package, but you need to build it with `brew install ffmpeg --with-sdl2`.
- On Windows, `ffplay` is part of the [Scoop](http://scoop.sh/) `ffmpeg` package.
Edit `.env` and set `FEDIPLAY_API_BASE_URL` to your Mastodon instance.