Closed chainikdn closed 4 years ago
This line is the cause: https://github.com/plexinc/plex-media-player/blob/9949398a34d2138040cf38662fb4fddf4f34d93e/src/player/PlayerComponent.cpp#L1297
Newer mpv doesn't contain 'family' field anymore (see https://github.com/mpv-player/mpv/commit/8b3306924d1b80ed85907449ffa2549946e8b137) => the comparison is always true => Plex thinks there're no acceptable codecs and tries to load external decoders from https://plex.tv/api/codecs
Paging Dr @rcombs.
@chainikdn are you using a different MPV version in your build? If so, which?
This line is the cause: https://github.com/plexinc/plex-media-player/blob/9949398a34d2138040cf38662fb4fddf4f34d93e/src/player/PlayerComponent.cpp#L1297
Newer mpv doesn't contain 'family' field anymore (see https://github.com/mpv-player/mpv/commit/8b3306924d1b80ed85907449ffa2549946e8b137) => the comparison is always true => Plex thinks there're no acceptable codecs and tries to load external decoders from https://plex.tv/api/codecs