I am using Wowza Live streaming functionality in my android application. I have downloaded the sample demo from below link:
https://github.com/WowzaMediaSystems/gocoder-sdk-samples-android
I am executing the sample demo after installing Wowza Stream Engine in my mac.
The demo is working fine, I am able to connect and disconnect. The issue is with storing functionality.
I come to know that:
If you're recording the stream it will be stored in the content directory allocated to the application. The default storage directory is the [Wowza-Install]/content/directory.
But, After Live Stream disconnects, I am not finding any video stored in my content directory.
What might be issue?