alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

JVM crashes when converting from FLV(speex) to OGG. #225

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While experimenting with different Xuggler demos I've found that conversion
from FLV(aoudio only with SPEEX enc) to OGG fails with JVM crushing or
produces incorrect OGG file.
I assume the simple Converter example should be able to handle this task
just fine.
But when executed with the following command line.
java -cp xuggle-xuggler.jar com.xuggle.xuggler.Converter -vno
./myStream.flv ./myStream.ogg
It produces ogg without audio data.
When executed like this:
java -cp xuggle-xuggler.jar com.xuggle.xuggler.Converter -vno -acodec
"libvorbis" ./myStream.flv ./myStream.ogg
JVM crashes.

The FLV file and crash report are both attached.

Original issue reported on code.google.com by plit...@gmail.com on 11 Nov 2009 at 4:54

Attachments:

GoogleCodeExporter commented 8 years ago
possibly caused by same issue as 227

Original comment by david.va...@gmail.com on 13 Nov 2009 at 7:58

GoogleCodeExporter commented 8 years ago
agreed; probably same cause.

Original comment by art.cla...@gmail.com on 16 Nov 2009 at 7:03