You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i have the above code in my viewDidLoad(), and for the videos it works great.
However, I want to pull from a live stream and display it, but it always is a blank screen even though the stream is working.
Would you have any ideas on how to resolve that issue or is it maybe on the streams end?
Kind regards,
Andrew Bolt
The text was updated successfully, but these errors were encountered:
Hey @BoltAlot2 - I tried to look at that stream url you have listed and it seems like nothing is playing. I am not too familiar with handling live streams - do you have the same issue with native AVPlayer?
let url = URL(string: "https://viewer.millicast.com/v2?streamId=w9dvKs/kkmy5gxc")!
VideoBackground.shared.play(view: view, url: url)
So i have the above code in my viewDidLoad(), and for the videos it works great.
However, I want to pull from a live stream and display it, but it always is a blank screen even though the stream is working.
Would you have any ideas on how to resolve that issue or is it maybe on the streams end?
Kind regards,
Andrew Bolt
The text was updated successfully, but these errors were encountered: