Skip to content

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.

License

Notifications You must be signed in to change notification settings

modelingevolution/StreamingServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published