MMPlayerView
MMPlayerView copied to clipboard
Custom AVPlayerLayer on view and transition player with good effect like youtube and facebook
In my case: Am using MMPlayerView in collectionview cell to load multiple videos and play simultaneously. **issue** Getting error like below while load the video in some cases like Enter...
I am creating a view like TikTok its working everything fine when I pick the call video is stop playing even I have forced to resume or play its fails...
Hey, I'm facing issue on iOS 15. When I load video 1st time from URL it worked well, But when we load same video from Cache then it's not working....
Hi, I want to play Multiple Video in Single cell like Stores, I have updated the video URL once Pause the first video in same cell URL is updating but...
hi, im write mmplayer in collection view cell as silent preview mode, the problem is when im playing apple music, and open app, mmPlayercell start -> apple music stop. How...
When we run project iOS 12.4 simulator then will be crash ( iOS 13 woking ). Find the error........ dyld: Symbol not found: _OBJC_CLASS_$_AVAssetDownloadURLSession Referenced from: /Users/kanakyadav/Library/Developer/CoreSimulator/Devices/42AC8723-2074-41B1-BB3F-328CFDB026F1/data/Containers/Bundle/Application/0DF119A0-A090-42BE-B6EE-734DA02C1C09/Touch.app/Frameworks/MMPlayerView.framework/MMPlayerView Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS...
Sometimes the black screen comes when the screen rotation changes.
i got this error, please help:  code: ``` @objc fileprivate func startLoading() { self.updateByContentOffset() if self.presentedViewController != nil { return }...

As per my requirement, videos in feeds should play when they are in focus without initial buffer & loader. So i need to prefetch/buffer the video data before the cell...