如何使用 videoView 从内部存储(我的应用程序)播放视频
我尝试从内部存储播放视频,但 videoview 无法播放它。 有没有办法做到这一点,而不是暂时复制到 SD 卡并播放? 视频是用媒体记录器录制的。
Im trying to play video from internal storage, but videoview cant play it.
Is there a way to do this and not by temporarily copying to sdcard and playing it?
The video was recorded with mediarecorder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的活动中使用此代码
file_name.mp4 必须使用 Context.MODE_WORLD_READABLE 创建
Holp 这会有所帮助
Use this code in your activity
The file_name.mp4 must be created with Context.MODE_WORLD_READABLE
Holp this helps