Skip to content

Conversation

ausrasul
Copy link

@ausrasul ausrasul commented Mar 4, 2017

Hi,
I've created a dockerfiles for this application, splitting it into three containers, ws-relay, http-server and ffmpeg stream.

The whole application can be run:
$ docker-compose up -d

and stopped:
$ docker-compose down

I've also added a "package.json" that will help build the npm container.
And also an index.html which is a copy of your html file, but this rename is so it will be served by default.

I would later expose some of the ports to the docker-compose commandline arguments for flexibility.

Hope you would like to add this to your branch.

Aus Rasul and others added 2 commits March 1, 2017 10:13
Three containers:
	websocket relay container.
	http-server container.
	ffmpeg container.

TODO
	Add Compose file with camera device forward.
Added docker-compose file
@RyanEwen
Copy link

RyanEwen commented Sep 4, 2021

Would love something like this to make it easier to get going!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants