ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
### Issue description I'm trying to play an UDP (TS) stream. Exoplayer recognize the tracks but never starts playing the stream and after a while it trows an ExoPlaybackException: Playback...
### ExoPlayer Version 2.18.2 ### Devices that reproduce the issue TV TCL C825 (mt9615 (arm cortex-a73)) Last Firmware : V474 build date= Nov 23 2022 build= 1669174746 security_patch= 2022-06-05 gmsversion=...
If you let ExoPlayer play to the last frame of the video that frame will remain shown -- which is what we want. While in that state if you detach...
Previously I was using the Timer() thread to create a Volume Fade In and Fade Out effects while playing the audio and setting up the volume in it. After upgrading...
I'm looking into adding support for WebVTT embedded in Matroska (MKV). I managed to get basic support in this patch: https://github.com/moneytoo/ExoPlayer/commit/09b07da83fb9cf6a0a6e511e7c0f6282c963e1da and it seems to be working with the sample...
### ExoPlayer Version 2.17.1 ### Devices that reproduce the issue Redmi 9C Android 10 Redmi 6 Android 9 ### Devices that do not reproduce the issue POCO X3 Samsung A32...
ref: https://en.wikipedia.org/wiki/MPEG_transport_stream m2ts file have a 4-byte header: 4-byte Transport Stream Header TsExtractor cannot recognize it. video data clip: 000000000 01 95 1D 2E 47 40 00 10 00 00...
Hello! I have an android tv device named yu43cv9632. I tried adding it to exceptions but it didn't help. ``` private static boolean evaluateDeviceNeedsSetOutputSurfaceWorkaround() { if (Util.SDK_INT
Does ExoPlayer support H.265 (a.k.a HEVC) ? Currently, if I play a RTSP/RTMP H.264 stream, ExoPlayer has no problem. But when I play a RTSP/RTMP H.265 stream, ExoPlayer reports an...