Concepts
Wowza Streaming Engine
Server type
HTTP Server
HTTP Edge Server
HTTP Origin Server: can connect to CDN service like CloudFront
Common errors
Your IP address (172.17.0.1) has been blocked
solution: http://trickntip.com/ip-address-blocked-wowza/
config Server.xml, change <IPWhiteList>127.0.0.1</IPWhiteList>
to <IPWhiteList>*</IPWhiteList>,
if you want to specify your IP address then use a comma to seperate IPs like <IPWhiteList>127.0.0.1,201.163.46.154</IPWhiteList>.
application can not be created with xml directly
Wowza RESTful API
basic test
curl --digest -u "user:pass" -X GET --header 'Accept:application/json; charset=utf-8' http://localhost:8087/v2/servers/_defaultServer_/vhosts/_defaultVHost_/applications
access api document