jishipp / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Help me Dr.Samuel..(Fatal signal 8 (SIGFPE) at 0x00002835 (code=-6), thread 10293 ) #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'm Korean...
Refer to your source, I am developing.

rtmp://[wowza media serverip]:1935/live/flv:test";
recorder.setFormat("flv");
If the above code like the work very well.

However, the changes under

rtmp://[wowza media serverip]:1935/live/mp4:test";
recorder.setFormat("mp4");

Fatal signal 8 (SIGFPE) at 0x00002835 (code=-6), thread 10293 
An error is killing app.
What is the cause?
I create content through Google translator because they do not speak English.

Original issue reported on code.google.com by ehdals1...@geomex.co.kr on 10 Feb 2015 at 9:37

GoogleCodeExporter commented 9 years ago
Please try again with JavaCV 0.10, and let me know if that fixes the issue, 
thank you!

Original comment by samuel.a...@gmail.com on 10 Feb 2015 at 10:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I tried again JavaCV 0.10 ,
There is no entry in the library below (javacpp.jar)
private IplImage yuvIplimage = null;  <- err
[import static org.bytedeco.javacpp.opencv_core.*;]

This use was originally 
[import com.googlecode.javacv.cpp.opencv_core.IplImage]

I'm sorry to bother continuing questions..

Original comment by ehdals1...@geomex.co.kr on 12 Feb 2015 at 3:29

GoogleCodeExporter commented 9 years ago
Please do it as shown in the sample here:
https://github.com/bytedeco/javacv#sample-usage

Original comment by samuel.a...@gmail.com on 15 Feb 2015 at 12:42