ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
### [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...
### 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...
Video playback freezes and then fails with Unexpected runtime error ERROR_CODE_FAILED_RUNTIME_CHECK
### 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...
### 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...
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...
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...
### 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...
### 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...
### 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...
``` 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)...