python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Exoplayer 2.17.1 Cannot resolve symbol ExoPlayerFacory, ExtractorMediaSource, ExoPlayerView
I am new to android dev and I am trying to make an app. I want to display a list of videos and the player should be able to play any video they want. I figured by the tutorial that exoplayer is the on...
ashk
Votes: 0
Answers: 1
Android videoView not showing inside fragment
Hey all I am having a little bit of an issue with trying to call a fragment that has the videoview within it into my current fragment page.
When I click on the test button I set up it goes through the...
StealthRT
Votes: 0
Answers: 0
Android VideoView Can't play this video when streaming from localserver
I want to play video in VideoView from my local Spring Boot server, when I pass the URL into VideoView it shows (Can't play this video).
e.g. URL passed to VideoView is (http://172.20.10.3:8090/api/v1...
Yousef
Votes: 0
Answers: 1
VideoView unable to play video using an url
I'm trying to play a video using a url but it's not working. It always give me error on screen as Can't play this video.
I'm using below snippet:
val uri: Uri = Uri.parse(it.url)
binding.videoVi...
Anshul Tyagi
Votes: 0
Answers: 0