# live-record on s3 bucket

**URL:** https://community.wowza.com/t/live-record-on-s3-bucket/582
**Category:** Wowza Streaming Engine
**Created:** [June 17, 2009, 5:28pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582 "2009-06-17T17:28:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [June 17, 2009, 5:28pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/1 "2009-06-17T17:28:43Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 17, 2009, 12:15pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/2 "2009-06-17T12:15:30Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 7, 2010, 9:24pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/3 "2010-06-07T21:24:09Z")

</div>

Actually it is configurable, it can be done without code. See this post:

[http://community.wowza.com/t/-/235](http://community.wowza.com/t/-/235)

Richard

---

<div class="post-metadata">

### Author: ![Srinivas\_Reddy](https://avatars.discourse-cdn.com/v4/letter/s/6f9a4e/32.png) [@Srinivas\_Reddy](https://community.wowza.com/u/Srinivas_Reddy)
#### Post date: [June 17, 2009, 7:36pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/4 "2009-06-17T19:36:16Z")

</div>

Thanks Richard

---

<div class="post-metadata">

### Author: ![Ben\_Dean](https://avatars.discourse-cdn.com/v4/letter/b/58956e/32.png) [@Ben\_Dean](https://community.wowza.com/u/Ben_Dean)
#### Post date: [June 7, 2010, 1:14pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/5 "2010-06-07T13:14:33Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Ben\_Dean](https://avatars.discourse-cdn.com/v4/letter/b/58956e/32.png) [@Ben\_Dean](https://community.wowza.com/u/Ben_Dean)
#### Post date: [June 7, 2010, 4:36pm UTC](https://community.wowza.com/t/live-record-on-s3-bucket/582/6 "2010-06-07T16:36:38Z")

</div>

Thanks Richard, you are a hero.
