...
To transmit audio from the Client's microphone behind NAT to the Server's or camera's loudspeaker, do the following:
NAT 뒤에 있는 클라이언트의 마이크에서 서버나 카메라의 스피커로 오디오를 전송하려면 다음을 수행하세요.
- 클라이언트에서 고유한 포트 범위와 외부 라우터의 공용 IP 주소를 지정합니다. 아래 단계를 따르세요.
On the Client, specify a unique port range and an external router's public IP address. Follow the steps below:- Add an NGP_CLIENT_PORT_BASE environmental variable and set its value to the first port number in the range (see Appendix 9. Creating system variable).환경 변수를 추가하고 해당 값을 범위 내 첫 번째 포트 번호로 설정합니다 (부록 9. 시스템 변수 생성 참조).
Add an NGP_CLIENT_PORT_SPAN environmental variable and set its value to the number of ports in the range환경 변수를 추가하고 해당 값을 범위 내 포트 수로 설정합니다.
Note |
---|
|
We recommend you to use no less than 100 ports최소 100개의 포트를 사용하는 것이 좋습니다. |
Note |
---|
|
If you have multiple Clients within your network, their port ranges must not overlap네트워크 내에 여러 클라이언트가 있는 경우 포트 범위가 겹치면 안 됩니다. |
Add an
- NGP_ALT_ADDR environmental variable and set its value to the public IP address of the externa router.
- Configure forwarding of the specified ports on both external and internal router.
Example:
Image Removed
To transmit audio from microphones connected to Client 1 and Client 2 to the Server's or camera's loudspeaker, do the following:
...
- ports 20555-21554 to the internal IP address of Client 1 and ports 20555-21554;
- ports 21555-22554 to the internal IP address of Client 2 and ports 21555-22554.
- 환경 변수를 추가하고 해당 값을 외부 라우터의 공용 IP 주소로 설정합니다.
- 외부 및 내부 라우터에서 지정된 포트 전달을 구성합니다.
예:
Image Added
클라이언트 1과 클라이언트 2에 연결된 마이크에서 서버나 카메라의 라우드 스피커로 오디오를 전송하려면 다음을 수행하세요.
- 클라이언트 1에서 포트 범위를 20555-21554로 설정하고 인터넷 공급업체 라우터의 공용 IP 주소를 설정합니다.
- 클라이언트 2에서 포트 범위를 21555-22554로 설정하고 인터넷 공급업체 라우터의 공용 IP 주소를 설정합니다.
- 내부 라우터에서 포트 포워딩을 구성합니다.
- 클라이언트 1의 내부 IP 주소에 포트 20555-21554를 연결하고 포트 20555-21554를 연결합니다.
- 포트 21555-22554를 클라이언트 2의 내부 IP 주소로, 포트 21555-22554로 연결합니다.
- 공급자 라우터에서 포트 포워딩을 구성합니다.
- 라우터 포트 20555-21554를 내부 라우터의 IP 주소와 포트 20555-21554로 연결합니다.
- 라우터 포트 21555-22554를 내부 라우터의 IP 주소와 포트 21555-22554로 연결합니다
...
- .