This commit is contained in:
Dāvis 2024-11-18 15:33:37 +05:30 committed by GitHub
commit a17f4fed0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2274,10 +2274,10 @@ def build_stream_name():
# contains EXT-X-STREAM-INF tag which references AUDIO
# rendition group but does not have CODECS and despite
# referencing an audio group it represents a complete
# (with audio and video) format. So, for such cases we will
# ignore references to rendition groups and treat them
# as complete formats.
if audio_group_id and codecs and f.get('vcodec') != 'none':
# (with audio and video) format. But we can't know that
# at this point so assume it's video only.
# It can be resolved at later stage.
if audio_group_id and f.get('vcodec') != 'none':
audio_group = groups.get(audio_group_id)
if audio_group and audio_group[0].get('URI'):
# TODO: update acodec for audio only formats with