android videoview - 管理错误的网址错误?
我使用一些过期的网址来观看互联网上的视频,因此,当过期时间到来时,视频将不再有效。在这种情况下,我从视频播放器收到一个错误对话框,指出视频不可读。这很好,但我想显示我自己的对话框文本。我该怎么办?我有什么方法可以知道我的视频没有播放吗?有什么想法吗?
Im using some time expiring url to watch a video from internet and so, when the expiration time come out, the video is not working anymore. In this case, im getting an error dialog box from the videoplayer saying the video is unreadable. that is quite fine, but i would like to display my own dialog box text. how can i do ? is there any way i can know my video didnt work ? Any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过阅读更多的 SDK 找到了答案。有setOnErrorListener(android.media.MediaPlayer.OnErrorListener)。
你可以创造。 :)
I found the answer my self reading a bit more the SDK. There is setOnErrorListener(android.media.MediaPlayer.OnErrorListener).
that you can create. :)