Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.47 KB

Logo

TcpMultiplexer

Application for grabbing video frames sended by using Tcp protocol and send it further to multiple clients.
You can use it with Raspberry Pi's.
It's fully compatible with RaspPlayer
Explore the docs »

Report Bug

About The Project

Application was created by ModelingEvolution and it's open-sourced project so feel free to use it wherever you want!

Full tutorial is available here.

Running on Docker

You can pull our image from:

docker pull engineersme/tcpmultiplexer:latest

and run it:

docker run --name TcpMultiplexer -d -p 5066:80 -p 9001:9001 engineersme/tcpmultiplexer:latest -e ASPNETCORE_ENVIRONMENT="Docker" -e DOTNET_URLS="http://+:80;" -e ASPNETCORE_URLS="http://+:80;" --listen 0.0.0.0 --port 9001 --autostart