Skip to content

Commit

Permalink
feat(toDash): Add contentType to audio and video adaption sets (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Dec 1, 2023
1 parent 95ed602 commit 4806fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/DashManifest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function DashManifest({
lang={set.language}
codecs={set.codecs}
audioSamplingRate={set.audio_sample_rate}
contentType="audio"
>
{
set.track_role &&
Expand Down Expand Up @@ -150,6 +151,7 @@ function DashManifest({
codecs={set.codecs}
maxPlayoutRate="1"
frameRate={set.fps}
contentType="video"
>
{
set.color_info.primaries &&
Expand Down

0 comments on commit 4806fc6

Please sign in to comment.