ExportAudioMatchDatabase

Exports an audio match database so that you can use it with another Media Server.

Type: synchronous

Parameter Description Required
database The name of the audio match database to export. Yes

Example

The following example uses cURL to export an audio match database and write it to the file audioclips.dat.

curl http://localhost:14000 -F action=ExportAudioMatchDatabase
                            -F database=music
                            -o audioclips.dat

Response

The response contains the binary data for the audio match database.

See Also


_FT_HTML5_bannerTitle.htm