Configuration¶
Here you can find the reference of all the settings that you can apply
to the module by editing your Wowza application’s Application.xml
file. You can create and edit these properties using the Wowza Streaming Engine Manager’s
user interface as well. These properties have to go into the <Properties>
section of
your file as follows:
<?xml version="1.0" encoding="UTF-8"?>
<Root version="1">
<Application>
<Name>live</Name>
<!-- trimmed -->
<Properties>
<Property>
<Name>captionWordsPerMinute</Name>
<Value>60</Value>
</Property>
</Properties>
</Application>
</Root>
ModuleOnTextDataToCEA608¶
charsPerLine
¶
The maximum number of characters per line in captions.
ccRepeatNumber
¶
The number of repeated emissions for each CEA608 message. Default value: 1
.
ModuleLiveTranscribe¶
audioSampleRate
¶
The assumed audio sample rate of the input in Hz. Default: 48000
awsAccessKey
¶
The access key to AWS.
awsRegion
¶
The AWS region to use. Default region is that of the environment if unspecified.
awsSecretKey
¶
The secret key to AWS
logTranscription
¶
Controls whether transcription results are logged on info level. Default: false
partialResultsStability
¶
Turns on stable partial results from AWS in exchange for delay. See https://docs.aws.amazon.com/transcribe/latest/dg/streaming-partial-results.html#streaming-partial-result-stabilization
for details.
Default: no value, which means the feature is off. Values: high
, medium
, low
transcribedStreamSuffix
¶
The assumed suffix of the transcribed stream to which the captions should be emitted. Default: _aac
transcribeLanguageCode
¶
Sets the language for the AWS Transcribe service. Default is “en-US”; currently supported values are “en-US”, “en-GB”, “es-US”, “fr-CA”, “fr-FR”, “en-AU”, “it-IT”, “de-DE”, “pt-BR”, ja-JP”, “ko-KR”, and “zh-CN”