Stream to Internet from local
For example, stream to Internet in "http", "rtsp". If Encoder is in local, and IP is 192.168.1.168, to stream out we need to do port-forwarding in Router.
http:
URL:
http://192.168.1.168:80/hdmi1
we need to do port forwarding for "80":
Internal port: 80, it's the port of HTTP URL
IP address: Encoder IP address, 192.168.1.168
External port: you can set a new port, this port is for outside (internet) visit. For example, set to 11456
And, if your Router WAN ip is 113.100.200.4
For the external visit, the new HTTP URL will be:
http:// 113.100.200.4:11456/hdmi1
(local HTTP URL http://192.168.1.168:80/hdmi1--------------> Internet HTTP URL "http:// 113.100.200.4:11456/hdmi1")
Rtsp:
Address: 192.168.1.168
Port: 554
We do port forwarding for "554", internal port is "554", external port, for example, we set to "29371".
Then, the internet URL will be: rtsp:// 113.100.200.4:29371/hdmi1
(local rtsp URL rtsp://192.168.1.168:554/hdmi1--------------> Internet rtsp URL "rtsp:// 113.100.200.4:29371/hdmi1")