Hi,
How to check wowza server recording MP4 or FLV file list using wowza REST API or wowza java API.
All video file stored in below default directory.
- ${com.wowza.wms.context.VHostConfigHome}/content
Hi,
How to check wowza server recording MP4 or FLV file list using wowza REST API or wowza java API.
All video file stored in below default directory.
Hello there and welcome to the Wowza support forum.
Wowza has this pre-built solution here:
How to get a list of files in your application’s content location (ModuleVideoNameList)
I hope this is useful,
Regards,
Salvadore
Hello Renish
You can get a list of active recorders using the get verb and recorder endpoint. This will only return active recorders any previously recorded will have to be obtained via http provider or the module sal suggested above.
Thanks
Matt
Thank you Salvadore,
I am looking for REST API that can get list of recorded file to my web page.
FYI : I am using asp.net c# and calling REST API for start/stop record using ajax call.
Regards,
Renish