-
# Steps to reproduce
1. `git clone https://github.com/google/ExoPlayer.git`
2. apply this patch:
```diff
--- a/demos/main/src/main/assets/media.exolist.json
+++ b/demos/main/src/main/asset…
-
Submitter: Will Law
Email: wilaw@akamai.com
The current version of the DASH specification does not provide a mechanism to implement "forced subtitles". A Forced Narrative (FN) subtitle is a text ove…
-
Exoplayer should allow getting media thumbnails to display in a list of videos like in a recyclerview for example, so you don't have to resort to ThumbnailUtils, MediaMetadataRetriever, etc. because t…
-
```
I tested the WebM DASH JS recently, and what I did was following the
webmproject's wiki
(https://sites.google.com/a/webmproject.org/wiki/adaptive-streaming/instructions
-to-playback-a-webm-dash…
-
**What version of Shaka Player are you using?**
Latest (current version)
**What browser and OS are you using?**
Meta Quest Browser on Meta Quest build 71.0
**Please ask your question**
I’d l…
-
-
please add play and pause button and timeline start and end. and also give an live icon if the stream is playing live using hls.
can you add DRM supported links ? dash .mpd clearkey , widewine, etc.
-
@gzsombor Can you enable the Issues and/or Discussion in your fork of SkyTube ?, ~~because I intend to start using it and~~ I want to report directly to you if there's something wrong, instead in the …
-
We have a leanback launcher which uses ExoPlayer. When pausing the live stream, we shift from the live stream to a timeshifted stream and then pause it. When the user presses resume, the time shifted …
-
### Problem/Background
Currently `DefaultMediaSourceFactory` does two different things:
1. It selects a delegate `MediaSourceFactory` instance based on the the `uri` and `mimeType` of the provided…