Skip to content

soushin/streaming-host-sample

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

streaming-host-sample

This project contains sample of video streaming host that building docker-compose. RTMP server is built up by nginx-rtmp-module. Broadcast server sends video stream to RTMP server by using FFmpeg. Streaming sever sends video by HLS(HTTP Live Streaming).

Overview of containers

Overview of containers

How to start

requirements

1:build up host(using dind)

cd (path-to-'streaming-host-sample')
docker-compose up -d

2:build up containers

cd (path-to-'streaming-host-sample')
cd ./streaming_host
docker-compose up -d

then you will be able to access http://localhost/hls/broadcast.m3u8 and watch sample movie. If you want to stream live that set up RTMP URL rtmp://localhost:1935/encoder.

About

This project contains sample of video streaming host that building docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published