Wowza Community

Play files from network share / SAN

Is it possible for Wowza to stream on-demand video assets from a network share, SAN, etc (for example \server\share\stream.mp4)? If so, how?

Yes, you can. Modify the /conf/[appName]/Application.xml /StorageDir to “\server\share”

<StorageDir>\\server\share\</StorageDir>

Richard

And with linux you can mount the share by editing fstab :slight_smile: