Skip to content

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

@devoxin

Description

@devoxin

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions