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

OGG track probing appears to fail if a thumbnail (video stream) is present #111

Open
devoxin opened this issue May 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@devoxin
Copy link
Member

devoxin commented May 7, 2024

When probing a file with an OGG container, if a video stream is present (typically artwork), the file fails to be resolved with Lavaplayer throwing an exception stating "Unsupported track in OGG stream".

Caused by: java.lang.IllegalStateException: Unsupported track in OGG stream.
    at com.sedmelluq.discord.lavaplayer.container.ogg.OggTrackLoader.detectCodec(OggTrackLoader.java:60)
    at com.sedmelluq.discord.lavaplayer.container.ogg.OggTrackLoader.loadTrackBlueprint(OggTrackLoader.java:31)
    at com.sedmelluq.discord.lavaplayer.container.ogg.OggAudioTrack.process(OggAudioTrack.java:37)
@topi314 topi314 added bug Something isn't working labels May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants