Related to playing videos in Android API
Questions tagged [android-video-player]
541 questions
-1
votes
1 answer
Stopping Android video after certain amount of time
I would like to play a video with a VideoView in fullscreen mode in Android 5.1. Moreover, I would like to stop the video (and changing the activity) after a certain amount of time (let's say 5min). How can I achieve that? My layout is the…

machinery
- 5,972
- 12
- 67
- 118
-1
votes
1 answer
Convert video to slow motion and fast forward like snapchat
I am trying to convert video file in slow motion or fast forward motion, just like snapchat. Tried mediacodec but didn't worked.
Can anyone tell me if there is any 3rd party library or something to accomplish my task.
Any help is highly appreciated.

Deewankshi Sharma
- 85
- 8
-1
votes
2 answers
FFMPEG: overlay video_audio NOT concatenate or merge android
I am trying to overlay two video+audio and make single video but I only get the first video voice only not getting second video voice. Here is my code:
String[] complexCommandv = {"ffmpeg", "-y", "-i", "/sdcard/videokit/in.mp4", "-i",…

parik dhakan
- 787
- 4
- 19
-1
votes
1 answer
Android playing videos based on url
I got a problem related to playing videos based on Url i get. I made 2 cases, but each one has its problem.
1) using android VideoView
videoPlayer.setVideoURI(Uri.parse(videoUrl));
videoPlayer.setMediaController(new MediaController(this));
…

moodle
- 149
- 1
- 1
- 10
-1
votes
2 answers
How to play YouTube video in Android player?
I want to play YouTube videos on Android without using YouTube app. It should play with Android player. We have tried using YouTube app, but we need to play YouTube videos directly with Android player, not using YouTube application.
Is it possible?…

AnilPatel
- 2,356
- 1
- 24
- 40
-1
votes
1 answer
How to embed a video into a LinearLayout with its thumbnail displayed in Android app?
I saw some Android apps have videos embedded in some pages. By default, only the video's thumbnail is displayed. Once you click this thumbnail, it will invoke the default media player to play the video. So, how to implement such feature? Do I need…

injoy
- 3,993
- 10
- 40
- 69
-1
votes
1 answer
OpenYouTubeActivity: fullscreen is not working on Android 4.3
I'm using OpenYouTubeActivity (https://code.google.com/p/android-youtube-player/) to play videos in my Android app. And everything was ok, until Android 4.3.
On devices upgraded to 4.3 videos are playing, but not fullscreen, as before. Just small…

YuriK
- 432
- 5
- 13
-1
votes
2 answers
Cannot play flash in android web view after many try
I am doing an android app which shows my website in the webview. My website contains a flash player for playing movie.
Here is the link which contains the flash player and I want to display on the webview.
After reading many articles, I have tried…

Eric Ta
- 1
- 2
-1
votes
1 answer
How to add a video file when starting an android app
I want to play a video file while starting up an Android application. I've tried but it's not working properly. I've got an error message and it tells that the video can't be played. I've saved my video(.mp4 extension) in raw folder. I've set the…

Rose18
- 2,892
- 8
- 47
- 98
-1
votes
2 answers
Unable to to create media player
While trying to play video using media player, I am getting this error:
Unable to to create media player
D/MediaPlayer(13157): create failed:
D/MediaPlayer(13157): java.io.IOException: setDataSourceFD failed.: status=0x80000000
Can any one suggest…

CoDe
- 11,056
- 14
- 90
- 197
-2
votes
1 answer
Im want my android video gallery to get videos from a specific folder for example sdcard/phd
I want my android video gallery to get videos from a specific folder, for example sdcard/phd.
here is my code
package com.example;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import…

Vitalis
- 13
- 4
-2
votes
1 answer
Play multiple video with Open Gl Es 2.0 android
I need to play multiple video on screen using Open Gl ES 2.0 in Android. I have the code of playing a single video. For playing 3 videos I have used three 3 views with 3 videos. However there are issues related to performance when playing 3 videos…

Satish
- 320
- 2
- 9
-2
votes
2 answers
How to play video from website in android?
How can I play videos from URL in android?. without new Intent?. is available?
Thanks

user1523272
- 1
- 2
-3
votes
1 answer
Playing Dailymotion or any free server like tune.pk or video weed video in my android application is legal or not?
i want to play Daily Motion videos or videoweed or any free server.. but i am affraid of getting suspention by google play.. i also need authenticate info about it as google don't give you another chance.
-4
votes
2 answers
Scrolling is not smooth, its too slow. I've retrieved videos form SD card and showing them listview
Please tell me how I can do smooth scrolling. When I try to scroll down it takes a lot of time to load videos thumbnails. Please check my code and give me a easy solution. Many thanks.
I have tried a lot of ways but not working. Don't know how to…

ALI
- 23
- 1
- 6