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