ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

An extensible media player for Android

Results 296 ExoPlayer issues
Sort by recently updated
recently updated
newest added
trafficstars

### [REQUIRED] Issue description I'm unable to cast the following HLS stream https://lelive.akamaized.net/hls/live/2006512/MBR/playlist.m3u8 on Chromecast v2 or below. It works in Exoplayer perfectly, also works on Chromecast v3, Ultra, or...

question

### Use case description When using StyledPlayerControlView's fullscreen button, it should be able to follow the orientation of the device. If the user rotates into landscape, the button should exit...

enhancement
low priority

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue Android TV SDMC 905x2 Android 10 ### Reproducible in the demo app? Yes ### Reproduction steps To reproduce the issue...

bug
need more info

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue All Device found that issue. ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo...

question

For local ExoPlayer checkouts, the current approach is to include the relevant projects directly. For example: `apply from: file("path/to/exoplayer/core_settings.gradle")` and then `implementation project(':exoplayer-library-core')` The downside of this approach is that...

enhancement

I'm looking into casting functionality and after looking into samples and the `CastPlayer` code source, it seems the cast player only allows media items as an entry point. My local...

question

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue All android devices. Tested on Samsung S22 Ultra, Oneplus 7 Pro ### Devices that do not reproduce the issue NA...

bug
need more info

### ExoPlayer Version Older (unsupported) 2.7.3 ### Devices that reproduce the issue Oppo/COLOROS runing android 11 XiaoMi/MIUI runing Android 10 ... ### Devices that do not reproduce the issue _No...

bug
needs triage

### ExoPlayer Version 2.15.1 ### Devices that reproduce the issue All android devices from 8 onwards, i test in moto, nokia, narzo but still same issue ### Devices that do...

question

``` 2022-09-06 17:18:35.076 24379-24407/com.jianguo.exoplayerdemo E/ExoPlayerImplInternal: Playback error com.google.android.exoplayer2.ExoPlaybackException: Source error at com.google.android.exoplayer2.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:632) at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:608) at android.os.Handler.dispatchMessage(Handler.java:98) at android.os.Looper.loop(Looper.java:154) at android.os.HandlerThread.run(HandlerThread.java:61) Caused by: com.google.android.exoplayer2.source.rtsp.RtspMediaSource$RtspPlaybackException: rtsp://111.1.24.140:554/pag://10.22.254.135:7302:33108100001320354299:0:MAIN:TCP/trackID=video?streamform=rtp at com.google.android.exoplayer2.source.rtsp.RtspMediaPeriod$InternalListener.onLoadError(RtspMediaPeriod.java:555) at com.google.android.exoplayer2.source.rtsp.RtspMediaPeriod$InternalListener.onLoadError(RtspMediaPeriod.java:479) at com.google.android.exoplayer2.upstream.Loader$LoadTask.handleMessage(Loader.java:489)...

question