How to install Wowza Streaming Engine on Google Cloud?

I am trying to install the Wowza streaming engine manager in the Google Cloud, but it does not work. I am using this tutorial . I create my image for the wowza streaming engine, firewall rules, and instance without any problems. However, when I test my instance through the browser through the created external ip.

http://instance-external-ip-address:8088/login.htm.  

the page does not load. For my vminstance in the metadata section, I enter WZA_wowzaServerLicenseKey as a key, and my trial license key as a value. I also enter WZA_startupPackageURL for the key and leave the value as empty, so the default package will be used. What am I doing wrong. Any help is appreciated.

+4
source share
2 answers

According to the textbook:

  • Have you added the required startup package (select the download package and get ...)? Default = VOD + Live
  • The tutorial seems to indicate that if you want to use the default start page, you do not have to specify the key with WZA_startupPackageURL (To specify a boot package: In Key, enter WZA_startupPackageURL ... Remember that if you do not specify a start package, use default starter package.).
  • Did you also correctly add the firewall rule for tcp: 8088 and tcp: 1935?
  • # : , https://cloud.google.com/compute/docs/instances#listingvms
+2

Google , " IP-" 0.0.0.0/0, 0.0.0.0

0

All Articles