system
June 17, 2009, 5:28pm
1
Hi,
we are using amazon ec2 for live streaming video and it is working fine.
In application.xml we have live we want to change this to live-record to record the video.
we have created bucket on s3 using s3 organizer called bucket121.
we are not getting what should be there in this tags ?
Thanks
GSR TECH
StorageDir is the location that your application will save recorded videos.
It could be a folder on the server, or an EBS volume
You can’t save directly to the s3 bucket, you have to move after recording is complete.
Richard
Actually it is configurable, it can be done without code. See this post:
http://community.wowza.com/t/-/235
Richard
Is there any further code for what that would look like? I’m having a bit of trouble at the moment envisioning at what point in the application lifecycle the server code would move the recorded file to the S3 bucket
Thanks Richard, you are a hero.