有没有办法让VideoView在Android应用程序上继续在后台播放?
我目前正在使用 VideoView 播放来自 URL 的视频(Streaming..), 当我按回家时视频停止......
有没有办法让它继续播放?
让视频在后台持续运行的最佳方法是什么?
提前致谢, 阿米托斯80
I'm currently using VideoView to play video from URL (Streaming..),
when i press home the video stops..
is there a way to make it keep playing?
Whats the best way to make a video keep running in background?
Thanks in advance,
Amitos80
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用 MediaPlayer 而不是 VideoView。
You should use MediaPlayer instead of VideoView.