Wowza Community

Retrieve recorded videos

Hi,

We have an application that records all the streams that receives, saving them to its “/content” folder.

Is there any way to list the recorded files with a direct link for downloading and playing… without installing a web server? Using only Wowza modules/plugins.

Thank you.

Hello, Wowza does provide this module:

How to get a list of files in your application’s content location (ModuleVideoNameList)

Regards,

Salvadore

Hi,

Yes, most of what’s in that article can be added to a custom HTTPProvider which will allow you to list the content much easier.

If you need assistance writing a custom HTTPProvider, we have a list of independent consultants which is available on request. Alternatively you can post in our Find a consultant forum for assistance which can be found below.

Regards,

Jason

Once I’ve configured the module, what should I do to list the videos? And to list them in some link as http://my-wowza-server:some-port/recordedvideos?

The code provided in that article is not very self-explanatory.