Related to playing videos in Android API
Questions tagged [android-video-player]
541 questions
2
votes
1 answer
How to play next youtube video after ending 1 video in android
I am trying to play multiple videos after integrating YouTube player in android. I need to play another video after ending 1 one video in YouTube player I searched a lot but could not get any proper result.I don't know how I do this please help me. …

Innocent
- 703
- 10
- 21
2
votes
0 answers
Android-ScalableVideoView is not repeating
I'm using Android-ScalableVideoView to show a 10s video in a RelativeLayout from a URL repeatedly:

Gabriel Augusto
- 1,002
- 11
- 18
2
votes
1 answer
Way to close video after finish using ExoPlayer
I'm basically trying to close a video once it has finished playing and return to the activity where the video was played from. I'm currently using an ExoPlayer and I know that my code needs to execute during the onPlayerStateChanged(boolean…

Antonio Gravano
- 153
- 1
- 11
2
votes
1 answer
Android Video streaming using HLS
I am assigned with a task to play a video in Android. Also, they mentioned if I use HLS it would be nicer. I tried playing video in VideoView, works good. I don't know anything about HLS. So I request, if I get some valuable resources on how to play…

User
- 1,186
- 4
- 22
- 36
2
votes
4 answers
make fullScreenVideoView
I am creating my custom video player in android. I need requirement that when device is in portrait mode the height of VideoView is half of the screen and when i rotate device in landscape mode it should be fullScreen mode. But I cant not achieve…

shailesh ojha
- 247
- 4
- 15
2
votes
1 answer
Exit Full Screen Video Mode on Back Press
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 success,
here you can see the actual code of…

Sophie
- 2,594
- 10
- 41
- 75
2
votes
1 answer
Recording a fragment or a view, output video
Scenario
I have (an imageview and a videoview) or (something custom like a surfaceview and inside a photo to the left and to the right a video) inside a fragment and I need to output the fragment layout as a video, to join the photo and the video…

AndroidGorilllla
- 189
- 12
2
votes
1 answer
How to play one video file in two videoviews parallel?
I have one video file in raw folder and i want to play this file into two video view parallel. i tried also but in one videoview display perfectly and other display black part in video view.Help me to how can i play one video file in two video view…

Vishal Patoliya ツ
- 3,170
- 4
- 24
- 45
2
votes
2 answers
How to use android Youtube player to play specific Url?
The code is working fine , But i want to play my own url videos not from Youtube and i cant seem to see anywhhere to Parse the Url in the api. help The code is working fine , But i want to play my own url videos not from Youtube and i cant seem to…

Alex
- 63
- 2
- 9
2
votes
2 answers
Unable to play youtube video in my android app
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 while running the app I'm getting this error in…
user4093800
2
votes
3 answers
Is this possible to recording video and uploading to remote server at the same time in Android?
I want to do video recording and at the same time uploading that video to remote server in android application. Is this possible?
Thanks in Advance.
user3844944
2
votes
2 answers
Video in WebView plays only sound
I have the following problem: I am using WebView to display some content in my app. Sometimes there is a video which is embedded into the content which is presented in this WebView. The problem is that after clicking "play", the video starts, but no…

fragon
- 3,391
- 10
- 39
- 76
2
votes
0 answers
display videoview defined inside a fragment in full screen
I have an activity having two framelayouts which are replaced by two fragments. one holds a video player (using videoView) and another a list of videos. like below
video_player_activity.xml

Pawan Rawat
- 495
- 1
- 7
- 25
2
votes
0 answers
Is there any possibility to play video in RecyclerView like a header?
I've tried to use VideoView but OnErrorListener, OnPreparedListener never called. Reason might be that SurfaceView isn't supported in scrollable views.
I'm trying to implement it with TextureView but onSurfaceTextureAvailable never calls.…

Михаил Таужнянский
- 21
- 2
2
votes
1 answer
Android 5+(lollipop ) Issues on playing video from URL
I have video URL and i want to play that in to my application. We are using video view to play. It's played with out any issues in all other device but when i try with lollipop updated device it take too much of time for prepared and play for few…

Rakki s
- 1,426
- 1
- 18
- 42