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?flat method ?
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?flat method ?
For live streams an example you can use would be:
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)
Salvadore
How to get the same using Javascript ?