Kevin Rocard
Kevin Rocard
Could you provide us with a bug report? I suspect the issue is that the passthough capabilities are not detected. If you're unable to share [bug reports](https://developer.android.com/studio/debug/bug-report) or test content...
@vip5912 We don't provide the UI of those apps. @tonihei, this looks like a case where the capabilities are not correctly detected.
This is a relatively contrived use case. Clipping media source doesn't cut a resource at an exact pcm frame, which perfect gapless playback would need. ExoPlayer supports gapless playback, but...
You should use a `MergingMediaSource` to merge - the audio source - a `ConcatenatingMediaSource` of the video sources.
@marcbaechinger Can you confirm if this is correct? `MergingMediaSource` has a restriction that each source should have the same number of periods, so I'm not sure it's compatible with `ConcatenatingMediaSource`.
Thanks for the confirmation @marcbaechinger. So it seems my suggestion to concatenate the videos and then merge them with the audio will not work due to the difference in period....
If I understand the issue correctly: 1) the player is seeking to the next media item 2) because the start position of the video is not an I frame, and...
Looking into the cast player extension, the non deprecated method `setMediaItem` converts the `MediaItem` to `MediaInfo` internally with with: https://github.com/google/ExoPlayer/blob/b1000940eaec9e1202d9abf341a48a58b728053f/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/DefaultMediaItemConverter.java#L59-L70 This seems to imply that all other metadata than the...
Thanks Sam. @gsavvid, until the new Metadata field are added, please continue to use the deprecated `player.loadItem`. I'm afraid your use-case was missed when we deprecated `loadItem`.
Could you please clarify what is the issue? I don't understand in which situation color are distorted. Especially why HDR10 support would impact Dolby Vision decoding and display. > Without...