Video stream from IPCAM with webrtc fail

briankl

New Member
hi:
I try to follow the steps of https://www.codeproject.com/Articles/800910/Broadcasting-of-a-Video-Stream-from-an-IP-camera-U to view a rtsp stream via external network, but fail.
my environment settings are as below:
0. make sure public ip of office wifi : 220.137.17.204
1. install a local WCS 5 server in my office, set the server ip=192.168.0.178. ip_local=192.168.0.178 , alter Wifi setting to reserve port 8888 for WCS server.
2.alter wifi setting to reserve the ip: 192.168.0.137 and port: 5540 for IPcam, IPCAM and WCS server are in the same LAN.
3.install Apache2 in my server, reserve the port: 8088 for apach2 server.
4.download wcs_media_client files in /var/www/html folder and alter <wcs_server>192.168.0.178</wcs_server>
in flashphoner.xml, <Directory /var/www/html/wcs_media_client> in /etc/apache2/apache2.conf
5. verify rtsp steam of IPcam with VLC ==> success
6. connect apache2 server http://220.137.17.204:8088 via external network ==> success
7. run http://220.137.17.204:8088/?id=rtsp://192.168.0.137:5540/ch0 via external network ==>fail
could you help me solve my probelm?
sincerely
briankl
 
Top