sedmelluq / lavaplayer

Audio player library for Discord
Apache License 2.0
958 stars 248 forks source link

Some Matroska and OGG files fail to play. #189

Open Giggitybyte opened 5 years ago

Giggitybyte commented 5 years ago

I'm playing these files using the latest Lavalink. Stacktrace indicates it's a Lavaplayer issue. Both of these files are a little loud.

Sample Matroska file Sample OGG file Matroska stacktrace OGG stacktrace

sedmelluq commented 5 years ago

OGG: currently multi-stream (video+audio for example) OGG files are not supported, only plain audio. It would require a bit different handling of OGG format than I have now.

MKV: will look into it, I may have limited the codec metadata size to too low so there are valid ones it rejects.

Giggitybyte commented 5 years ago

Any updates on this, sed?