LLVideoPlayer icon indicating copy to clipboard operation
LLVideoPlayer copied to clipboard

视频播放器,支持横竖屏切换,实现了滑动调节亮度和声音的功能,界面流畅精简,使用方便,可加载本地或网络视屏

我的博客:iOS使用AVPlayer自定义视频播放器

//效果图

Image text Image text

//使用

LLVideoPlayerViewController *videoPlayerVC = [[LLVideoPlayerViewController alloc] initWithVideoUrl:_fileURL];
[self presentViewController:videoPlayerVC animated:YES completion:nil];