Testing product WCS5 on my Azure Platform

Alberto-IPTECH

New Member
Goodmorning,
I'm searching for a product for my customer that can stream live video from ip camera trought rstp.
I found your product and i try install a demo with demo license on my azure VM.
My VM is:
* Centos 6.8 x64 - updated
* JDK 1.8 U 121
* Iptables stopped and selinux disabled
* Webcallserver5 v. 0.5.18.1977 - 5.0.2171
* Set in flashplayers.properties the correct IP :
* Ip: 13.94.150.250
* Ip_local: 10.0.0.4
* Vm published with all port open (testing purpose)

Connecting to webport 8888 and try to play in the player the rstp sample rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4
or other my personal ip cam with no lucky.

Could you support me to make this demo server working? because i'm very interesting to buy it for my customer.
Thank in advance.

I attach the flashphoner.log and flashphoner.properties if you can help me.
Thank in advance.
 

Attachments

Max

Administrator
Staff member
Hello,
Similar deployment (when ip != ip_local) may require additional setting in flashphoner.properties:
Code:
rtc_ice_add_local_component=true
This setting requires WCS restart.
Code:
service webcallserver restart
Your demo stream works with our demo-player
https://wcs5-eu.flashphoner.com/demo2/player
 
Top