# Get available stream names

**URL:** https://community.wowza.com/t/get-available-stream-names/38591
**Category:** Wowza Streaming Engine
**Created:** [March 31, 2014, 2:17pm UTC](https://community.wowza.com/t/get-available-stream-names/38591 "2014-03-31T14:17:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sathishkumar\_KPS](https://avatars.discourse-cdn.com/v4/letter/s/51bf81/32.png) [@Sathishkumar\_KPS](https://community.wowza.com/u/Sathishkumar_KPS)
#### Post date: [March 31, 2014, 2:17pm UTC](https://community.wowza.com/t/get-available-stream-names/38591/1 "2014-03-31T14:17:47Z")

</div>

Hi

Is there any API or module available to get the available live stream names in command line mode instead of using [http://ipaddress:8086/connectioncounts](http://ipaddress:8086/connectioncounts) / [http://ipaddress:8086/connectioncounts?flat](http://ipaddress:8086/connectioncounts?flat) method ?

---

<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: [March 31, 2014, 9:55am UTC](https://community.wowza.com/t/get-available-stream-names/38591/2 "2014-03-31T09:55:23Z")

</div>

For live streams an example you can use would be:

```auto
List<String> streamNames = appInstance.getStreams().getPublishStreamNames();

```

Please see the ServerSide API for more information.

For VoD you can use:

[How to get a list of files in your application’s content location (ModuleVideoNameList)](https://www.wowza.com/docs/how-to-get-a-list-of-files-in-your-application-s-content-location-modulevideonamelist%28ModuleVideoNameList%29)

Salvadore

---

<div class="post-metadata">

### Author: ![Iain\_Mulligan](https://avatars.discourse-cdn.com/v4/letter/i/958977/32.png) [@Iain\_Mulligan](https://community.wowza.com/u/Iain_Mulligan)
#### Post date: [November 1, 2018, 6:07am UTC](https://community.wowza.com/t/get-available-stream-names/38591/3 "2018-11-01T06:07:55Z")

</div>

How to get the same using Javascript ?
