Top "Android-videoview" questions

An Android View to manage and display a video file.

how to play video from url

I am beginner in android development and try to play video from link. But it's giving error "sorry,we can't …

android video-streaming android-videoview
How to play .mp4 video in videoview in android?

I am working on video player application, I want to play .mp4 video in native videoview. I am not able …

android video-streaming mp4 android-videoview
Strange Behavior of Android VideoView - "Can't Play Video"

In my application,showing video from sdcard folder or new taken video from Video intent in a VideoView in different …

android android-videoview
Android MediaPlayer error (1, -2147483648)

I have two different videos which I'm trying to load into a VideoView using videoView.setVideoURI(Uri.parse(url)); The …

android media-player android-videoview
How to play Youtube videos in Android Video View?

I am developing an android application which requires a youtube video player embedded within it. I successfully got the RTSP …

android youtube android-videoview
How to set the preview image in videoview before playing

I created an VideoView in my activity, below is the code. VideoView vvVideos = (VideoView) rootView.findViewById(R.id.videoView); MediaController …

android android-videoview
Full screen videoview without stretching the video

I wonder if I can get a way to let video run via videoview in full screen? I searched a …

java android fullscreen android-videoview
Android VideoView black screen

I have been looking for a way to get rid of the nasty black initial screen on a VideoView before …

android flicker android-videoview
Get Real Path For Uri Android

I am developing a VideoPlayer. I convert the URI of a launched intent to a string and it gives me …

android string path uri android-videoview
Android VideoView orientation change with buffered video

I'm trying to replicate the functionality of the latest YouTube app in the Android marketplace. When watching a video there's …

android android-orientation android-videoview