Skip to content

Commit

Permalink
Remove changes to GetMasterHlsVideoPlaylistParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs committed Mar 3, 2025
1 parent 2ee378f commit 060dd7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Shared/ViewModels/VideoPlayerViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ class VideoPlayerViewModel: ViewModel {
.compactMap(\.codec)
.joined(separator: ","),
isBreakOnNonKeyFrames: true,
isCopyTimestamps: false,
requireAvc: false,
transcodingMaxAudioChannels: 8,
videoCodec: videoStreams
.compactMap(\.codec)
.joined(separator: ","),
audioStreamIndex: selectedAudioStreamIndex,
videoStreamIndex: videoStreams.first?.index,
enableAdaptiveBitrateStreaming: true
)
Expand Down

0 comments on commit 060dd7c

Please sign in to comment.