Difference between revisions of "Network Requirements"

From IVS Wiki
Jump to: navigation, search
Line 6: Line 6:
 
Client to Server (Non SSL)
 
Client to Server (Non SSL)
 
     a. TCP 80 – http
 
     a. TCP 80 – http
     b. TCP 8080 – http nodejs
+
     b. TCP 20100, 8080 – http nodejs
 
     c. TCP 1935 – rtmp video
 
     c. TCP 1935 – rtmp video
 
     d. TCP 22 – SSH admin
 
     d. TCP 22 – SSH admin
Line 13: Line 13:
 
Client to Server (SSL)
 
Client to Server (SSL)
 
     a. TCP 443 –https
 
     a. TCP 443 –https
     b. TCP 8080 – https nodejs  
+
     b. TCP 20100, 8080 – https nodejs  
 
     c. TCP 1935 – rtmp video
 
     c. TCP 1935 – rtmp video
 
     d. TCP 22 – SSH admin
 
     d. TCP 22 – SSH admin
Line 21: Line 21:
 
Client to Server (SSL + RTMPS)
 
Client to Server (SSL + RTMPS)
 
     a. TCP 443 – https
 
     a. TCP 443 – https
     b. TCP 8080 – https nodejs
+
     b. TCP 20100, 8080 – https nodejs
 
     c. TCP 444 – rtmps video
 
     c. TCP 444 – rtmps video
 
     d. TCP 22- SSH admin
 
     d. TCP 22- SSH admin

Revision as of 12:46, 4 August 2017

Server to Camera(s) access:

    a.	TCP 80 - http
    b.	TCP 554 - rtsp video
    c.	TCP 8086 – Wowza
    d.	TCP 8087 – Wowza

Client to Server (Non SSL)

    a.	TCP 80 – http
    b.	TCP 20100, 8080 – http nodejs
    c.	TCP 1935 – rtmp video
    d.	TCP 22 – SSH admin
    e.	TCP 8088 – Wowza admin
    f.  TCP 8000 - Wowza webserver

Client to Server (SSL)

    a.	TCP 443 –https
    b.	TCP 20100, 8080 – https nodejs 
    c.	TCP 1935 – rtmp video
    d.	TCP 22 – SSH admin
    e.	TCP 8088 – Wowza admin
    f.  TCP 8000 - Wowza webserver
    g.  TCP 80 - http redirected to https (443)

Client to Server (SSL + RTMPS)

    a.	TCP 443 – https
    b.	TCP 20100, 8080 – https nodejs
    c.	TCP 444 – rtmps video
    d.	TCP 22- SSH admin
    e.	TCP 8088 – Wowza admin
    f.  TCP 8000 - Wowza webserver
    g.  TCP 80 - http redirected to https (443)