# Save transoder stream

**URL:** https://community.wowza.com/t/save-transoder-stream/46538
**Category:** Wowza Streaming Engine
**Created:** [January 26, 2016, 12:39pm UTC](https://community.wowza.com/t/save-transoder-stream/46538 "2016-01-26T12:39:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Andrey\_Sheremeta](https://avatars.discourse-cdn.com/v4/letter/a/85f322/32.png) [@Andrey\_Sheremeta](https://community.wowza.com/u/Andrey_Sheremeta)
#### Post date: [January 26, 2016, 12:39pm UTC](https://community.wowza.com/t/save-transoder-stream/46538/1 "2016-01-26T12:39:15Z")

</div>

Hi, could you help me.

I have flash application who connect to Wowza server and published the stream. On the server configure transcoding to two stream(origine\_480px & origin\_720px).

And I have some trubles.

Steps:

1.Flash connect;

2.Publish straem;

3.Start write \_480px to file; (write 30sec)

4.Stop write.

5.Stop publish; (in web interface Wowza i still see transcoding streams. They disappear only after client disconnect, I wait 10 min and his not disappear)

![](http://i.imgur.com/HCRIQ0k.png)

If I don’t disconnect and start from step 2, I get mp4 and his time = time client session… but file size = 30sec, session = 15min

Sorry for my english:)

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [January 27, 2016, 9:52am UTC](https://community.wowza.com/t/save-transoder-stream/46538/2 "2016-01-27T09:52:07Z")

</div>

Hello there and welcome to the Wowza support forum.

To un-publish the stream, from your Flash app you can do something like this:

```auto
nsPublish.attachCamera(null);
   nsPublish.attachAudio(null);
   nsPublish.publish(null);
   nsPublish.close();

```

I hope this helps.

Salvadore
