# How do you monitor a RTMP Stream

**URL:** https://community.wowza.com/t/how-do-you-monitor-a-rtmp-stream/321
**Category:** Wowza Streaming Engine
**Created:** [November 13, 2010, 9:14pm UTC](https://community.wowza.com/t/how-do-you-monitor-a-rtmp-stream/321 "2010-11-13T21:14:45Z")
**Posts on this page:** 2
**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: [November 13, 2010, 9:14pm UTC](https://community.wowza.com/t/how-do-you-monitor-a-rtmp-stream/321/1 "2010-11-13T21:14:45Z")

</div>

Is their any automated systems to monitor RTMP stream and give feed back on if its playing, buffering etc etc

Jay

---

<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: [November 13, 2010, 11:47pm UTC](https://community.wowza.com/t/how-do-you-monitor-a-rtmp-stream/321/2 "2010-11-13T23:47:41Z")

</div>

You can monitor the connectioncounts HTTProvider:

[https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics](https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics)

You could take the Wowza SimpleVideoStreaming player and add output for bufferLength and FPS. There’s a line commented out that you can uncomment.

You can use JMX/JConsole, but you have to add MediaStream to the /conf/Server.xml /AdminInterface /Objeclist, and restart Wowza

You could use this Stream watchdog example:

[https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics](https://www.wowza.com/docs/how-to-monitor-server-connections-load-and-application-statistics)

Richard
