Skip to content

An example web server that streams audio and video with golang

Notifications You must be signed in to change notification settings

Jonny-Burkholder/streaming-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streaming-example

An example web server that streams audio and video with golang

Docker

Build the docker image: docker build --tag {image_name} .

Confirm that the image is built: docker image ls

Run the docker container locally: docker run -p{localhost_port}:8080 {image_name} (optional -d tag to run detached)

Stop docker container: docker stop {container_id}

About

An example web server that streams audio and video with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages