Wowza Community

display all the files of content folder of wowza in a php page

Hi

Is there any way that we could display the contents of wowza server on a php page. This has to be dynamic, if i a add a video in the content folder of wowza this should automatically be updated in the page

For example: we want to display all the videos in the content folder on a web page and user should be able to click on a video to stream it.

Thanks

There is not a built-in way, but this Module example shows a way to send file names from content folder to a Flash application:

https://www.wowza.com/docs/how-to-get-a-list-of-files-in-your-application-s-content-location-modulevideonamelist

Richard