plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 170 forks source link

Slow playback startup due to codec downloading attempts #954

Closed chainikdn closed 4 years ago

chainikdn commented 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

mseeley commented 4 years ago

Paging Dr @rcombs.

mseeley commented 4 years ago

@chainikdn are you using a different MPV version in your build? If so, which?