Skip to content

Instantly share code, notes, and snippets.

@ResearcherOne
Created May 21, 2017 11:58
Show Gist options
  • Save ResearcherOne/9ce3d66a227cc5f9b2e305d8aacacc23 to your computer and use it in GitHub Desktop.
Save ResearcherOne/9ce3d66a227cc5f9b2e305d8aacacc23 to your computer and use it in GitHub Desktop.
Setup 1:
Server attached with Camera
Client with Web Browser
Setup 2:
Streamer (Computer attached with camera)
Web Server
Client with Browser
Setup1 vs Setup2:
Setup2 will have higher latency (compared to setup 1) on real-time video streaming
because captured content will be available only when the upload from streamer
is finished.
Setup1 will require us to open specific port(s) on firewall. However we will be not able
to do so in restricted networks such as university, school or in neighbor homes.
Even if we can, it will require to do configuration on modem which will restrict
streamer users.
Testing also will be problem as we will be in university and there won't be any way
to open ports in university network. One of solution for doing so is like following:
Both server and client will be connected to same VPN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment