-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
直接使用AVPlayer播放m3u8可以使用这个框架却不行呢 #298
Comments
现在这个库还维护吗 如果不维护是不是关闭下 很容易踩坑 |
|
我断点调试修改的可以播放m3u8 了 |
你的mov的mime一定要正确才可以返回application/octet-stream不行 |
老哥,可以分享下如何播放m3u8吗,谢谢 |
项目没开始推荐换播放器 |
请问修改哪里可以播放m3u8 我这老项目关联东西太多 不好换 |
JPVideoPlayer.m里面,的playerItem初始化方式改成[AVPlayerItem playerItemWithURL:url],就可以播放了 |
老哥牛逼,按你说的改了就行了,把两处[AVPlayerItem playerItemWithAsset:videoURLAsset]初始化方式改成下面那种就行了 AVPlayerItem *playerItem = [AVPlayerItem playerItemWithAsset:videoURLAsset]; |
直接使用AVPlayer播放m3u8可以使用这个框架却不行呢 什么情况
The text was updated successfully, but these errors were encountered: