Skip to content

Commit

Permalink
fix: player should always ask for redundant streams from Mux Video
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Nov 27, 2023
1 parent ac435ce commit 627ec43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/main/java/com/mux/player/media/MediaItems.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ object MediaItems {
renditionOrder?.let { base.appendQueryParameter("rendition_order", resolutionValue(it)) }
playbackToken?.let { base.appendQueryParameter("token", it) }

base.appendQueryParameter("redundant_streams", "true");

return base.build().toString()
}

Expand Down

0 comments on commit 627ec43

Please sign in to comment.