如何在 UIWebView 中同时播放两个视频
我想从 UIWebView 中的 HTML 页面同时播放两个视频。默认情况下,当另一个正在播放的视频开始时,任何正在播放的视频都会停止。即使两个视频位于不同的网络视图中,也会发生这种情况。
有没有办法强制继续播放第一个视频?
I'd like to play two videos at the same time from an HTML page in a UIWebView. By default any playing video is stopped when another is started. This happens even if the two videos live in different web views.
Is there a way to force continued play for the first video?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您一次只能玩一个。
You can only play one at a time.
尚不可能(2017 年 3 月 15 日)
请参阅参考文献。来自 Apple Developer 网站的 部分“多个同时音频或视频流”
Not possible yet (Mar 15, 2017)
See ref. from Apple Developer website under section "Multiple Simultaneous Audio or Video Streams"
只需使用界面生成器或在同一窗口或视图上进行编码制作两个网络视图,然后您就可以对它们执行不同的操作..
但你必须在屏幕的不同一侧获取两个网络视图,你不能将一个网络视图覆盖另一个网络视图
just make two webviews with interface builder or coding on the same window or view and then u can do differnt things with both of them ..
but u have to take two webviews on diffent side of screen ,u cant take one web view over another