SwiftVideoBackground icon indicating copy to clipboard operation
SwiftVideoBackground copied to clipboard

📹 Framework to Play a Video in the Background of any UIView

Results 10 SwiftVideoBackground issues
Sort by recently updated
recently updated
newest added

Hi, your library is cool. However, i would like to know how to track that video from Web is loading? I want to show to user something like loading spinner...

Please add support to SPM (Swift package manager)

good first issue

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...

I'm trying to figure out how to access the video layer so I can do some animation on it. The doc says playerLayer is the layer. but how do I...

Dear sir, Thanks so much for the Ince library. Currently I am trying too play mp4 files that is saved into phone storage. I cannot run it. My code is...

There are issues while building the framework. The project seems to have errors while compiling

Target SwifVideoBackground-iOS has compilation issues with Xcode 10.3:

If I leave foreground with the video background playing, there is a delay before it resumes. See video: https://drive.google.com/file/d/153Xzvo8zOWa4oJV-09qrwYrDVBEFaVVP/view

How can I cached a video from url for playing offline?