android-video-player Questions
1
I am using Google Grafika examples to display video on TextureView. "Double decode" to be more specific . Code work most of the time but for some mp4 files it crash giving only :
libc: Fatal signa...
Jabalpur asked 23/10, 2015 at 6:42
0
I'm using MediaCodec and MediaExtractor to play video at variable rates, both forwards and backwards. The code is using something like SpeedControlCallback to establish inter-frame pauses - feeding...
Jailbird asked 15/9, 2015 at 10:24
10
I am having an Activity in which there is
VideoView
-- Streams a video from a webserver.
Button --
Takes the user to the next activity to be shown.
When the application starts,
VideoView i...
Irrelative asked 3/4, 2012 at 4:17
2
Solved
In Android, is it possible to record a short clip (ex: an arbitrary 5-10 seconds in the video) from a Video URL (ex: http://www.test.com/video.mp4)?
For example, I'd like to stream a video (from ...
Benildas asked 8/12, 2014 at 21:1
2
I want to customize the controls in the MediaController for my video player.
I want to swap out the image for the play button, change the skin, change the color, ect.
Is there a known way of doing...
Incombustible asked 18/9, 2012 at 17:40
1
Solved
I am having a weird issue reading the length/duration of a video file recorded with a device's camera by using MediaRecorder. The file is recorded into the application's private storage directory, ...
Agglomerate asked 30/10, 2013 at 17:16
2
Solved
EDIT:
So apparently this has nothing to do with multiple activities, and this has something to do with the encoding of the video file.
I will try to simplify the question: I have a MediaPlayer ob...
Gabe asked 10/10, 2013 at 15:1
0
Calling all Android video-over-usb experts! I've spent weeks trying to get to grips with what I need to do to display and record a video stream from an external USB-connected video camera. It's eas...
Cullan asked 16/9, 2013 at 12:30
3
Solved
I'm positioning a VideoView with AbsoluteLayout (I need to display it on several places into the screen at specific positions).
public void showVideo(RectF bounds, final String videoUrl) {
Absolu...
Sister asked 11/8, 2011 at 19:20
1
In my program im trying to have video in full screen but without break aspect ratio of the playing video ,
in android default player it has button in upper left corner when you press it it shift v...
Lacuna asked 11/9, 2012 at 17:43
2
Solved
I have read all the error codes given on the web.
Error specifies:
const PVMFStatus PVMFInfoLast = 100; " Placeholder for end of range"
But I didn't able to handle this error, thanks for help...
Abrahamabrahams asked 16/8, 2012 at 11:5
1
Solved
I implemented a e-Reader that has embedded video players on it, I need a option to toggle fullscreen mode from the player.
My question is the following:
Which is the best way to play a video on f...
Downpipe asked 10/7, 2012 at 22:3
3
Solved
I've tried to find a simple tutorial which explains how to load a video from a URL into the android media player but unfortunately I couldn't find any!
I have tried several things to try get it wo...
Ashley asked 10/7, 2012 at 10:54
1
Solved
I have a MediaPlayerActivity with the following code:
This code basically tries to get a video stream from a http url and load it but for some reason it keeps crashing.
public class MediaPlayerAct...
Onionskin asked 10/7, 2012 at 9:58
1
Solved
I am playing the MP4 in android phone with the below code:
VideoView videoView = (VideoView) findViewById(R.id.VideoView);
// Set video link (mp4 format )
File file2 = new File("/sdcard/Alone.mp...
Leucoplast asked 25/1, 2012 at 6:2
3
Solved
I have a video that plays in portrait mode. At the end of the video, I need to display some views over it. This works fine so far.
I am however, having a problem where views that are over the last...
Solemnize asked 8/2, 2012 at 0:6
1
Solved
I worked for hours in developing a proper streaming video player in android and quite successful in creating a player which can play small contents such as songs, Trailers etc very fine. But the pl...
Personalize asked 29/8, 2011 at 12:56
1
Solved
I am developing Android application. In my application, I have to capture a screen animation for few seconds as video in programmatically. Is it possible? When I Googled all the code are for starti...
Peacetime asked 19/7, 2011 at 7:2
2
Solved
Is there a way to step through a video file frame by frame? I've tried using a VideoView and I've had minor success. I can get the video the step through key frames but not individual frames. I fig...
Chastity asked 17/8, 2011 at 20:16
2
Solved
I am trying to add a video played on button click with android studio.
However, when I click the button a "sorry, this video cannot be played" message box appears on the emulator screen.
Can you ...
Baikal asked 22/6, 2011 at 10:38
2
Solved
I had asked the same question for iOS on iPad but now I am trying to see if it's possible within Android. The response I received so far is no within iOS. If it's possible in Android please explain...
Tramway asked 7/6, 2011 at 6:52
2
Solved
I want to play the video as splash screen.I have implement the play video but it show the default control like play,pause and seek etc.I want to remove the
so that the after video finish I need t...
Rosaleerosaleen asked 29/3, 2011 at 13:46
1
Solved
Ok so here is what I have so far. I have built FFmpeg on android and am able to use it fine. I have been able to load a video into FFmpeg after passing the chosen filename from the java side. To sa...
Elmer asked 13/1, 2011 at 2:21
1
Solved
What are the file formats that Android VideoPlayer support?
And the differences between the VideoView and VideoPlayer in Android.
I am looking for on tutorials, videos, forums answers, etc.
Anythin...
Drowsy asked 31/3, 2010 at 11:16
© 2022 - 2024 — McMap. All rights reserved.