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
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.
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