Top "Android-videoview" questions

An Android View to manage and display a video file.

"The surface has been released" error

I am creating a media player for online videos, but when I try to run it, I get this error: "…

android media-player surfaceview android-videoview
VideoView getDrawingCache is returning black

So I'm trying to do a screen shot of a VideoView. I figured the easiest way would be: videoView.setDrawingCacheEnabled(…

android bitmap screenshot android-videoview
VideoView onPrepared is not called if the VideoView is invisible

I am hiding the VideoView initially and when the video is loaded I am showing the VideoView. But onPrepared is …

android video-streaming android-videoview
seekTo in VideoView

I'm having problems with seeking video. My application should resume video from place where it was stopped last time. So …

android android-videoview seek
how to stream rtsp url using exoplayer?

I want to stream rtsp video using exoplayer. I am using ExoMedia library which is an An Android ExoPlayer wrapper. …

android video-streaming android-videoview exoplayer
Sorry, this video is not valid for streaming to this device in Http streaming android

I can stream some videos from URL (server) successfully, But the others (my video up to my server) is not. …

android video-streaming media-player android-videoview http-streaming
How to set Media Controller over the video?

I created simple video view application it's working fine. I have added layoutparams to video view and added videoview into …

android view android-videoview mediacontroller
Android VideoView: Video view is much darker in a dialog view

Hi all I have a problem with embedding a video view inside a dialog view everything works fine except that …

android dialog android-videoview
Live Video Stream between two Android Phones

I am currently working on video streaming between two Android Phone. I wrote an application which is able to record …

android sockets media-player android-videoview
VideoView seekto() function extremely inconsistent

I am trying to Seek to a particular location in a video in Android and I am completely stuck because …

android android-videoview seek