android-video-player Questions
7
Solved
I have a dog.mp4 video file in res/raw folder, which I want to play with ExoPlayer. I'm trying to figure out how to get video Uri for this line of code from ExoPlayer developers guide (https://goog...
Cressida asked 27/10, 2016 at 4:15
3
Solved
I am trying to play a video which user selects from file explorer. Then it should open and start video as expected and as shown in below tutorial. But there is below error just after it. Can anyone...
Tressietressure asked 9/1, 2022 at 11:32
4
Solved
I'm working on an app where the user can see all the video's information and title that are stored on a SERVER. I'm almost done with it except that no matter how I code it, I cannot get the video d...
Doubledecker asked 19/4, 2016 at 3:37
1
I'm using ExoPlayer in a RecyclerView.
The way I have it working now is:
Using only one ExoPlayer instance
When the RecyclerView item comes into view, it prepares the player and attaches the Playe...
Offensive asked 6/8, 2021 at 0:18
9
Solved
I am working on a video app. I am streaming a video from server link , is it possible for me to generate a video thumbnail from the URL without downloading the video.
Srinagar asked 9/4, 2014 at 6:50
2
I am trying to play a 4K video in my application, but as long as all devices can not play 4K videos I'm having some troubles.
How can I check at runtime if that device support it or not before pl...
Copper asked 15/6, 2015 at 12:4
2
Solved
I have got problem with my idea on andriod app. I'd like to play video in it, but I don't want to download it from interenet. In other case, I want to have it on device.
So, person is download it...
Passim asked 25/12, 2011 at 12:28
0
I have developed an app where I am displaying users videos, those can be of 15 minutes long, that is why I have transcoded all the videos in HLS format in AWS Bucket with the help of lambda functio...
Nevsa asked 31/12, 2019 at 5:58
2
Hi i have made a custom video played in android.with some simple "play","pause","play again" and "capture" button.NOw i have done all this functionalities except "capture".I have seacrched lot many...
Manns asked 28/10, 2013 at 7:26
3
in my app i need to display video thumb nail which is stored in res/raw folder. i searched regard it. i get the following code.
int id = **"The Video's ID"**
ImageView iv = (ImageView ) convertVie...
D asked 16/6, 2011 at 4:12
1
i am working on Rtsp streaming app .Rtsp stream is working fine but now i want to save this in android SD card.i have done lot of google search but cannot find correct solutions.
There are few meth...
Arrive asked 11/8, 2015 at 11:38
1
Because I want to be able to pass the MediaPlayer that plays the video around, I want to use a SurfaceView instead of a VideoView inside my fragment that plays the video.
I looked at an earlier qu...
Nobell asked 4/5, 2018 at 18:58
4
Solved
How can I stream live video to Android (2.1 and higher), I have two links: m3u8 and f4m (As I know, f4m is not supported).
From what I saw on stackoverflow, there is a way to stream m3u8 with vita...
Intine asked 10/8, 2012 at 9:15
2
Solved
Assuming we have a Surface in Android that displays a video (e.g. h264) with a MediaPlayer:
1) Is it possible to change the displayed saturation, contrast & brightness of the displayed on the ...
Gasaway asked 5/9, 2017 at 20:0
2
Solved
I have an android videoplayer which displays all videos on SD card with name and file size, but the size is displayed in bytes and I have not been able to convert it to KB,MB,GB etc.I tried dividin...
Wilton asked 6/8, 2017 at 14:56
1
I'm using LG Nexus(6.0). When I have use the camera to capture video using below code.
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
fileUri = getOutputMediaFileUri(MEDIA_TYPE_VID...
Caesaria asked 28/6, 2017 at 12:35
2
I have a video file in my sdcard. I would like to show a preview of this video in my ImageView . Please let me know how to do this in Android. Thank you for your help and time.
Pearliepearline asked 12/8, 2011 at 8:43
1
Solved
I developed android app which is based on video listing,I face some problems that are,
1.When scroll a listview video need auto play
2.Need pause,stop,resume and full screen mode
3.Every time vi...
Hicks asked 11/1, 2017 at 8:15
4
Solved
Has anyone tried using ExoPlayer to achieve this?
I tried looking online with no success.
When I say gapless playback, I am referring to the problem of using the media player to play local video...
Jeavons asked 7/8, 2015 at 0:56
4
Solved
We have an Android application running on Android API 4.0. One of the activities has a layout that divides the screen in 2 parts. On the left side we have a static part with some buttons. On the ri...
Quattrocento asked 18/7, 2013 at 8:2
2
Solved
I am using GMF sample to play Video in my app, where I am fetching video title and url from live JSON, here is the sample of my JSON :
{
"videos": [
{
"title":"Video 1",
"url":"88.mp4"
},
{
"titl...
Jordanna asked 17/3, 2016 at 9:11
1
Solved
I just started with this GMF example provided by Google.
I would like to know How can I Exit Full Screen Video Mode by doing tap on back button, I tried using below code, but did not get any succe...
Connote asked 11/3, 2016 at 5:59
1
Solved
I'm trying to change MediaController's anchor dynamically on orientation changes. And after all my attempts this isn't working as needed.
Perhaps you could point out my mistake.
In a few words:...
Fall asked 7/4, 2015 at 17:25
2
Hello Everyone,
I'm trying to play youtube video in my android app by integrating youtube sdk and generation of api key from google console after doing that when I tried to run my application whil...
Tetzel asked 19/11, 2015 at 14:22
2
Solved
I am using the mediaplayer.xml to play the video file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/Main...
Satan asked 18/1, 2014 at 10:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.