https://github.com/ipstatic/wallop-docker
Docker image for Wallop - https://hub.docker.com/r/ipstatic/wallop/
https://github.com/ipstatic/wallop-docker
Last synced: 5 months ago
JSON representation
Docker image for Wallop - https://hub.docker.com/r/ipstatic/wallop/
- Host: GitHub
- URL: https://github.com/ipstatic/wallop-docker
- Owner: ipstatic
- License: mit
- Created: 2015-01-11T19:19:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T21:29:10.000Z (almost 10 years ago)
- Last Synced: 2025-07-03T05:07:13.360Z (12 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallop
A Docker image with [Wallop](https://github.com/maddox/wallop) and the latest
[FFmpeg](https://ffmpeg.org). FFmpeg has been compiled for optimal performance on
Apple platforms (OS X and iOS) by using the libfdk_aac audio codec instead of the
generic AAC one.
## Usage
`docker run --rm --name wallop -v $(pwd)/config.toml:/wallop/config/config.toml -p 8888:8888 ipstatic/wallop:latest`
You will want to use a full path for your config.toml file. Ensure the [ffmpeg]
section has the acodec key set to "libfdk_aac", the ffmpeg_path key is set to
"/ffmpeg/bin/ffmpeg" and the transcoding_path key is set to "/tmp".