Giter Site home page Giter Site logo

mirsamantajbakhsh / livehiddencamera Goto Github PK

View Code? Open in Web Editor NEW
75.0 10.0 37.0 5.46 MB

Live Hidden Camera is a library which record live video and audio from Android device without displaying a preview.

Home Page: https://mstajbakhsh.ir/android-spy-camera/

Java 100.00%
android android-library rtmp rtmp-stream livestream live hidden

livehiddencamera's People

Contributors

mirsamantajbakhsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

livehiddencamera's Issues

Camera black screen error

I'm using this library on top of it using cordova.
I used the code provided in the document to test it with my actual phone, and the black screen popped up and I didn't know what to do, so I left a question.

E/Camera: Error 100. Stream is closed when try to send audio and video

Hello,

From past few days I have been trying to replicate what you did but there is an error E/Camera: Error 100 in library which I believe is causing application to crash.

I have also tried to manually including your files without including dependency to the library but the result is same. Whenever I send audio only the the program works like a charm but when i set sendAudioOnly = false in SrsPublisher class the application opens a stream but don't publish anything.

Here is the log from 1st test application in which library is added as a dependency:

01-01 18:57:28.866 5486-5486/? I/art: Late-enabling -Xcheck:jni
01-01 18:57:28.946 5486-5496/? I/art: Debugger is no longer active
01-01 18:57:29.126 5486-5486/? W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
01-01 18:57:29.176 5486-5486/? E/Process: android_os_Process_getProcessNameByPid pid is 5486
01-01 18:57:29.176 5486-5486/? E/Process: android_os_Process_getProcessNameByPid value is .livehiddentest
01-01 18:57:29.226 5486-5486/? I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
01-01 18:57:29.226 5486-5486/? I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
01-01 18:57:29.406 5486-5514/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
01-01 18:57:29.406 5486-5486/? D/Atlas: Validating map...
01-01 18:57:29.426 5486-5486/? D/camera_power: open camera PackageName = com.camtest.livehiddentest
01-01 18:57:29.426 5486-5486/? E/CheckPermission: camera-code= 3
01-01 18:57:29.586 5486-5486/? D/Camera: app passed NULL surface
01-01 18:57:29.616 5486-5486/? E/Camera Object: -1
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libyuv.so: unused DT entry: type 0x6ffffef5 arg 0x1348
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libyuv.so: unused DT entry: type 0x6ffffffe arg 0x85b8
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libyuv.so: unused DT entry: type 0x6fffffff arg 0x2
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libenc.so: unused DT entry: type 0x6ffffef5 arg 0x1378
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libenc.so: unused DT entry: type 0x6ffffffe arg 0x91a0
01-01 18:57:29.616 5486-5486/? W/linker: /data/app/com.camtest.livehiddentest-1/lib/arm64/libenc.so: unused DT entry: type 0x6fffffff arg 0x3
01-01 18:57:29.946 5486-5486/com.camtest.livehiddentest W/AudioCapabilities: Unsupported mime audio/evrc
01-01 18:57:29.946 5486-5486/com.camtest.livehiddentest W/AudioCapabilities: Unsupported mime audio/qcelp
01-01 18:57:29.956 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
01-01 18:57:29.966 5486-5486/com.camtest.livehiddentest W/AudioCapabilities: Unsupported mime audio/qcelp
01-01 18:57:29.966 5486-5486/com.camtest.livehiddentest W/AudioCapabilities: Unsupported mime audio/evrc
01-01 18:57:29.976 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/mpeg2
01-01 18:57:29.976 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/mpeg2
01-01 18:57:29.986 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/x-ms-wmv
01-01 18:57:29.986 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/divx
01-01 18:57:29.986 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/divx311
01-01 18:57:29.986 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/divx4
01-01 18:57:29.996 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unsupported mime video/mp4v-esdp
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/VideoCapabilities: Unsupported profile 4 for video/mp4v-es
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc types: video/avc
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7fa30c04(2141391876)
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7f000789(2130708361)
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7f420888(2135033992)
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x15(21)
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 1, level 2048
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 2, level 2048
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 8, level 2048
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 2130706433, level 2048
01-01 18:57:30.016 5486-5486/com.camtest.livehiddentest I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc choose color format 0x15(21)
01-01 18:57:30.026 5486-5486/com.camtest.livehiddentest E/CheckPermission: camera-code= 1
01-01 18:57:30.026 5486-5486/com.camtest.livehiddentest E/CheckPermission: camera-code= 2
01-01 18:57:30.026 5486-5486/com.camtest.livehiddentest E/CheckPermission: camera-code= 2
01-01 18:57:30.036 5486-5486/com.camtest.livehiddentest D/camera_power: open camera PackageName = com.camtest.livehiddentest
01-01 18:57:30.036 5486-5486/com.camtest.livehiddentest E/CheckPermission: camera-code= 3
01-01 18:57:30.196 5486-5486/com.camtest.livehiddentest E/Camera: setPreviewSize(), mPackageName = com.camtest.livehiddentest , width = 640 , height = 480
01-01 18:57:30.206 5486-5723/com.camtest.livehiddentest I/OMXClient: Using client-side OMX mux.
01-01 18:57:30.206 5486-5722/com.camtest.livehiddentest I/SrsFlvMuxer: worker: connecting to RTMP server by url=rtmp://192.168.137.1/live/mehroz1
01-01 18:57:30.206 5486-5722/com.camtest.livehiddentest D/RtmpConnection: connect() called. Host: 192.168.137.1, port: 1935, appName: live, publishPath: mehroz1
01-01 18:57:30.216 5486-5727/com.camtest.livehiddentest I/OMXClient: Using client-side OMX mux.
01-01 18:57:30.226 5486-5727/com.camtest.livehiddentest E/ACodec: [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -1010
01-01 18:57:30.226 5486-5727/com.camtest.livehiddentest W/ACodec: do not know color format 0x7fa30c04 = 2141391876
01-01 18:57:30.226 5486-5727/com.camtest.livehiddentest W/ACodec: do not know color format 0x7f000789 = 2130708361
01-01 18:57:30.236 5486-5727/com.camtest.livehiddentest I/ACodec: [OMX.qcom.video.encoder.avc] setupVideoEncoder succeeded
01-01 18:57:30.236 5486-5727/com.camtest.livehiddentest I/ACodec: onStart [OMX.qcom.video.encoder.avc]
01-01 18:57:30.246 5486-5723/com.camtest.livehiddentest I/ACodec: onStart [OMX.google.aac.encoder]
01-01 18:57:30.266 5486-5486/com.camtest.livehiddentest E/Camera: setPreviewSize(), mPackageName = com.camtest.livehiddentest , width = 640 , height = 480
01-01 18:57:30.276 5486-5486/com.camtest.livehiddentest D/Camera: app passed NULL surface
01-01 18:57:30.286 5486-5486/com.camtest.livehiddentest I/MainActivity: mPublisher Camera is set
01-01 18:57:30.286 5486-5486/com.camtest.livehiddentest I/MainActivity: mPublisher Camera ID: 1
01-01 18:57:30.296 5486-5486/com.camtest.livehiddentest I/Choreographer: Skipped 52 frames!  The application may be doing too much work on its main thread.
01-01 18:57:30.316 5486-5722/com.camtest.livehiddentest D/RtmpConnection: connect(): socket connection established, doing handhake...
01-01 18:57:30.316 5486-5514/com.camtest.livehiddentest I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128_msm8916_64_refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128__release_AU (I55c48cad9a)
    OpenGL ES Shader Compiler Version: E031.25.03.04
    Build Date: 03/21/17 Tue
    Local Branch: 
    Remote Branch: refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128
    Local Patches: NONE
    Reconstruct Branch: NOTHING
01-01 18:57:30.316 5486-5514/com.camtest.livehiddentest I/OpenGLRenderer: Initialized EGL, version 1.4
01-01 18:57:30.346 5486-5514/com.camtest.livehiddentest D/OpenGLRenderer: Enabling debug mode 0
01-01 18:57:30.366 5486-5486/com.camtest.livehiddentest E/HiddenCam: Error in openning camera.
01-01 18:57:30.436 5486-5722/com.camtest.livehiddentest D/RtmpConnection: connect(): handshake done
01-01 18:57:30.436 5486-5722/com.camtest.livehiddentest D/RtmpConnection: rtmpConnect(): Building 'connect' invoke packet
01-01 18:57:30.436 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Command (command: connect, transaction ID: 1), size: 246
01-01 18:57:30.436 5486-5752/com.camtest.livehiddentest D/RtmpConnection: starting main rx handler loop
01-01 18:57:30.636 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxPacketLoop(): Setting acknowledgement window size: 5000000
01-01 18:57:30.636 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxPacketLoop(): Send acknowledgement window size: 5000000
01-01 18:57:30.636 5486-5752/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Window Acknowledgment Size, size: 4
01-01 18:57:30.636 5486-5752/com.camtest.livehiddentest D/RtmpDecoder: readPacket(): Setting chunk size to: 60000
01-01 18:57:30.636 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxInvoke: Got result for invoked method: connect
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: createStream(): Sending releaseStream command...
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Command (command: releaseStream, transaction ID: 2), size: 36
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: createStream(): Sending FCPublish command...
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Command (command: FCPublish, transaction ID: 3), size: 32
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: createStream(): Sending createStream command...
01-01 18:57:30.636 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Command (command: createStream, transaction ID: 4), size: 25
01-01 18:57:30.686 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxInvoke: Got result for invoked method: createStream
01-01 18:57:30.686 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxInvoke(): Stream ID to publish: 1
01-01 18:57:30.686 5486-5752/com.camtest.livehiddentest D/RtmpConnection: fmlePublish(): Sending publish command...
01-01 18:57:30.686 5486-5752/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Command (command: publish, transaction ID: 0), size: 37
01-01 18:57:30.696 5486-5752/com.camtest.livehiddentest D/RtmpConnection: handleRxInvoke(): onStatus NetStream.Publish.Start
01-01 18:57:30.696 5486-5752/com.camtest.livehiddentest D/RtmpConnection: onMetaData(): Sending empty onMetaData...
01-01 18:57:30.696 5486-5752/com.camtest.livehiddentest D/RtmpConnection: wrote packet: com.github.faucamp.simplertmp.io.packets.Data@13139c28, size: 238
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 11
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 264
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 220
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 226
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 225
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 218
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 227
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 219
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 209
01-01 18:57:30.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 211
01-01 18:57:30.716 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 203
01-01 18:57:30.726 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 206
01-01 18:57:30.776 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 208
01-01 18:57:30.786 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 18:57:30.816 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 197
01-01 18:57:30.816 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 204
01-01 18:57:30.856 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 18:57:30.896 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 214
01-01 18:57:30.916 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 201
01-01 18:57:30.936 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 206
01-01 18:57:30.956 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 18:57:30.976 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 201
01-01 18:57:30.996 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 207
01-01 18:57:31.016 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 18:57:31.056 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 200
01-01 18:57:31.076 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 203
01-01 18:57:31.096 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 195
01-01 18:57:31.116 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 198
01-01 18:57:31.136 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 219
01-01 18:57:31.156 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 211
01-01 18:57:31.196 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 209
01-01 18:57:31.216 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:31.246 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 18:57:31.256 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 205
01-01 18:57:31.286 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 18:57:31.296 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:31.316 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 18:57:31.366 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 226
01-01 18:57:31.376 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 202
01-01 18:57:31.396 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:31.426 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:31.436 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 203
01-01 18:57:31.456 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 18:57:31.496 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 18:57:31.516 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 207
01-01 18:57:31.546 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 199
01-01 18:57:31.566 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 230
01-01 18:57:31.586 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 181
01-01 18:57:31.586 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 228
01-01 18:57:31.616 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 227
01-01 18:57:31.626 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 177
01-01 18:57:31.676 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 18:57:31.696 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 18:57:31.726 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 18:57:31.746 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 206
01-01 18:57:31.756 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 198
01-01 18:57:31.796 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 185
01-01 18:57:31.826 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 18:57:31.846 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 185
01-01 18:57:31.856 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 179
01-01 18:57:31.876 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 198
01-01 18:57:31.906 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 193
01-01 18:57:31.926 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 178
01-01 18:57:31.976 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 18:57:31.996 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 179
01-01 18:57:32.006 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 18:57:32.026 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 18:57:32.046 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 185
01-01 18:57:32.076 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 221
01-01 18:57:32.106 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 225
01-01 18:57:32.126 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 18:57:32.156 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 226
01-01 18:57:32.166 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 198
01-01 18:57:32.186 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 18:57:32.206 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 18:57:32.226 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 178
01-01 18:57:32.266 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 195
01-01 18:57:32.286 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 18:57:32.306 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 219
01-01 18:57:32.336 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 185
01-01 18:57:32.336 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 18:57:32.366 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 217
01-01 18:57:32.406 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 217
01-01 18:57:32.426 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 197
01-01 18:57:32.446 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 175
01-01 18:57:32.466 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 18:57:32.486 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 224
01-01 18:57:32.506 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 18:57:32.526 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 217
01-01 18:57:32.566 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 18:57:32.586 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 18:57:32.606 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 18:57:32.626 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 186
01-01 18:57:32.646 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 179
01-01 18:57:32.676 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 18:57:32.706 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 18:57:32.736 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 223
01-01 18:57:32.746 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 18:57:32.776 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 18:57:32.796 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 207
01-01 18:57:32.806 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 181
01-01 18:57:32.826 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 18:57:32.876 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 211
01-01 18:57:32.876 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 18:57:32.906 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 18:57:32.926 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 181
01-01 18:57:32.946 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 18:57:32.976 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 179
01-01 18:57:32.996 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 18:57:33.026 5486-5722/com.camtest.livehiddentest D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 18:57:33.076 5486-5502/com.camtest.livehiddentest W/CameraBase: Camera service died!
01-01 18:57:33.076 5486-5502/com.camtest.livehiddentest W/AudioSystem: AudioPolicyService server died!
01-01 18:57:33.076 5486-5502/com.camtest.livehiddentest W/CameraBase: mediaserver's remote binder Camera object died
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest E/Camera: Error 100
01-01 18:57:33.086 5486-5727/com.camtest.livehiddentest E/ACodec: OMX/mediaserver died, signalling error!
01-01 18:57:33.086 5486-5727/com.camtest.livehiddentest E/ACodec: signalError(omxError 0x8000100d, internalError -32)
01-01 18:57:33.086 5486-5723/com.camtest.livehiddentest E/ACodec: OMX/mediaserver died, signalling error!
01-01 18:57:33.086 5486-5723/com.camtest.livehiddentest E/ACodec: signalError(omxError 0x8000100d, internalError -32)
01-01 18:57:33.086 5486-5723/com.camtest.livehiddentest E/MediaCodec: Codec reported err 0xffffffe0, actionCode 0, while in state 6
01-01 18:57:33.086 5486-5734/com.camtest.livehiddentest W/AudioRecord: dead IAudioRecord, creating a new one from obtainBuffer()
01-01 18:57:33.086 5486-5502/com.camtest.livehiddentest W/CameraBase: mediaserver's remote binder Camera object died
01-01 18:57:33.086 5486-5726/com.camtest.livehiddentest E/MediaCodec: Codec reported err 0xffffffe0, actionCode 0, while in state 6
01-01 18:57:33.086 5486-5503/com.camtest.livehiddentest W/AudioSystem: AudioFlinger server died!
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest E/Camera: Error 100
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err: java.lang.RuntimeException: getParameters failed (empty parameters)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.hardware.Camera.native_getParameters(Native Method)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.hardware.Camera.getParameters(Camera.java:1989)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at ir.mstajbakhsh.livehiddencamera.LiveBroadcaster.SrsCameraView.stopTorch(SrsCameraView.java:317)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at ir.mstajbakhsh.livehiddencamera.LiveBroadcaster.SrsCameraView.stopCamera(SrsCameraView.java:214)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at ir.mstajbakhsh.livehiddencamera.LiveBroadcaster.SrsCameraView$2.onError(SrsCameraView.java:255)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1193)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.os.Handler.dispatchMessage(Handler.java:102)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.os.Looper.loop(Looper.java:160)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at android.app.ActivityThread.main(ActivityThread.java:5541)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at java.lang.reflect.Method.invoke(Method.java:372)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:964)
01-01 18:57:33.086 5486-5486/com.camtest.livehiddentest W/System.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:759)
01-01 18:57:33.096 5486-5734/com.camtest.livehiddentest I/ServiceManager: Waiting for service media.audio_flinger...
01-01 18:57:36.946 5486-5734/com.camtest.livehiddentest E/AndroidRuntime: FATAL EXCEPTION: Thread-3062
    Process: com.camtest.livehiddentest, PID: 5486
    java.lang.IllegalStateException
        at android.media.MediaCodec.native_dequeueInputBuffer(Native Method)
        at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:986)
        at ir.mstajbakhsh.livehiddencamera.LiveBroadcaster.SrsEncoder.onGetPcmFrame(SrsEncoder.java:367)
        at ir.mstajbakhsh.livehiddencamera.LiveBroadcaster.SrsPublisher$2.run(SrsPublisher.java:108)
        at java.lang.Thread.run(Thread.java:818)
01-01 18:57:36.976 5486-5734/? I/Process: Sending signal. PID: 5486 SIG: 9
01-01 18:57:36.976 5486-5734/? V/Process: killProcess [5486] Callers=com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException:99 java.lang.ThreadGroup.uncaughtException:693 java.lang.ThreadGroup.uncaughtException:690 <bottom of call stack> 

Here is the output of second application in which I merge your library locally:

01-01 19:10:24.666 6842-6842/? I/art: Late-enabling -Xcheck:jni
01-01 19:10:24.876 6842-6842/com.livehiddentesttwo.cam W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
01-01 19:10:24.916 6842-6842/com.livehiddentesttwo.cam E/Process: android_os_Process_getProcessNameByPid pid is 6842
01-01 19:10:24.916 6842-6842/com.livehiddentesttwo.cam E/Process: android_os_Process_getProcessNameByPid value is ddentesttwo.cam
01-01 19:10:24.926 6842-6842/com.livehiddentesttwo.cam E/CheckPermission: camera-code= 2
01-01 19:10:24.946 6842-6870/com.livehiddentesttwo.cam D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
01-01 19:10:24.956 6842-6842/com.livehiddentesttwo.cam D/Atlas: Validating map...
01-01 19:10:24.956 6842-6842/com.livehiddentesttwo.cam D/camera_power: open camera PackageName = com.livehiddentesttwo.cam
01-01 19:10:24.956 6842-6842/com.livehiddentesttwo.cam E/CheckPermission: camera-code= 3
01-01 19:10:25.216 6842-6842/com.livehiddentesttwo.cam E/CameraPreviewsafeCamera: Camera ID is 1
01-01 19:10:25.216 6842-6842/com.livehiddentesttwo.cam E/SafeCameraOpen: True
01-01 19:10:25.216 6842-6842/com.livehiddentesttwo.cam E/Camera Preview: startCameraInternal is not null before request layout which is good :)
01-01 19:10:25.216 6842-6842/com.livehiddentesttwo.cam E/CameraSurface: Invalid
01-01 19:10:25.226 6842-6842/com.livehiddentesttwo.cam E/StartInternalCam: Camera Object is set. Releasing Preview.
01-01 19:10:25.226 6842-6842/com.livehiddentesttwo.cam D/Camera: app passed NULL surface
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam E/Camera Layout: First Camera ID: 1
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam E/Camera Object: 1
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libyuv.so: unused DT entry: type 0x6ffffef5 arg 0x1350
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libyuv.so: unused DT entry: type 0x6ffffffe arg 0x85e0
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libyuv.so: unused DT entry: type 0x6fffffff arg 0x2
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libenc.so: unused DT entry: type 0x6ffffef5 arg 0x13b0
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libenc.so: unused DT entry: type 0x6ffffffe arg 0x99a0
01-01 19:10:25.296 6842-6842/com.livehiddentesttwo.cam W/linker: /data/app/com.livehiddentesttwo.cam-2/lib/arm64/libenc.so: unused DT entry: type 0x6fffffff arg 0x3
01-01 19:10:25.846 6842-6842/com.livehiddentesttwo.cam W/AudioCapabilities: Unsupported mime audio/evrc
01-01 19:10:25.846 6842-6842/com.livehiddentesttwo.cam W/AudioCapabilities: Unsupported mime audio/qcelp
01-01 19:10:25.856 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
01-01 19:10:25.866 6842-6842/com.livehiddentesttwo.cam W/AudioCapabilities: Unsupported mime audio/qcelp
01-01 19:10:25.866 6842-6842/com.livehiddentesttwo.cam W/AudioCapabilities: Unsupported mime audio/evrc
01-01 19:10:25.876 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/mpeg2
01-01 19:10:25.876 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/mpeg2
01-01 19:10:25.886 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/x-ms-wmv
01-01 19:10:25.886 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/divx
01-01 19:10:25.896 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/divx311
01-01 19:10:25.896 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/divx4
01-01 19:10:25.906 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unsupported mime video/mp4v-esdp
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/VideoCapabilities: Unsupported profile 4 for video/mp4v-es
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc types: video/avc
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam W/VideoCapabilities: Unrecognized profile 2130706433 for video/avc
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7fa30c04(2141391876)
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7f000789(2130708361)
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x7f420888(2135033992)
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc supports color fomart 0x15(21)
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 1, level 2048
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 2, level 2048
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 8, level 2048
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc support profile 2130706433, level 2048
01-01 19:10:25.926 6842-6842/com.livehiddentesttwo.cam I/SrsEncoder: vencoder OMX.qcom.video.encoder.avc choose color format 0x15(21)
01-01 19:10:25.936 6842-6842/com.livehiddentesttwo.cam D/camera_power: open camera PackageName = com.livehiddentesttwo.cam
01-01 19:10:25.936 6842-6842/com.livehiddentesttwo.cam E/CheckPermission: camera-code= 3
01-01 19:10:26.186 6842-6842/com.livehiddentesttwo.cam E/SupportedPSize: android.hardware.Camera$Size@27ef0c0
01-01 19:10:26.186 6842-6842/com.livehiddentesttwo.cam E/Camera: setPreviewSize(), mPackageName = com.livehiddentesttwo.cam , width = 640 , height = 480
01-01 19:10:26.186 6842-7143/com.livehiddentesttwo.cam I/OMXClient: Using client-side OMX mux.
01-01 19:10:26.186 6842-7142/com.livehiddentesttwo.cam I/SrsFlvMuxer: worker: connecting to RTMP server by url=rtmp://192.168.137.1/live/mehroz1
01-01 19:10:26.186 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: connect() called. Host: 192.168.137.1, port: 1935, appName: live, publishPath: mehroz1
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: connect(): socket connection established, doing handhake...
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC0
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): Calculating digest offset
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): (real value of) digestOffset: 534
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): recalculated digestOffset: 1310
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): digestOffsetBytes: 0018FFFF
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: partBeforeDigest(): size: 1310
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): Writing timestamp and Flash Player version
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: partAfterDigest(): size: 194
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: copying digest offset bytes in partBeforeDigest
01-01 19:10:26.196 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): Calculating digest
01-01 19:10:26.206 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC1(): writing C1 packet
01-01 19:10:26.206 6842-7142/com.livehiddentesttwo.cam D/Handshake: readS0
01-01 19:10:26.206 6842-7142/com.livehiddentesttwo.cam D/Handshake: readS1
01-01 19:10:26.206 6842-7142/com.livehiddentesttwo.cam D/Handshake: readS1(): S1 total bytes read OK
01-01 19:10:26.206 6842-7142/com.livehiddentesttwo.cam D/Handshake: writeC2
01-01 19:10:26.216 6842-7142/com.livehiddentesttwo.cam D/Handshake: readS2
01-01 19:10:26.216 6842-7142/com.livehiddentesttwo.cam D/Handshake: readS2(): S2 total bytes read OK
01-01 19:10:26.216 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: connect(): handshake done
01-01 19:10:26.216 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: rtmpConnect(): Building 'connect' invoke packet
01-01 19:10:26.216 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Command (command: connect, transaction ID: 1), size: 246
01-01 19:10:26.216 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: starting main rx handler loop
01-01 19:10:26.226 6842-7148/com.livehiddentesttwo.cam I/OMXClient: Using client-side OMX mux.
01-01 19:10:26.226 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxPacketLoop(): Setting acknowledgement window size: 5000000
01-01 19:10:26.236 6842-7148/com.livehiddentesttwo.cam E/ACodec: [OMX.qcom.video.encoder.avc] storeMetaDataInBuffers (output) failed w/ err -1010
01-01 19:10:26.236 6842-7148/com.livehiddentesttwo.cam W/ACodec: do not know color format 0x7fa30c04 = 2141391876
01-01 19:10:26.236 6842-7148/com.livehiddentesttwo.cam W/ACodec: do not know color format 0x7f000789 = 2130708361
01-01 19:10:26.236 6842-7148/com.livehiddentesttwo.cam I/ACodec: [OMX.qcom.video.encoder.avc] setupVideoEncoder succeeded
01-01 19:10:26.246 6842-7148/com.livehiddentesttwo.cam I/ACodec: onStart [OMX.qcom.video.encoder.avc]
01-01 19:10:26.256 6842-7143/com.livehiddentesttwo.cam I/ACodec: onStart [OMX.google.aac.encoder]
01-01 19:10:26.266 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxPacketLoop(): Send acknowledgement window size: 5000000
01-01 19:10:26.266 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Window Acknowledgment Size, size: 4
01-01 19:10:26.266 6842-7146/com.livehiddentesttwo.cam D/RtmpDecoder: readPacket(): Setting chunk size to: 60000
01-01 19:10:26.266 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxInvoke: Got result for invoked method: connect
01-01 19:10:26.266 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: createStream(): Sending releaseStream command...
01-01 19:10:26.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Command (command: releaseStream, transaction ID: 2), size: 36
01-01 19:10:26.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: createStream(): Sending FCPublish command...
01-01 19:10:26.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Command (command: FCPublish, transaction ID: 3), size: 32
01-01 19:10:26.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: createStream(): Sending createStream command...
01-01 19:10:26.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Command (command: createStream, transaction ID: 4), size: 25
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (1280, 960)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (1280, 720)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (960, 960)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (960, 720)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (960, 540)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (720, 480)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (640, 480)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (352, 288)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (320, 240)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam I/Privew Sizes: Supported Preview Size (176, 144)
01-01 19:10:26.286 6842-6842/com.livehiddentesttwo.cam E/Camera: setPreviewSize(), mPackageName = com.livehiddentesttwo.cam , width = 640 , height = 480
01-01 19:10:26.296 6842-6842/com.livehiddentesttwo.cam D/Camera: app passed NULL surface
01-01 19:10:26.306 6842-6842/com.livehiddentesttwo.cam I/MainActivity: mPublisher Camera is set
01-01 19:10:26.306 6842-6842/com.livehiddentesttwo.cam I/MainActivity: mPublisher Camera ID: 1
01-01 19:10:26.326 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxInvoke: Got result for invoked method: createStream
01-01 19:10:26.326 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxInvoke(): Stream ID to publish: 1
01-01 19:10:26.326 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: fmlePublish(): Sending publish command...
01-01 19:10:26.326 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Command (command: publish, transaction ID: 0), size: 37
01-01 19:10:26.336 6842-6842/com.livehiddentesttwo.cam I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
01-01 19:10:26.336 6842-6842/com.livehiddentesttwo.cam I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$2>
01-01 19:10:26.346 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: handleRxInvoke(): onStatus NetStream.Publish.Start
01-01 19:10:26.346 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: onMetaData(): Sending empty onMetaData...
01-01 19:10:26.346 6842-7146/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: com.github.faucamp.simplertmp.packets.Data@3ad904f8, size: 238
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: >>>ANR MAY HAPPEN!!!<<<
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: >>>History msg List is:
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: History msg <1> { when=-1s646ms what=100 target=android.app.ActivityThread$H }, cost = 1602 ms
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: History msg <2> { when=-55ms what=110 target=android.app.ActivityThread$H }, cost = 19 ms
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: History msg <3> { when=-38ms what=138 target=android.app.ActivityThread$H }, cost = 0 ms
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: >>>HISTORY MSG DUMP OVER<<<
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: >>>Current msg List is:
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <1>  = { when=-1s629ms what=101 target=android.app.ActivityThread$H obj=android.os.BinderProxy@3dbaddd1 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <2>  = { when=-1s435ms what=0 target=android.view.ViewRootImpl$ViewRootHandler callback=android.view.ViewRootImpl$4 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <3>  = { when=-1s421ms barrier=0 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <4>  = { when=-1s128ms what=103 target=android.app.ActivityThread$H obj=android.os.BinderProxy@3dbaddd1 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <5>  = { when=-1s128ms what=137 target=android.app.ActivityThread$H arg1=1 obj=android.os.BinderProxy@3dbaddd1 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <6>  = { when=-156ms what=0 target=com.github.faucamp.simplertmp.RtmpHandler obj=Connecting }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <7>  = { when=-29ms what=1 target=com.github.faucamp.simplertmp.RtmpHandler obj=Connected }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <8>  = { when=-5ms what=0 target=android.view.ViewRootImpl$ViewRootHandler callback=android.view.ViewRootImpl$4 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: Current msg <9>  = { when=-4ms barrier=1 }
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam D/ANR_LOG: >>>CURRENT MSG DUMP OVER<<<
01-01 19:10:26.376 6842-6842/com.livehiddentesttwo.cam I/Choreographer: Skipped 84 frames!  The application may be doing too much work on its main thread.
01-01 19:10:26.386 6842-6870/com.livehiddentesttwo.cam I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128_msm8916_64_refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128__release_AU (I55c48cad9a)
    OpenGL ES Shader Compiler Version: E031.25.03.04
    Build Date: 03/21/17 Tue
    Local Branch: 
    Remote Branch: refs/tags/AU_LINUX_ANDROID_LA.BR.1.1.3.C8.05.01.00.115.128
    Local Patches: NONE
    Reconstruct Branch: NOTHING
01-01 19:10:26.386 6842-6870/com.livehiddentesttwo.cam I/OpenGLRenderer: Initialized EGL, version 1.4
01-01 19:10:26.406 6842-6870/com.livehiddentesttwo.cam D/OpenGLRenderer: Enabling debug mode 0
01-01 19:10:26.446 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 11
01-01 19:10:26.466 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:26.466 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:26.486 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 227
01-01 19:10:26.486 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 234
01-01 19:10:26.526 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 225
01-01 19:10:26.526 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 264
01-01 19:10:26.586 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 256
01-01 19:10:26.606 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 210
01-01 19:10:26.626 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 215
01-01 19:10:26.646 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 203
01-01 19:10:26.646 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 204
01-01 19:10:26.686 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 243
01-01 19:10:26.686 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 238
01-01 19:10:26.746 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 204
01-01 19:10:26.746 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 193
01-01 19:10:26.786 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 234
01-01 19:10:26.786 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:26.826 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 201
01-01 19:10:26.826 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 203
01-01 19:10:26.886 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 19:10:26.886 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 197
01-01 19:10:26.926 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 19:10:26.946 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 240
01-01 19:10:26.966 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 19:10:26.986 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 205
01-01 19:10:27.026 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 19:10:27.026 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 224
01-01 19:10:27.066 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:27.086 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:27.106 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 19:10:27.106 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:27.166 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 19:10:27.186 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:27.186 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 19:10:27.226 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 209
01-01 19:10:27.246 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 198
01-01 19:10:27.266 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 211
01-01 19:10:27.266 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 19:10:27.326 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 186
01-01 19:10:27.326 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:27.366 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 19:10:27.366 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 186
01-01 19:10:27.406 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 19:10:27.426 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:27.426 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 202
01-01 19:10:27.486 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 193
01-01 19:10:27.486 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:27.526 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:27.526 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:27.566 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 19:10:27.566 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 200
01-01 19:10:27.626 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:27.626 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 206
01-01 19:10:27.666 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 19:10:27.666 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:27.706 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:27.726 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 225
01-01 19:10:27.766 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 19:10:27.766 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 179
01-01 19:10:27.806 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 193
01-01 19:10:27.806 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 19:10:27.846 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 178
01-01 19:10:27.876 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 19:10:27.896 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 186
01-01 19:10:27.896 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 19:10:27.956 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 196
01-01 19:10:27.956 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 192
01-01 19:10:27.996 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 181
01-01 19:10:27.996 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 219
01-01 19:10:28.036 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 218
01-01 19:10:28.036 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:28.096 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:28.096 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 228
01-01 19:10:28.136 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 207
01-01 19:10:28.136 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 189
01-01 19:10:28.176 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 19:10:28.176 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:28.236 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 204
01-01 19:10:28.256 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 176
01-01 19:10:28.276 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 193
01-01 19:10:28.296 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 191
01-01 19:10:28.316 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 211
01-01 19:10:28.336 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 202
01-01 19:10:28.376 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 19:10:28.396 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 182
01-01 19:10:28.416 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 174
01-01 19:10:28.436 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 177
01-01 19:10:28.456 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 197
01-01 19:10:28.476 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 223
01-01 19:10:28.496 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 228
01-01 19:10:28.536 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 19:10:28.556 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 213
01-01 19:10:28.576 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 197
01-01 19:10:28.596 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 220
01-01 19:10:28.616 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:28.636 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 19:10:28.676 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 184
01-01 19:10:28.696 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:28.716 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 19:10:28.736 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 183
01-01 19:10:28.756 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 188
01-01 19:10:28.776 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 218
01-01 19:10:28.796 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 187
01-01 19:10:28.836 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 181
01-01 19:10:28.856 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 19:10:28.876 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 194
01-01 19:10:28.896 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 218
01-01 19:10:28.896 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 190
01-01 19:10:28.936 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 180
01-01 19:10:28.956 6842-7142/com.livehiddentesttwo.cam D/RtmpConnection: wrote packet: RTMP Audio, size: 217
01-01 19:10:28.986 6842-6860/com.livehiddentesttwo.cam W/AudioSystem: AudioFlinger server died!
01-01 19:10:28.996 6842-6860/com.livehiddentesttwo.cam W/CameraBase: Camera service died!
01-01 19:10:28.996 6842-6860/com.livehiddentesttwo.cam W/AudioSystem: AudioPolicyService server died!
01-01 19:10:28.996 6842-6859/com.livehiddentesttwo.cam W/CameraBase: mediaserver's remote binder Camera object died
01-01 19:10:28.996 6842-7143/com.livehiddentesttwo.cam E/ACodec: OMX/mediaserver died, signalling error!
01-01 19:10:28.996 6842-7143/com.livehiddentesttwo.cam E/ACodec: signalError(omxError 0x8000100d, internalError -32)
01-01 19:10:28.996 6842-6859/com.livehiddentesttwo.cam W/CameraBase: mediaserver's remote binder Camera object died
01-01 19:10:28.996 6842-7143/com.livehiddentesttwo.cam E/MediaCodec: Codec reported err 0xffffffe0, actionCode 0, while in state 6
01-01 19:10:28.996 6842-7156/com.livehiddentesttwo.cam W/AudioRecord: dead IAudioRecord, creating a new one from obtainBuffer()
01-01 19:10:28.996 6842-7148/com.livehiddentesttwo.cam E/ACodec: OMX/mediaserver died, signalling error!
01-01 19:10:28.996 6842-7148/com.livehiddentesttwo.cam E/ACodec: signalError(omxError 0x8000100d, internalError -32)
01-01 19:10:28.996 6842-7147/com.livehiddentesttwo.cam E/MediaCodec: Codec reported err 0xffffffe0, actionCode 0, while in state 6
01-01 19:10:28.996 6842-6842/com.livehiddentesttwo.cam E/Camera: Error 100
01-01 19:10:28.996 6842-6842/com.livehiddentesttwo.cam E/Camera: Error 100
01-01 19:10:28.996 6842-7156/com.livehiddentesttwo.cam I/ServiceManager: Waiting for service media.audio_flinger...
01-01 19:10:32.796 6842-7156/com.livehiddentesttwo.cam E/Buffer: mPcmBuffer: [B@5da7609
01-01 19:10:32.796 6842-7156/com.livehiddentesttwo.cam E/BufferSize: BufferSize: 4096
01-01 19:10:32.796 6842-7156/com.livehiddentesttwo.cam W/System.err: java.lang.IllegalStateException
01-01 19:10:32.806 6842-7156/com.livehiddentesttwo.cam W/System.err:     at android.media.MediaCodec.native_dequeueInputBuffer(Native Method)
01-01 19:10:32.806 6842-7156/com.livehiddentesttwo.cam W/System.err:     at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:986)
01-01 19:10:32.806 6842-7156/com.livehiddentesttwo.cam W/System.err:     at com.livehiddentesttwo.library.LiveBroadcaster.SrsEncoder.onGetPcmFrame(SrsEncoder.java:362)
01-01 19:10:32.806 6842-7156/com.livehiddentesttwo.cam W/System.err:     at com.livehiddentesttwo.library.LiveBroadcaster.SrsPublisher$2.run(SrsPublisher.java:111)
01-01 19:10:32.806 6842-7156/com.livehiddentesttwo.cam W/System.err:     at java.lang.Thread.run(Thread.java:818)
01-01 19:10:32.816 6842-7156/com.livehiddentesttwo.cam E/Buffer: mPcmBuffer: [B@5da7609
01-01 19:10:32.816 6842-7156/com.livehiddentesttwo.cam E/BufferSize: BufferSize: 4096

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.