You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
For the master playlist below, the MasterPlaylist object (after decoding) is missing the audio stream with GROUP-ID="audio-aacl-128". That is, MasterPlaylist.Variants[9].VariantParams.Alternatives is nil.
Also, only the first variant's Alternatives is populated, which I believe is this ticket: #96. However, I can't work around this by accessing the audio-aacl-128 stream using the first variant, because it specifies AUDIO="audio-aacl-64".
For the master playlist below, the
MasterPlaylist
object (after decoding) is missing the audio stream withGROUP-ID="audio-aacl-128"
. That is,MasterPlaylist.Variants[9].VariantParams.Alternatives
isnil
.Also, only the first variant's
Alternatives
is populated, which I believe is this ticket: #96. However, I can't work around this by accessing theaudio-aacl-128
stream using the first variant, because it specifiesAUDIO="audio-aacl-64"
.The text was updated successfully, but these errors were encountered: