User Tools

Site Tools


library:meeting:node_access

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

library:meeting:node_access [2022/05/02 00:32] (current)
Line 1: Line 1:
 +====== Node Accessing Meeting ======
 +----
 +
 +===== Server =====
 +
 +服务端口:
 +
 +接入监听:5003
 +RTP Input Port: 5004
 +
 +===== Node =====
 +
 +RTP Input Port : 15004  \\
 +RTP Output Port: 15005  \\
 +Node Control Port: 5001 \\
 +
 +
 +===== Accessing =====
 +
 +  - Node广播接入申请,目的端口5003
 +
 +<code>
 +    //报文内容
 +    dict = {
 +        'version':__version,
 +        'action':actionRegister,
 +        'name':nodeInfo['name'],
 +        'shortname':nodeInfo['nickname'],
 +        'ip': nodeInfo['ip'],
 +        'module': nodeInfo['module'],
 +        'Control_Port':nodeInfo['Control_Port'],
 +        'RTP_In_Port':nodeInfo['RTP_In_Port'],
 +        'RTP_Out_Port':nodeInfo['RTP_Out_Port'],
 +        'ichs':nodeInfo['ichs'],
 +        'ochs':nodeInfo['ochs'],
 +    }
 +</code>
 +2.
 +
  
library/meeting/node_access.txt · Last modified: 2022/05/02 00:32 (external edit)