Merge pull request #1388 from herby2212/master

add audio language to stream data
This commit is contained in:
JonnyWong16 2021-02-28 15:23:11 -08:00 committed by GitHub
commit 63866e8b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 7 deletions

View file

@ -1998,6 +1998,8 @@ class WebInterface(object):
{"aspect_ratio": "2.35",
"audio_bitrate": 231,
"audio_channels": 6,
"audio_language": "English",
"audio_language_code": "eng",
"audio_codec": "aac",
"audio_decision": "transcode",
"bitrate": 2731,
@ -2013,6 +2015,8 @@ class WebInterface(object):
"quality_profile": "1.5 Mbps 480p",
"stream_audio_bitrate": 203,
"stream_audio_channels": 2,
"stream_audio_language": "English",
"stream_audio_language_code", "eng",
"stream_audio_codec": "aac",
"stream_audio_decision": "transcode",
"stream_bitrate": 730,