exoplayer Questions
1
I am building a video player android application where I need to play 2(maybe 4) live streams at the same time in the same view.
Is it possible using a single exoplayer instance? If yes, please su...
Caerleon asked 4/6, 2021 at 10:20
2
I am currently using Exoplayer in a project and am looking to achieve a "CenterCrop" type attribute similar on the video to what you might see in an imageview. Basically it will fit to the height o...
Shotton asked 27/2, 2017 at 20:0
3
As the title says, is it possible to have a video fill the screen without visible stretching? If so, how would I do this with chewie?
Link to chewie: https://pub.dev/packages/chewie
Problem:
...
4
Solved
I have list of URLs mix with videos and images. I want to display both using ExoPlayer. I could display videos in the ExoPlayer, however when I try to display image I am getting a black screen.
T...
12
Solved
I searched two days for this question in github but i can't find true answer . I want example for detecting pause / resume in ExoPlayer > 2.x .
Any one can give me an example ? I checked onPlay...
4
I am not able to use
flutter_html: ^2.2.1
and
audio_manager: ^0.8.2
in one project.
It shows error
Execution failed for task ':app:checkDebugDuplicateClasses'.
A failure occurred while executi...
Tsana asked 20/2, 2022 at 19:15
3
ExoPlayer is not showing the video. I can listen the audio but video is not playing. I am using the Exoplayer in the Recyclerview.I only can see the black screen and listen to audio.I am not ...
Cobblestone asked 6/8, 2016 at 12:29
0
I am developing an Android application where I need to display video. When the app launches and plays a video using AspectRatioFrameLayout.RESIZE_MODE_ZOOM, the video is expected to fill the screen...
Clatter asked 22/4 at 11:46
6
Hi I'm using react native, so I needed exoplayer to show subtitle on it in android....
I added exoplayer inside my app, after that should I do something to use exoplayer as default or it will link ...
Tashinatashkent asked 31/12, 2019 at 9:32
5
Solved
I'm trying to play mp3 file from URL with ExoPlayer.
Everything is fine, but now I wonder when is the it is safe to call getDuration() of the audio track. I just need it once the track is loaded. I...
9
Solved
I'm accessing an mp4 file on the web - it runs just fine in the browser but for some reason I can only seem to get the audio portion to work in my app. Any help would be appreciated.
Relevant Grad...
13
**HI I am trying to play a live news video in my flutter app it is .m3u8 format but get above error. Using all of the updated dependencies. I want to play live news in my flutter app. I have the ur...
Tani asked 1/8, 2021 at 7:33
2
Video codec error
androidx.media3.exoplayer.mediacodec.MediaCodecRenderer$DecoderInitializationException:
Decoder init failed: OMX.Exynos.avc.dec, Format(2, null, null, video/avc, avc1.640033, -1...
Eclat asked 28/7, 2023 at 5:46
4
Solved
Is there any possibility to set an mp3 file that's located in the app's raw folder to ExoPlayer?
I tried to achieve it with the following code snippet without success unfortunately:
mMediaPath = ...
12
I try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with custom layout. so far so good.
Now try to fullscreen the video like other video p...
Rosco asked 24/1, 2018 at 11:7
5
Solved
A few seconds after the ExoPlayer starts playing, the controls stop showing and a black background appears. How do I make sure that the controls are always visible?
6
Api has a token header that i need to set but the video is not encrypted.
I have two questions:
How can i play .mpg,.mpeg,.3gp,.mov and other files from disk with exoplayer?
How can i set headers ...
1
DefaultBandwidthMeter bandwidthMeter = new DefaultBandwidthMeter();
DataSource.Factory dataSourceFactory = new DefaultDataSourceFactory(this,
Util.getUserAgent(this, "yourApplicationName"), bandwi...
Trodden asked 4/2, 2017 at 9:26
1
The only difference I notice is that, if I call prepare() before play(), I will see the the process indicator and it pre-loads data in the PlayerView, besides that I can't tell the difference if I ...
Cartography asked 30/3, 2021 at 12:45
5
Solved
i am trying to implement exoplayer this is my exoplayer version
implementation 'com.google.android.exoplayer:exoplayer:2.11.1'
i am creating a music player app and i don't know anything about ex...
Geomancy asked 21/12, 2019 at 20:29
17
How can I monitor progress changes on ExoPlayer?
I tried to implement a hidden MediaController and overriding setOnSeekBarChangeListener methods, but for now without success. I'm wondering if there...
Receivable asked 18/2, 2015 at 18:10
1
I'm using Android new Media3 Exoplayer library following this code-lab, but there is no workaround to play video from the res/raw directory. My code for playing from the res/raw directory is
val u...
3
Solved
I've got a PlaybackService.kt class that implements MediaBrowserServiceCompat() since that is required for Android Auto support. The player itself works great in-app. The app is 95% used for HLS st...
Deathblow asked 13/8, 2022 at 0:19
8
I am looking to implement Google's ExoPlayer in my app. Their documentation seems pretty vague to me, and all I am looking for is to play a video from an URL, no complicated custom settings or anyt...
Ruelas asked 28/9, 2015 at 11:5
4
Solved
I'm using Exoplayer and an GL SurfaceTexture (from a TextureView) to display a video. I'm reusing the same surface among video play.
I release the player and instantiate a new one. When the Surfa...
Landed asked 11/5, 2015 at 10:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.