Difference between revisions of "Network Requirements"

From IVS Wiki
Jump to: navigation, search
Line 7: Line 7:
 
Client to Server (Non SSL)
 
Client to Server (Non SSL)
 
     a. TCP 80 – http
 
     a. TCP 80 – http
     b. TCP 20100, 8080 – http nodejs
+
     b. TCP 20100 – http nodejs
 
     c. TCP 1935 – rtmp video
 
     c. TCP 1935 – rtmp video
 
     d. TCP 22 – SSH admin
 
     d. TCP 22 – SSH admin

Revision as of 08:28, 9 April 2019

Server to Camera(s) access:

    a.	TCP 80 - http
    b.	TCP 554 - rtsp video

Server to Media Server(s):

    a.	TCP 8086 – Wowza
    b.	TCP 8087 – Wowza    

Client to Server (Non SSL)

    a.	TCP 80 – http
    b.	TCP 20100 – 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 + 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)