Skip to content

Docker image w all FFMPEG compiled for streaming via RTMP

Notifications You must be signed in to change notification settings

yoga1290/ffmpeg2rtmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

What's this?

Docker image w all FFMPEG dependecies compiled for streaming via RTMP. Inspired by this post: [Compile FFmpeg with RTMPS for Facebook]

Run on Docker:

Set the path to the video file you want to stream and the path to the RTMP server or optionally overrite the whole runtime command

# PATH_TO_VIDEO_FILE= #TODO
# FACEBOOK_URL_RTMPS='rtmps://live-api-s.facebook.com:443/rtmp/...' #TODO

docker run \
    --rm \
    -e URL_RTMPS=$FACEBOOK_URL_RTMPS \
    -v $PATH_TO_VIDEO_FILE:/usr/app/input.mp4 \
    docker.pkg.github.com/yoga1290/ffmpeg2rtmp/ffmpeg2rtmp:20.06.0
    #[COMMAND] [ARG...]

About

Docker image w all FFMPEG compiled for streaming via RTMP

Topics

Resources

Stars

Watchers

Forks

Packages