Top "Android-video-player" questions

Related to playing videos in Android API

how to create custom UI for android MediaController

I want to customize the controls in the MediaController for my video player. I want to swap out the image …

android android-video-player mediacontroller
Resize video to fit the VideoView

I'm positioning a VideoView with AbsoluteLayout (I need to display it on several places into the screen at specific positions). …

android android-video-player
stream live video to Android

How can I stream live video to Android (2.1 and higher), I have two links: m3u8 and f4m (As …

android video-streaming http-live-streaming android-video-player
Android SDK - Media Player Video from URL

I've tried to find a simple tutorial which explains how to load a video from a URL into the android …

android android-mediaplayer android-video-player
Is it possible to Generate a thumbnail from a video url in android

I am working on a video app. I am streaming a video from server link , is it possible for me …

android thumbnails android-video-player
How to play a video from a RTSP link

I want to create an android app which can play video from RTSP link. When i tried to play this …

android streaming video-streaming rtsp android-video-player
How to add video playback and resource to android application

I have got problem with my idea on andriod app. I'd like to play video in it, but I don't …

android video android-video-player
Android Video Player Using NDK, OpenGL ES, and FFmpeg

Ok so here is what I have so far. I have built FFmpeg on android and am able to use …

android opengl-es ffmpeg android-ndk android-video-player
Android Media Player Error (100,0)

I have read all the error codes given on the web. Error specifies: const PVMFStatus PVMFInfoLast = 100; " Placeholder for end of …

android android-mediaplayer android-video-player
How to create a video preview in android?

I have a video file in my sdcard. I would like to show a preview of this video in my …

android android-image android-imageview android-video-player