mirror of
https://github.com/nova-r/fediplug.git
synced 2025-03-10 07:39:00 +01:00
update directions for getting ffplay
This commit is contained in:
parent
6145d58c1c
commit
12410973b2
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue