Skip to content

Commit

Permalink
Added link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Feb 7, 2024
1 parent 741d291 commit c03864a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tidalapi/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def stream_manifest_parse(self, manifest: str, mime_type: str):
self.manifest = manifest
self.manifest_mime_type = mime_type
if self.manifest_mime_type == ManifestMimeType.MPD.value:
# See https://ottverse.com/structure-of-an-mpeg-dash-mpd/ for more details
# Stream Manifest is base64 encoded.
self.dash_info = DashInfo.from_base64(manifest)
self.urls = self.dash_info.urls
Expand Down

0 comments on commit c03864a

Please sign in to comment.