2,545 questions
-1 votes
0 answers
44 views
Blur overlay that works on top of PlayerView using android java or kotlin
So i have these 2 PlayerView one top one bottom and they are mirrored one on top have full scale then the bottom one is compressed to fill the bottom part. So i want a blurr overlay that will be on ...
0 votes
0 answers
103 views
My video background is transparent, but it keeps displaying a black background. How do I get the video to display a transparent background?
My app is supposed to display a video of a garden with working fans. The video works fine but the video keeps showing a black background, I've tried changing the color to transparent but it does not ...
0 votes
0 answers
30 views
VideoView listeners are not triggered
I have written a native module in Java for playing Videos. As per the logs, I can see that the video url and the focus was set successfully. However, the logs in the VideoView listeners like ...
-1 votes
1 answer
460 views
flutter better_player custom controls problem
i'm implementing custom controls for flutter better_player widget, it worked fine but the problem is that the custom controls are stuck on screen (always visible), unlike the default material or ...
1 vote
0 answers
108 views
Media Projection Service with WebRTC does not show playing video
I use the Media Projection Service to get the full screen on my device private fun startScreenCapture(){ val mediaProjectionManager = getSystemService(Context.MEDIA_PROJECTION_SERVICE) as ...
0 votes
1 answer
70 views
VideoView Flickering for a bit before video plays JAVA/XML
I have a video in a class that opens when the user first lands on the app, and is kind of like a nice design added to the instructions on how to actually use the app. However, right before the video ...
0 votes
2 answers
149 views
Android MediaPlayer SurfaceView video restarts on resume
Following is my code to play a video from an url import androidx.appcompat.app.AppCompatActivity; import android.media.MediaPlayer; import android.os.Bundle; import android.view.SurfaceHolder; import ...
0 votes
0 answers
51 views
How can I stream a video that I have stored in firebase storage in Android Kotlin
I am creating a time capsule kind of app, in which you can store text, images and videos and then that message will be displayed only on the specified time..the text and image messages are working ...
1 vote
1 answer
51 views
Android Studio: Video longer than screen - unable to scroll down?
I have an app that contains a video on loop which is longer than the length of the screen, however it is not possible to scroll down and see the bottom section of the video (located outside the bottom ...
0 votes
1 answer
119 views
Can we open a Youtube live streaming link from Android app if we have the link? If yes then please explain how?
Can we open a YouTube live streaming link from the Android app if we have the link? If yes then please explain how? Or Let's say I have the live-streaming link, can I open the Youtube app and go ...
1 vote
3 answers
86 views
How to remove black view from VideoView?
I use a tutorial video inside VideoView. But video is not fill VideoView while playing and has black part in VideoView because that has Rectangular view. I can not solution for it. I tried to cover ...
0 votes
0 answers
123 views
Playing a video from removable SD card on Android device with VideoView using Kotlin
I'm working on an Android app (Lenovo tablet, API 33, Android 13.0) that displays a video depending on the selection made. I am able to play each video (.mp4) from the raw folder, but I'd like to ...
1 vote
0 answers
170 views
Playing a video from Google Files on Android device with VideoView using Kotlin
I'm working on an Android app (API 33, Android 13.0) that displays a video depending on the selection made. I am able to play each video (.mp4) from the raw folder, but I'd like to store the videos on ...
0 votes
0 answers
73 views
Android: Is there a way to obtain the Frames of a video in real time while it is playing back and being displayed?
I want a way that while a video is playing back, obtain their Frames in Real time so i can then process them, in other words i gotta obtain the frames as bitmaps or similar. I want something like when ...
0 votes
1 answer
43 views
Landscape mode and videoView in android studio
I wrote a program that when I run this program on the phone, a video will start playing. Now, after the video is played, if I rotate my phone to landscape mode, my app also rotates to landscape mode, ...