Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Provide client-side rules for MediaCodecSelectorFactory #11

Closed
zegnus opened this issue Jan 31, 2017 · 1 comment
Closed

Provide client-side rules for MediaCodecSelectorFactory #11

zegnus opened this issue Jan 31, 2017 · 1 comment

Comments

@zegnus
Copy link
Contributor

zegnus commented Jan 31, 2017

Problem

Currently, the MediaCodecSelectorFactory has a hard-coded check for codec selection.

Solution

Move this check client side.

Impact

We are forcing clients to perform a check that they may not want to support.

@Mecharyry Mecharyry added this to the ExoPlayer two support milestone Jun 5, 2017
@Mecharyry Mecharyry added this to Blocked in Issue Tracker Jun 5, 2017
@Mecharyry Mecharyry moved this from Blocked to To Do in Issue Tracker Jun 5, 2017
@ouchadam
Copy link
Contributor

fixed by #52 & #57

we don't expose the codec selection itself but we do now provide a way to move the security downgrading to the client via PlayerBuilder.withDowngradedSecurityDecoder

@Mecharyry Mecharyry moved this from To Do to Ready for Release in Issue Tracker Jun 29, 2017
@Mecharyry Mecharyry removed this from Ready for Release in Issue Tracker Aug 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants