I'm developing a video streaming app for android. I've used Wowza Media Server for this purpose, but the problem is that all video recordings are saved in Content folder inside Wowza installation folder.
Is it possible to save video files of each publisher in separate folder e.g.
Vidoes of PublisherA be saved in ...\Content\PublisherA
Vidoes of PublisherB be saved in ...\Content\PublisherB
Thanks.
Yes. Following the article How to record live streams (Wowza Streaming Engine) > Recording tab > Path
You can use Wowza REST APIs http://www.wowza.com/forums/content.php?711-How-to-use-cURL-to-query-Wowza-REST-APIs#createrecord
Before we start, in my experience, you should add your IP address to IPWhiteList, by editing the file [install-dir]/conf/Server.xml. For example:
Restart your Wowza Streaming Engine.
Use cURL like they wrote, change [outputPath] to your PublisherA or PublisherB.