java - MjpegInputStream issue -


i'm trying view ip camera android, , follow topics founded here, doesn't work in "return new mjpeginputstream(res.getentity().getcontent());" on "doread" method.

i followed "android ics , mjpeg using asynctask"

this error log:

08-13 09:28:11.260: d/clipboard(4135): hide clipboard dialog @ starting input: finished else... ! 08-13 09:28:30.310: d/mjpeg(4577): 1. sending http request 08-13 09:28:30.450: d/clipboard(4577): hide clipboard dialog @ starting input: finished else... ! 08-13 09:28:31.010: d/mjpeg(4577): 2. request finished, status = 200 08-13 09:28:31.010: d/mjpeg(4577): 3. traza 08-13 09:28:31.010: w/dalvikvm(4577): exception ljava/lang/unsatisfiedlinkerror; thrown while initializing lcom/camera/simplemjpeg/mjpeginputstream; 08-13 09:28:31.020: w/dalvikvm(4577): threadid=11: thread exiting uncaught exception (group=0x40c5e1f8) 08-13 09:28:31.020: e/androidruntime(4577): fatal exception: asynctask #1 08-13 09:28:31.020: e/androidruntime(4577): java.lang.runtimeexception: error occured while executing doinbackground() 08-13 09:28:31.020: e/androidruntime(4577): @ android.os.asynctask$3.done(asynctask.java:278) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.futuretask$sync.innersetexception(futuretask.java:273) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.futuretask.setexception(futuretask.java:124) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:307) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.futuretask.run(futuretask.java:137) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1076) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:569) 08-13 09:28:31.020: e/androidruntime(4577): @ java.lang.thread.run(thread.java:856) 08-13 09:28:31.020: e/androidruntime(4577): caused by: java.lang.exceptionininitializererror 08-13 09:28:31.020: e/androidruntime(4577): @ com.camera.simplemjpeg.mjpegactivity$doread.doinbackground(mjpegactivity.java:205) 08-13 09:28:31.020: e/androidruntime(4577): @ com.camera.simplemjpeg.mjpegactivity$doread.doinbackground(mjpegactivity.java:1) 08-13 09:28:31.020: e/androidruntime(4577): @ android.os.asynctask$2.call(asynctask.java:264) 08-13 09:28:31.020: e/androidruntime(4577): @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:305) 08-13 09:28:31.020: e/androidruntime(4577): ... 4 more 08-13 09:28:31.020: e/androidruntime(4577): caused by: java.lang.unsatisfiedlinkerror: couldn't load imageproc: findlibrary returned null 08-13 09:28:31.020: e/androidruntime(4577): @ java.lang.runtime.loadlibrary(runtime.java:365) 08-13 09:28:31.020: e/androidruntime(4577): @ java.lang.system.loadlibrary(system.java:535) 08-13 09:28:31.020: e/androidruntime(4577): @ com.camera.simplemjpeg.mjpeginputstream.(mjpeginputstream.java:48) 08-13 09:28:31.020: e/androidruntime(4577): ... 8 more 08-13 09:28:36.070: w/surfaceview(4577): check surface infomation creating=false formatchanged=false sizechanged=false visible=false visiblechanged=true surfacechanged=true realsizechanged=false redrawneeded=false left=false top=false


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -