Skip to content

Commit

Permalink
Properly open live streams before playback when necessary (#503)
Browse files Browse the repository at this point in the history
Instruct the media info controller to automatically open the live stream for any media that
requires opening. This fixes media resolution for Live TV streams that require opening.
  • Loading branch information
jdlayman authored Aug 22, 2021
1 parent 741a9de commit 59bfd43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class MediaSourceResolver(
audioStreamIndex = audioStreamIndex,
subtitleStreamIndex = subtitleStreamIndex,
maxStreamingBitrate = /* 1 GB/s */ 1_000_000_000,
autoOpenLiveStream = true,
),
)

Expand Down

0 comments on commit 59bfd43

Please sign in to comment.