Complete REST API for Wowza Streaming Engine. Auto-converted from Swagger 1.2 (http://localhost:8089/swagger.json) to OpenAPI 3.0.3 for public documentation.
- DVR REST Converter Stores Actions
Wowza Streaming Engine REST API (2.0.0)
- Wowza Streaming Engine Serverhttp://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores'{ "groupConversionStatusList": [ "string" ], "serverName": "string", "saveFieldList": [ "string" ], "version": "string", "dvrconverterstoresummary": [ "string" ] }
The file location to use when converting a nDVR store, the default is configured as the StorageDir in the application in use
Indicates if the conversion should have debugging enabled, can be true or false, default is false
Indicates if the conversion should continue even if errors are detected, can be true or false, default is true
Indicates if the audio/video offset should be detected and conversion only started after the sync in no longer detected or over default allowable time. Can be true or false, default is false
Indicates the maximum audio/video timecodes can be out of sync
Indicates the maximum time a correct audio/video sync will be searched for before giving up
A start time in UTC from where the conversion should start in the store, default is the first entry in the store
A end time in UTC where the conversion should end in the store, default is to the end of the store
A duration for the conversion either added to the start or subtracted from the end time, if you use duration you can not use start and end
Indicates the output filename if not using the default, which is the name of the store being converted
- Wowza Streaming Engine Serverhttp://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/actions/{action}
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/actions/{action}
- curl
- Java
- Python
- JavaScript
curl -i -X PUT \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/actions/{action}?dvrConverterDefaultFileDestination=string&dvrConverterDebugConversions=string&dvrConverterContinueOnSourceErrors=string&dvrConverterAudioVideoSyncEnable=string&dvrConverterAudioVideoMaxOffset=200&dvrConverterAudioVideoMaxBuffer=8000&dvrConverterStartTime=string&dvrConverterEndTime=string&dvrConverterDuration=string&dvrConverterOutputFilename=string&dvrConverterStoreList=string'- Wowza Streaming Engine Serverhttp://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/{dvrStoreName}
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/{dvrStoreName}
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/{dvrStoreName}'{ "dvrStoreName": "string", "serverName": "string", "saveFieldList": [ "string" ], "version": "string", "DvrConverterStore": "string" }