MMPlayerView icon indicating copy to clipboard operation
MMPlayerView copied to clipboard

Custom AVPlayerLayer on view and transition player with good effect like youtube and facebook

Results 33 MMPlayerView issues
Sort by recently updated
recently updated
newest added

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: ![Ảnh chụp Màn hình 2021-04-03 lúc 14 09 09](https://user-images.githubusercontent.com/8202437/113471404-3c1d1700-9486-11eb-9f2a-01f0eb50e6bd.png) code: ``` @objc fileprivate func startLoading() { self.updateByContentOffset() if self.presentedViewController != nil { return }...

![Screen Shot 2564-02-17 at 16 20 24](https://user-images.githubusercontent.com/3774145/108183162-67e57700-713c-11eb-8ceb-9801863ed6e6.png)

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