Skip to content

Commit

Permalink
feat(player): add support for private live stream
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 29, 2024
1 parent dee6ba8 commit efd9104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ApiVideoPlayer/Models/VideoOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public struct VideoOptions {
self.sessionTokenUrl = "\(vodUrl)/session"
} else {
self.hlsManifestUrl = "\(liveUrl).m3u8"
self.sessionTokenUrl = self.hlsManifestUrl
self.sessionTokenUrl = "\(liveUrl)/session"
}

self.mp4Url = "\(vodUrl)/mp4/source.mp4"
Expand Down

0 comments on commit efd9104

Please sign in to comment.