# LiveStreamRecordManager encoder dropouts

**URL:** https://community.wowza.com/t/livestreamrecordmanager-encoder-dropouts/33624
**Category:** Wowza Streaming Engine
**Created:** [June 3, 2015, 3:55pm UTC](https://community.wowza.com/t/livestreamrecordmanager-encoder-dropouts/33624 "2015-06-03T15:55:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Karel\_Boek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/karel_boek/32/454_2.png) [@Karel\_Boek](https://community.wowza.com/u/Karel_Boek)
#### Post date: [June 3, 2015, 3:55pm UTC](https://community.wowza.com/t/livestreamrecordmanager-encoder-dropouts/33624/1 "2015-06-03T15:55:32Z")

</div>

How does the LiveStreamRecordManager handle encoder dropout/reconnect? I use the LiveStreamRecordManager to start recording in the OnPublish event handler. What happens when the encoder has a dropout, e.g. a 2-3 seconds because of bad WiFi connection? The encoder will reconnect automatically when the WiFi comes back, but will the recording stop?

---

<div class="post-metadata">

### Author: ![Paul\_Shields](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/paul_shields/32/390_2.png) [@Paul\_Shields](https://community.wowza.com/u/Paul_Shields)
#### Post date: [June 4, 2015, 11:02am UTC](https://community.wowza.com/t/livestreamrecordmanager-encoder-dropouts/33624/2 "2015-06-04T11:02:58Z")

</div>

Hi,

If the encoder drops connection while publishing (for example RTMP push without stream file) then Wowza will consequently trigger an “unpublish” event if the stream stop, which will also stop any recording and close down the stream. Once the encoder re-establishes itself and publishes to Wowza then (assuming the app is set to auto-record) the recording will continue, otherwise you would need to re-start the recording via the Manager web UI or via the web based [HTTP provider](https://www.wowza.com/docs/how-to-record-live-streams-httplivestreamrecord%28HTTPLiveStreamRecord%29) method.

Paul
