Wowza Community

how to change storage 'content' folder path to http://[servername]/[foldername] ?

hi ,

can i change the storage ‘content’ folder path to http://[servername]/[foldername] ? . if it is possible then how ?


old directory structure is

${com.wowza.wms.context.VHostConfigHome}/content

but

i want this structure

${com.wowza.wms.context.VHostConfigHome}http://[servername]/[foldername]

i have try this but result is following error message

******** ERROR server comment - open: java.io.FileNotFoundException: C:\Program Files (x86)\Wowza Media Systems\Wowza Media Server 3.6.2http:\

tell me solution .

regards

sagar aher

Try removing ${com.wowza.wms.context.VHostConfigHome} as this directs Wowza to the Wowza home install directory.

If you’re trying to connect to a local network share, try removing the “http:” from the folder path.

If speed is an issue, use the MediaCache AddOn. Media Cache can “retrieve content from either a web server or http (must support HTTP/1.1 byte range requests) or network attached file system (network attached storage, network file system, or any similar device that’s recognized as a disk by the operating system).”

-Tim