Skip to content

IllegalArgumentException: Expecting header packet but got org.gagravarr.vorbis.VorbisAudioData@277050d #52

@THausherr

Description

@THausherr

Exception in thread "main" java.lang.IllegalArgumentException: Expecting header packet but got org.gagravarr.vorbis.VorbisAudioData@277050dc
at org.gagravarr.ogg.audio.OggAudioStreamHeaders.populate(OggAudioStreamHeaders.java:138)
at org.gagravarr.theora.TheoraFile.(TheoraFile.java:142)
at org.gagravarr.theora.TheoraFile.(TheoraFile.java:77)
at com.mycompany.TheoTest.main(TheoTest.java:23)

Code:

        InputStream is = TheoTest.class.getResourceAsStream("/test1.ogg");
        OggFile ogg = new OggFile(is);
        TheoraFile theora = new TheoraFile(ogg);

MOZILLA-487519-4.zip
file is from https://bugzilla.mozilla.org/show_bug.cgi?id=487519

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions