Wowza Community

Outputs using Google Cloud

Ive recently shifted from using Amazon AWS to Google Cloud and have been happy with the change as the instances load much, much faster for me. My question surrounds the outputs when using Google Cloud. When I was using Amazon, there was an Outputs tab that included playback URLs that I could then embed into my website, (i.e. PlaybackHDSURL key, for example, http://d111111abcdef8.cloudfront.net/livecf/myStream/manifest.f4m) Using Google Cloud I’m not seeing an area where this information is stored. Can someone point me to where I can obtain these Playback URLs when using Google Cloud? Thx, ~Greg

Hi,

Please take a look at the “Wowza Example Player” forum section.

Assuming that your Google Cloud instance Ip address is “1.2.3.4”, you will need to change [wowza-ip-address] with 1.2.3.4

For example, and Adobe HDS playback URL mentioned in one of these articles looks like this:

http://[wowza-ip-address]:1935/vod/mp4:sample.mp4/manifest.f4m

you will need to change this to:

http://1.2.3.4:1935/vod/mp4:sample.mp4/manifest.f4m

Zoran