Skip to content

This work presented as Multimedia Networking course project, this was built using docker containers.

Notifications You must be signed in to change notification settings

MahmoodAbuAwwad/Video_Straming_ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video_Straming_ffmpeg

  • Place video with Docker file in one directory

Run script => run.sh


Or Manually =>

  • Build the Image

docker build -t ImageName --build-arg VID_NAME=NameOfVideo Workspace docker build -t webserver-ngnix --build-arg VID_NAME=vid.mp4 .

  • Start the Container

docker run -d -t --net=host --name ContainerName ImageName docker run -d -t -p 80:80 --name ContainerName ImageName

About

This work presented as Multimedia Networking course project, this was built using docker containers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published