Skip to content

Docker image for transcoding a live source to another source, optionally creating multiple qualities.

Notifications You must be signed in to change notification settings

ddragosd/ffmpeg-live-transcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg live-transcoder

Docker image using ffmpeg to encode a live stream from a source and push it to another target endpoint. The image is based on: https://github.com/jrottenberg/ffmpeg.

Status

Under development.

Usage

The Docker image expects an argument --user-config-json to be passed to the ENTRYPOINT which is a python script.

For an example of the json object you can check default_config.json.

Usage:

    docker run ddragosd/ffmpeg-live-transcoder:2.4.3-1.1 \
        --user-config-json "`cat /usr/local/live-transcoder-config.json`"

To specify a log file:

    docker run -v /var/log/streamkit:/var/log/streamkit ddragosd/ffmpeg-live-transcoder:2.4.3-1.1 \
        --user-config-json "`cat /usr/local/live-transcoder-config.json`" \
        --log-file "/var/log/streamkit/ffmpeg-live-transcoding.log"

SSH into the Docker container

docker run -ti --entrypoint='bash' ddragosd/ffmpeg-live-transcoder:2.4.3-1.1

About

Docker image for transcoding a live source to another source, optionally creating multiple qualities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages