Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CastPlayer does not support mediaMetadata #26

Closed
marcbaechinger opened this issue Jan 10, 2022 · 1 comment
Closed

CastPlayer does not support mediaMetadata #26

marcbaechinger opened this issue Jan 10, 2022 · 1 comment
Assignees

Comments

@marcbaechinger
Copy link
Contributor

Observed behaviour

CastPlayer always returns MediaMetadata.EMPTY for getMediaMetadata(). Accordingly Player.Listener.onMediaMetadatachanged is never called.

Expected behavour

a) getMediaMetadata() returns a MediaMetadata instance that corresponds to the current MediaItem being played (see issue #25 also).
b) The callback Player.Listener.onMediaMetadataChanged is called accordingly when the metadata returned by getMediaMetadata() changes.

@marcbaechinger
Copy link
Contributor Author

Closing as a duplicate of #25.

@androidx androidx locked and limited conversation to collaborators Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant