Wowza Community

Changing Stream URL

Hi,

Im looking to see if its possible to modify the streaming URL. For example, the default URL is structured as
http://[domain_name]/[application_name]/[stream_name]/playlist.m3u8.

I would like to be able to modify the URL to be
http://[domain_name]/wowza/[application_name]/[stream_name]/playlist.m3u8.

Currently wowza is picking up the “wowza/[application_name]” as the application name and causing an “Application context not loaded” error. Any ideas how i can make this modification? Thank you