Skip to content
Updated Multi Server Mode for NetGear API (markdown) authored by Abhishek Thakur's avatar Abhishek Thakur
...@@ -58,13 +58,15 @@ _This mode is exclusive designed NetGear API for robustly handles Multiple Serve ...@@ -58,13 +58,15 @@ _This mode is exclusive designed NetGear API for robustly handles Multiple Serve
_**NOTE:** For sake of simplicity in these examples, **We will use only two unique Servers, but the number of these Servers can be extended to several 100s depending upon your requirements.** All of these Servers will be transferring frames to a sole Client that will display received outputs as a montage(multiple frames concatenated together)._ _**NOTE:** For sake of simplicity in these examples, **We will use only two unique Servers, but the number of these Servers can be extended to several 100s depending upon your requirements.** All of these Servers will be transferring frames to a sole Client that will display received outputs as a montage(multiple frames concatenated together)._
## Firstly, Kindly clone and install the `testing` branch as follows: ### Firstly, Kindly clone and install the `testing` branch as follows:
```sh
git clone git clone https://github.com/abhiTronix/vidgear.git git clone git clone https://github.com/abhiTronix/vidgear.git
cd testing cd testing
git checkout testing git checkout testing
sudo pip install . sudo pip install .
cd cd
```
   
... ...
......