-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Describe the bug
i am implementing to stream remote videos. and the app is crashing with following log in Android where iOS works fine.
Running Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk...
Debug service listening on ws://127.0.0.1:53678/NT4Y770_nEs=/ws
Syncing files to device M2010J19CI...
V/FA (15976): Inactivity, disconnecting from the service
I/videoplayer.ap(15976): ProcessProfilingInfo new_methods=3039 is saved saved_to_disk=1 resolve_classes_delay=8000
D/FlutterSecureStoragePl(15976): Initializing StorageCipher
I/fluttersecurestorage(15976): Creating keys!
I/fluttersecurestorage(15976): Initializing
I/fluttersecurestorage(15976): Generating key pair
E/KeyStore(15976): generateKeyInternal failed on request -68
D/FlutterSecureStoragePl(15976): StorageCipher initialization complete
I/Timeline(15976): Timeline: Activity_launch_request time:241356743
V/FA (15976): Recording user engagement, ms: 12039
V/FA (15976): Connecting to remote service
V/FA (15976): Activity paused, time: 434314210
V/FA (15976): Connection attempt already in progress
D/FA (15976): Connected to remote service
V/FA (15976): Processing queued up service tasks: 2
D/FA (15976): Application going to the background
W/ActivityThread(15976): handleWindowVisibility: no activity for token android.os.BinderProxy@bbd9df2
V/FA (15976): onActivityCreated
V/FA (15976): Activity resumed, time: 434320763
E/VpsExtension(15976): Failed to get binder for service "vendor.vpsservice"
E/VpsExtension(15976): Failed to get binder for service "vendor.vpsservice"
V/FA (15976): Inactivity, disconnecting from the service
I/org.webrtc.Logging(15976): NativeLibrary: Loading native library: jingle_peerconnection_so
I/org.webrtc.Logging(15976): NativeLibrary: Loading library: jingle_peerconnection_so
I/org.webrtc.Logging(15976): PeerConnectionFactory: PeerConnectionFactory was initialized without an injected Loggable. Any existing Loggable will be deleted.
I/org.webrtc.Logging(15976): EglBase14Impl: SDK version: 29. isEGL14Supported: true
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): WebRtcAudioManagerExternal: Sample rate is set to 48000 Hz
I/org.webrtc.Logging(15976): WebRtcAudioManagerExternal: Sample rate is set to 48000 Hz
I/org.webrtc.Logging(15976): JavaAudioDeviceModule: createAudioDeviceModule
I/org.webrtc.Logging(15976): JavaAudioDeviceModule: HW NS will be used.
I/org.webrtc.Logging(15976): JavaAudioDeviceModule: HW AEC will be used.
I/org.webrtc.Logging(15976): WebRtcAudioEffectsExternal: ctor@[name=main, id=2]
I/org.webrtc.Logging(15976): WebRtcAudioRecordExternal: ctor@[name=main, id=2]
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: ctor@[name=main, id=2]
W/VideoCapabilities(15976): Unsupported mime image/vnd.android.heic
I/org.webrtc.Logging(15976): WebRtcAudioRecordExternal: enableBuiltInAEC(true)
I/org.webrtc.Logging(15976): WebRtcAudioEffectsExternal: setAEC(true)
I/org.webrtc.Logging(15976): WebRtcAudioRecordExternal: enableBuiltInNS(true)
I/org.webrtc.Logging(15976): WebRtcAudioEffectsExternal: setNS(true)
I/org.webrtc.Logging(15976): PeerConnectionFactory: onNetworkThreadReady
I/org.webrtc.Logging(15976): PeerConnectionFactory: onSignalingThreadReady
I/org.webrtc.Logging(15976): PeerConnectionFactory: onWorkerThreadReady
D/RTCAudioManager(15976): ctor
D/RTCBluetoothManager(15976): create@[name=main, id=2]
D/RTCBluetoothManager(15976): ctor
D/RTCAudioManager(15976): useSpeakerphone: auto
D/RTCProximitySensor(15976): RTCProximitySensor@[name=main, id=2]
D/RTCAudioManager(15976): defaultAudioDevice: SPEAKER_PHONE
D/RTCAudioManager(15976): Android SDK: 29, Release: 10, Brand: POCO, Device: citrus, Id: QKQ1.200830.002, Hardware: qcom, Manufacturer: Xiaomi, Model: M2010J19CI, Product: citrus_in
D/RTCAudioManager(15976): start
D/RTCAudioManager(15976): AudioManager starts...
I/AudioManager(15976): In isSpeakerphoneOn(), calling application: com.videoplayer.app
D/RTCAudioManager(15976): hasWiredHeadset: found wired headset
W/AudioManager(15976): Use of stream types is deprecated for operations other than volume control
W/AudioManager(15976): See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case
D/RTCAudioManager(15976): Audio focus request granted for VOICE_CALL streams
D/RTCBluetoothManager(15976): start
W/RTCBluetoothManager(15976): Process (pid=15976) lacks BLUETOOTH permission
D/RTCAudioManager(15976): --- updateAudioDeviceState: wired headset=true, BT state=UNINITIALIZED
D/RTCAudioManager(15976): Device status: available=[], selected=NONE, user selected=NONE
D/RTCAudioManager(15976): setAudioDeviceInternal(device=WIRED_HEADSET)
I/AudioManager(15976): In isSpeakerphoneOn(), calling application: com.videoplayer.app
D/RTCAudioManager(15976): New device status: available=[WIRED_HEADSET], selected=WIRED_HEADSET
D/FlutterWebRTCPlugin(15976): onAudioManagerDevicesChanged: [WIRED_HEADSET], selected: WIRED_HEADSET
D/RTCAudioManager(15976): --- updateAudioDeviceState done
D/RTCAudioManager(15976): AudioManager started
D/RTCAudioManager(15976): WiredHeadsetReceiver.onReceive@[name=main, id=2]: a=android.intent.action.HEADSET_PLUG, s=plugged, m=mic, n=null, sb=true
D/RTCAudioManager(15976): --- updateAudioDeviceState: wired headset=true, BT state=UNINITIALIZED
D/RTCAudioManager(15976): Device status: available=[WIRED_HEADSET], selected=WIRED_HEADSET, user selected=NONE
D/RTCAudioManager(15976): --- updateAudioDeviceState done
I/flutter (15976): webRTC - createPeerConnection
I/flutter (15976): webRTC - sc.onDescription
I/flutter (15976): webRTC - sc.onIceCandidate
I/chatty (15976): uid=10322(com.videoplayer.app) 1.ui identical 2 lines
I/flutter (15976): webRTC - sc.onIceCandidate
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/flutter (15976): webRTC - sc.onIceCandidate
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.vp9 type: VP9 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
D/FlutterWebRTCPlugin(15976): onAddTrack
I/chatty (15976): uid=10322(com.videoplayer.app) signaling_threa identical 52 lines
D/FlutterWebRTCPlugin(15976): onAddTrack
D/MediaConstraintsUtils(15976): mandatory constraints are not a map
I/flutter (15976): webRTC - pc.onAddTrack
I/chatty (15976): uid=10322(com.videoplayer.app) 1.ui identical 52 lines
I/flutter (15976): webRTC - pc.onAddTrack
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: initPlayout(sampleRate=48000, channels=1, bufferSizeFactor=1.0)
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: byteBuffer.capacity: 960
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: minBufferSizeInBytes: 7688
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: createAudioTrackOnLollipopOrHigher
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: nativeOutputSampleRate: 48000
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: AudioTrack: session ID: 29153, channels: 1, sample rate: 48000, max gain: 1.0
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: AudioTrack: buffer size in frames: 3844
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: AudioTrack: buffer capacity in frames: 3844
I/org.webrtc.Logging(15976): VolumeLogger: start@[name=worker_thread - 16472, id=30116]
I/org.webrtc.Logging(15976): VolumeLogger: audio mode is: MODE_IN_COMMUNICATION
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: startPlayout
D/AudioManager(15976): getStreamVolume isRestricted mode = 0
I/org.webrtc.Logging(15976): VolumeLogger: VOICE_CALL stream volume: 9 (max=11)
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: AudioTrackThread@[name=AudioTrackJavaThread, id=30122]
I/org.webrtc.Logging(15976): WebRtcAudioTrackExternal: doAudioTrackStateCallback: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: OMX.qcom.video.decoder.avc type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): AndroidVideoDecoder: ctor name: c2.android.avc.decoder type: H264 color format: 19 context: org.webrtc.EglBase14Impl$Context@419dddd
I/org.webrtc.Logging(15976): NetworkMonitor: Start monitoring with native observer 540782347328
I/org.webrtc.Logging(15976): NetworkMonitorAutoDetect: Network becomes available: 690
D/FlutterWebRTCPlugin(15976): onIceGatheringChangeGATHERING
I/org.webrtc.Logging(15976): NetworkMonitorAutoDetect: capabilities changed: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -80]
I/org.webrtc.Logging(15976): NetworkMonitorAutoDetect: link properties changed: {InterfaceName: wlan0 LinkAddresses: [ fe80::4c6:b5c0:aa32:95a3/64,192.168.81.28/24 ] DnsAddresses: [ /192.168.81.1 ] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,5505024,262144,524288,4194304 Routes: [ fe80::/64 -> :: wlan0,192.168.81.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.81.1 wlan0 ]}
D/FlutterWebRTCPlugin(15976): onConnectionChangeCONNECTING
D/FlutterWebRTCPlugin(15976): onIceCandidate
I/chatty (15976): uid=10322(com.videoplayer.app) signaling_threa identical 1 line
D/FlutterWebRTCPlugin(15976): onIceCandidate
D/FlutterWebRTCPlugin(15976): onIceCandidate
I/chatty (15976): uid=10322(com.videoplayer.app) signaling_threa identical 2 lines
D/FlutterWebRTCPlugin(15976): onIceCandidate
I/flutter (15976): webRTC - pc.onConnectionState - RTCPeerConnectionState.RTCPeerConnectionStateConnecting
I/flutter (15976): webRTC - pc.onIceCandidate
I/chatty (15976): uid=10322(com.videoplayer.app) 1.ui identical 5 lines
I/flutter (15976): webRTC - pc.onIceCandidate
I/AudioTrack(15976): isLongTimeZoreData zoer date time 1 Seconds
D/FlutterWebRTCPlugin(15976): onSelectedCandidatePairChanged
D/FlutterWebRTCPlugin(15976): onIceGatheringChangeCOMPLETE
D/FlutterWebRTCPlugin(15976): onSelectedCandidatePairChanged
I/AudioTrack(15976): isLongTimeZoreData zoer date time 2 Seconds
D/FlutterWebRTCPlugin(15976): onConnectionChangeCONNECTED
I/flutter (15976): webRTC - pc.onConnectionState - RTCPeerConnectionState.RTCPeerConnectionStateConnected
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@3de5f4c
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 256 height: 200
I/OMXClient(15976): IOmx service obtained
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
D/SurfaceUtils(15976): connecting to surface 0x7db19d7010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359425
D/SurfaceUtils(15976): disconnecting from surface 0x7db19d7010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7db19d7010, reason connectToSurface(reconnect)
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@57ce4aa
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
I/OMXClient(15976): IOmx service obtained
W/ExtendedACodec(15976): Failed to set frame packing format on component
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
D/SurfaceUtils(15976): connecting to surface 0x7db190d010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359426
D/SurfaceUtils(15976): disconnecting from surface 0x7db190d010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7db190d010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
I/OMXClient(15976): IOmx service obtained
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@d382438
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@11ca176
D/SurfaceUtils(15976): set up nativeWindow 0x7db19d7010 for 256x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): set up nativeWindow 0x7db190d010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): connecting to surface 0x7db1520010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359427
D/SurfaceUtils(15976): disconnecting from surface 0x7db1520010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7db1520010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): connecting to surface 0x7d75c42010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359428
D/SurfaceUtils(15976): disconnecting from surface 0x7d75c42010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d75c42010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
D/SurfaceUtils(15976): set up nativeWindow 0x7db1520010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@a674be4
D/SurfaceUtils(15976): set up nativeWindow 0x7d75c42010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@a295f02
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): set up nativeWindow 0x7db190d010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): set up nativeWindow 0x7db19d7010 for 256x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/SurfaceUtils(15976): set up nativeWindow 0x7db1520010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/SurfaceUtils(15976): set up nativeWindow 0x7d75c42010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/SurfaceUtils(15976): connecting to surface 0x7d75ed0010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359429
D/SurfaceUtils(15976): disconnecting from surface 0x7d75ed0010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d75ed0010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d75ed0010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): connecting to surface 0x7d75e49010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359430
D/SurfaceUtils(15976): disconnecting from surface 0x7d75e49010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d75e49010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d75ed0010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/SurfaceUtils(15976): set up nativeWindow 0x7d75e49010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d75e49010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@53f4250
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d760cc010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359431
D/SurfaceUtils(15976): disconnecting from surface 0x7d760cc010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d760cc010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
I/flutter (15976): webRTC - pc.onDataChannel
D/SurfaceUtils(15976): set up nativeWindow 0x7d760cc010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/flutter (15976): Method registered:OnServerEvent
D/SurfaceUtils(15976): set up nativeWindow 0x7d760cc010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/flutter (15976): Received call response:DCGetSessionInfo1
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@f52694e
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/AudioTrack(15976): isLongTimeZoreData zoer date time 3 Seconds
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7de6701010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359432
D/SurfaceUtils(15976): disconnecting from surface 0x7de6701010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7de6701010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7de6701010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7de6701010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=255, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=256, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@f5e337c
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d3095d010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359433
D/SurfaceUtils(15976): disconnecting from surface 0x7d3095d010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d3095d010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d3095d010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d3095d010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/flutter (15976): Received call response:DCPing2
I/flutter (15976): Recieved Call Request: OnServerEvent
I/AudioTrack(15976): isLongTimeZoreData zoer date time 4 Seconds
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821566732
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 1
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821566803
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 55
I/AudioTrack(15976): isLongTimeZoreData zoer date time 5 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821566959
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@8efcc5a
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d309d3010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359434
D/SurfaceUtils(15976): disconnecting from surface 0x7d309d3010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d309d3010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d309d3010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/flutter (15976): Recieved Call Request: OnServerEvent
D/SurfaceUtils(15976): set up nativeWindow 0x7d309d3010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567187
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567201
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567300
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567355
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@4190b68
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567580
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3
I/flutter (15976): Recieved Call Request: OnServerEvent
I/OMXClient(15976): IOmx service obtained
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567632
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567751
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 2
I/flutter (15976): Received call response:DCPing3
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/flutter (15976): Recieved Call Request: OnServerEvent
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567827
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567892
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 58
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821567913
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568285
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
D/SurfaceUtils(15976): connecting to surface 0x7d30b34010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359435
D/SurfaceUtils(15976): disconnecting from surface 0x7d30b34010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d30b34010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d30b34010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d30b34010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568398
I/flutter (15976): camId: 10fad32621b451a172ab
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@ace5426
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d31106010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359436
D/SurfaceUtils(15976): disconnecting from surface 0x7d31106010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d31106010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d31106010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d31106010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568535
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/flutter (15976): Recieved Call Request: OnServerEvent
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@d277614
I/OMXClient(15976): IOmx service obtained
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568709
I/flutter (15976): camId: 98a2dd88801f7bd6b473
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
D/SurfaceUtils(15976): connecting to surface 0x7d30bf2010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359437
D/SurfaceUtils(15976): disconnecting from surface 0x7d30bf2010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d30bf2010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d30bf2010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568772
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3
D/SurfaceUtils(15976): set up nativeWindow 0x7d30bf2010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/AudioTrack(15976): isLongTimeZoreData zoer date time 6 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821568976
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 61
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569061
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 6
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569088
I/flutter (15976): camId: 7430d3857f44cc4bcfc9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@6bb8cb2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/OMXClient(15976): IOmx service obtained
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569117
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@60fdf80
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d162c4010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359438
D/SurfaceUtils(15976): disconnecting from surface 0x7d162c4010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d162c4010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): connecting to surface 0x7d165f1010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359439
D/SurfaceUtils(15976): disconnecting from surface 0x7d165f1010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d165f1010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
D/SurfaceUtils(15976): set up nativeWindow 0x7d162c4010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d165f1010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/SurfaceUtils(15976): set up nativeWindow 0x7d165f1010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/SurfaceUtils(15976): set up nativeWindow 0x7d162c4010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569180
I/flutter (15976): camId: 6a8c0e8c4f2bd625a363
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@bd1c1fe
I/OMXClient(15976): IOmx service obtained
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569247
I/flutter (15976): camId: a7cf7f9fdebf37a5a487
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@a5373ac
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/OMXClient(15976): IOmx service obtained
D/SurfaceUtils(15976): connecting to surface 0x7d1680c010, reason connectToSurface
I/MediaCodec(15976): [OMX.qcom.video.decoder.avc] setting surface generation to 16359440
D/SurfaceUtils(15976): disconnecting from surface 0x7d1680c010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d1680c010, reason connectToSurface(reconnect)
I/ExtendedACodec(15976): setupVideoDecoder()
I/ExtendedACodec(15976): Decoder will be in frame by frame mode
W/ExtendedACodec(15976): Failed to set frame packing format on component
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569287
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
D/SurfaceUtils(15976): set up nativeWindow 0x7d1680c010 for 352x200, color 0x7fa30c04, rotation 0, usage 0x20002900
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
E/ACodec (15976): Unable to instantiate codec 'OMX.qcom.video.decoder.avc' with err 0xfffffff4.
E/ACodec (15976): signalError(omxError 0xfffffff4, internalError -12)
E/MediaCodec(15976): Codec reported err 0xfffffff4, actionCode 0, while in state 1
W/MediaCodec-JNI(15976): try to release MediaCodec from JMediaCodec::~JMediaCodec()...
W/MediaCodec-JNI(15976): done releasing MediaCodec from JMediaCodec::~JMediaCodec().
E/org.webrtc.Logging(15976): AndroidVideoDecoder: Cannot create media decoder OMX.qcom.video.decoder.avc
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@e84000a
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: c2.android.avc.decoder type: H264 width: 352 height: 200
D/SurfaceUtils(15976): set up nativeWindow 0x7d1680c010 for 352x208, color 0x7fa30c04, rotation 0, usage 0x20002900
D/CCodec (15976): allocate(c2.android.avc.decoder)
I/Codec2Client(15976): Available Codec2 services: "software"
I/Codec2Client(15976): Creating a Codec2 client to service "software"
I/Codec2Client(15976): Client to Codec2 service "software" created
I/CCodec (15976): Created component [c2.android.avc.decoder]
D/CCodecConfig(15976): read media type: video/avc
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.max-count.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.subscribed-indices.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: input.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): ignored struct field coded.color-format.locations
D/CCodecConfig(15976): ignoring local param raw.size (0xd2001800) as it is already supported
D/CCodecConfig(15976): ignoring local param raw.color (0xd2001809) as it is already supported
D/ReflectedParamUpdater(15976): ignored struct field raw.hdr-static-info.mastering
I/CCodecConfig(15976): query failed after returning 12 values (BAD_INDEX)
D/CCodecConfig(15976): c2 config diff is Dict {
D/CCodecConfig(15976): c2::u32 coded.pl.level = 20496
D/CCodecConfig(15976): c2::u32 coded.pl.profile = 20481
D/CCodecConfig(15976): c2::u32 coded.vui.color.matrix = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.primaries = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.range = 2
D/CCodecConfig(15976): c2::u32 coded.vui.color.transfer = 0
D/CCodecConfig(15976): c2::u32 default.color.matrix = 0
D/CCodecConfig(15976): c2::u32 default.color.primaries = 0
D/CCodecConfig(15976): c2::u32 default.color.range = 0
D/CCodecConfig(15976): c2::u32 default.color.transfer = 0
D/CCodecConfig(15976): c2::u32 input.buffers.max-size.value = 2097152
D/CCodecConfig(15976): c2::u32 input.delay.value = 0
D/CCodecConfig(15976): string input.media-type.value = "video/avc"
D/CCodecConfig(15976): c2::u32 output.delay.value = 8
D/CCodecConfig(15976): string output.media-type.value = "video/raw"
D/CCodecConfig(15976): c2::u32 raw.color.matrix = 0
D/CCodecConfig(15976): c2::u32 raw.color.primaries = 0
D/CCodecConfig(15976): c2::u32 raw.color.range = 2
D/CCodecConfig(15976): c2::u32 raw.color.transfer = 0
D/CCodecConfig(15976): c2::u32 raw.max-size.height = 240
D/CCodecConfig(15976): c2::u32 raw.max-size.width = 320
D/CCodecConfig(15976): c2::u32 raw.pixel-format.value = 35
D/CCodecConfig(15976): c2::i32 raw.rotation.flip = 0
D/CCodecConfig(15976): c2::i32 raw.rotation.value = 0
D/CCodecConfig(15976): c2::u32 raw.sar.height = 1
D/CCodecConfig(15976): c2::u32 raw.sar.width = 1
D/CCodecConfig(15976): c2::u32 raw.size.height = 240
D/CCodecConfig(15976): c2::u32 raw.size.width = 320
D/CCodecConfig(15976): c2:
W/ColorUtils(15976): expected specified color aspects (2:0:0:0)
D/SurfaceUtils(15976): connecting to surface 0x7d1685b010, reason connectToSurface
I/MediaCodec(15976): [c2.android.avc.decoder] setting surface generation to 16359441
D/SurfaceUtils(15976): disconnecting from surface 0x7d1685b010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d1685b010, reason connectToSurface(reconnect)
D/CCodecConfig(15976): no c2 equivalents for native-window
D/CCodecConfig(15976): config failed => CORRUPTED
D/CCodecConfig(15976): c2 config diff is c2::u32 raw.size.height = 200
D/CCodecConfig(15976): c2::u32 raw.size.width = 352
W/Codec2Client(15976): query -- param skipped: index = 1107298332.
D/CCodec (15976): setup formats input: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t level = 65536
D/CCodec (15976): int32_t max-input-size = 2097152
D/CCodec (15976): string mime = "video/avc"
D/CCodec (15976): int32_t profile = 65536
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): } and output: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t android._color-format = 2135033992
D/CCodec (15976): int32_t android._video-scaling = 1
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): int32_t color-standard = 4
D/CCodec (15976): int32_t color-range = 2
D/CCodec (15976): int32_t color-transfer = 3
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t max-height = 240
D/CCodec (15976): int32_t max-width = 320
D/CCodec (15976): string mime = "video/raw"
D/CCodec (15976): int32_t rotation-degrees = 0
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): int32_t android._dataspace = 259
D/CCodec (15976): int32_t color-format = 2130708361
D/CCodec (15976): }
W/Codec2Client(15976): query -- param skipped: index = 1342179345.
W/Codec2Client(15976): query -- param skipped: index = 2415921170.
W/Codec2Client(15976): query -- param skipped: index = 1610614798.
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#951] Created input block pool with allocatorID 16 => poolID 17 - OK (0)
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#951] Query output surface allocator returned 0 params => BAD_INDEX (6)
I/CCodecBufferChannel(15976): [c2.android.avc.decoder#951] Created output block pool with allocatorID 18 => poolID 416 - OK
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#951] Configured output block pool ids 416 => OK
D/Codec2-block_helper(15976): remote graphic buffer migration 0/0
D/Codec2Client(15976): generation remote change 16359425
E/ion (15976): ioctl c0044901 failed with code -1: Not a typewriter
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
D/BufferPoolAccessor(15976): bufferpool2 0x7dddc47c20 receiver connection 2754697423973 is no longer valid
W/BufferPoolAccessor(15976): buffer status message processing failure - message : 2 connection : 2754697423972
E/org.webrtc.Logging(15976): AndroidVideoDecoder: queueInputBuffer failed
E/org.webrtc.Logging(15976): AndroidVideoDecoder: android.media.MediaCodec$CodecException: Error 0x80000000
E/org.webrtc.Logging(15976): AndroidVideoDecoder: android.media.MediaCodec$CodecException: Error 0x80000000
E/org.webrtc.Logging(15976): at android.media.MediaCodec.native_queueInputBuffer(Native Method)
E/org.webrtc.Logging(15976): at android.media.MediaCodec.queueInputBuffer(MediaCodec.java:2451)
E/org.webrtc.Logging(15976): at org.webrtc.MediaCodecWrapperFactoryImpl$MediaCodecWrapperImpl.queueInputBuffer(MediaCodecWrapperFactoryImpl.java:68)
E/org.webrtc.Logging(15976): at org.webrtc.AndroidVideoDecoder.decode(AndroidVideoDecoder.java:285)
I/org.webrtc.Logging(15976): AndroidVideoDecoder: release
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569431
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Releasing MediaCodec on output thread
D/SurfaceUtils(15976): disconnecting from surface 0x7d1685b010, reason disconnectFromSurface
E/BufferQueueProducer(15976): [SurfaceTexture-18-15976-17] detachBuffer: BufferQueue has no connected producer
D/BufferPoolAccessor(15976): Destruction - bufferpool2 0x7dddc47c20 cached: 0/0M, 0/0% in use; allocs: 4, 0% recycled; transfers: 0, 0% unfetced
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Release on output thread done
I/org.webrtc.Logging(15976): SurfaceTextureHelper: stopListening()
I/org.webrtc.Logging(15976): SurfaceTextureHelper: dispose()
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: c2.android.avc.decoder type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@e84000a
D/CCodec (15976): allocate(c2.android.avc.decoder)
I/CCodec (15976): Created component [c2.android.avc.decoder]
D/CCodecConfig(15976): read media type: video/avc
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.max-count.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.subscribed-indices.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: input.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): ignored struct field coded.color-format.locations
D/CCodecConfig(15976): ignoring local param raw.size (0xd2001800) as it is already supported
D/CCodecConfig(15976): ignoring local param raw.color (0xd2001809) as it is already supported
D/ReflectedParamUpdater(15976): ignored struct field raw.hdr-static-info.mastering
I/CCodecConfig(15976): query failed after returning 12 values (BAD_INDEX)
D/CCodecConfig(15976): c2 config diff is Dict {
D/CCodecConfig(15976): c2::u32 coded.pl.level = 20496
D/CCodecConfig(15976): c2::u32 coded.pl.profile = 20481
D/CCodecConfig(15976): c2::u32 coded.vui.color.matrix = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.primaries = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.range = 2
D/CCodecConfig(15976): c2::u32 coded.vui.color.transfer = 0
D/CCodecConfig(15976): c2::u32 default.color.matrix = 0
D/CCodecConfig(15976): c2::u32 default.color.primaries = 0
D/CCodecConfig(15976): c2::u32 default.color.range = 0
D/CCodecConfig(15976): c2::u32 default.color.transfer = 0
D/CCodecConfig(15976): c2::u32 input.buffers.max-size.value = 2097152
D/CCodecConfig(15976): c2::u32 input.delay.value = 0
D/CCodecConfig(15976): string input.media-type.value = "video/avc"
D/CCodecConfig(15976): c2::u32 output.delay.value = 8
D/CCodecConfig(15976): string output.media-type.value = "video/raw"
D/CCodecConfig(15976): c2::u32 raw.color.matrix = 0
D/CCodecConfig(15976): c2::u32 raw.color.primaries = 0
D/CCodecConfig(15976): c2::u32 raw.color.range = 2
D/CCodecConfig(15976): c2::u32 raw.color.transfer = 0
D/CCodecConfig(15976): c2::u32 raw.max-size.height = 240
D/CCodecConfig(15976): c2::u32 raw.max-size.width = 320
D/CCodecConfig(15976): c2::u32 raw.pixel-format.value = 35
D/CCodecConfig(15976): c2::i32 raw.rotation.flip = 0
D/CCodecConfig(15976): c2::i32 raw.rotation.value = 0
D/CCodecConfig(15976): c2::u32 raw.sar.height = 1
D/CCodecConfig(15976): c2::u32 raw.sar.width = 1
D/CCodecConfig(15976): c2::u32 raw.size.height = 240
D/CCodecConfig(15976): c2::u32 raw.size.width = 320
D/CCodecConfig(15976): c2:
W/ColorUtils(15976): expected specified color aspects (2:0:0:0)
D/SurfaceUtils(15976): connecting to surface 0x7d1685d010, reason connectToSurface
I/MediaCodec(15976): [c2.android.avc.decoder] setting surface generation to 16359442
D/SurfaceUtils(15976): disconnecting from surface 0x7d1685d010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d1685d010, reason connectToSurface(reconnect)
D/CCodecConfig(15976): no c2 equivalents for native-window
D/CCodecConfig(15976): config failed => CORRUPTED
D/CCodecConfig(15976): c2 config diff is c2::u32 raw.size.height = 200
D/CCodecConfig(15976): c2::u32 raw.size.width = 352
W/Codec2Client(15976): query -- param skipped: index = 1107298332.
D/CCodec (15976): setup formats input: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t level = 65536
D/CCodec (15976): int32_t max-input-size = 2097152
D/CCodec (15976): string mime = "video/avc"
D/CCodec (15976): int32_t profile = 65536
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): } and output: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t android._color-format = 2135033992
D/CCodec (15976): int32_t android._video-scaling = 1
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): int32_t color-standard = 4
D/CCodec (15976): int32_t color-range = 2
D/CCodec (15976): int32_t color-transfer = 3
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t max-height = 240
D/CCodec (15976): int32_t max-width = 320
D/CCodec (15976): string mime = "video/raw"
D/CCodec (15976): int32_t rotation-degrees = 0
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): int32_t android._dataspace = 259
D/CCodec (15976): int32_t color-format = 2130708361
D/CCodec (15976): }
W/Codec2Client(15976): query -- param skipped: index = 1342179345.
W/Codec2Client(15976): query -- param skipped: index = 2415921170.
W/Codec2Client(15976): query -- param skipped: index = 1610614798.
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#146] Created input block pool with allocatorID 16 => poolID 18 - OK (0)
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#146] Query output surface allocator returned 0 params => BAD_INDEX (6)
I/CCodecBufferChannel(15976): [c2.android.avc.decoder#146] Created output block pool with allocatorID 18 => poolID 417 - OK
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#146] Configured output block pool ids 417 => OK
D/Codec2-block_helper(15976): remote graphic buffer migration 0/0
D/Codec2Client(15976): generation remote change 16359426
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/flutter (15976): Received call response:DCPing4
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569791
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
I/AudioTrack(15976): isLongTimeZoreData zoer date time 7 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821569964
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 9
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570024
I/flutter (15976): camId: 10fad32621b451a172ab
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570034
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 1
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570042
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 5
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570057
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 64
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570064
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 1
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570069
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 1338
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570140
I/flutter (15976): camId: 98a2dd88801f7bd6b473
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570156
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570485
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 8
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570721
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570812
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 5
I/AudioTrack(15976): isLongTimeZoreData zoer date time 8 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570919
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 5
I/flutter (15976): Received call response:DCPing5
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570966
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 5
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821570993
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 12
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571086
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571134
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 67
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571245
I/flutter (15976): camId: 98a2dd88801f7bd6b473
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571526
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 12
I/AudioTrack(15976): isLongTimeZoreData zoer date time 9 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571809
I/flutter (15976): camId: 10fad32621b451a172ab
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821571832
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 6
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572195
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 8
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572199
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 70
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572216
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 8
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572244
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3
I/flutter (15976): Received call response:DCPing6
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572385
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 15
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572655
I/flutter (15976): camId: 98a2dd88801f7bd6b473
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 8
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572852
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 7
I/AudioTrack(15976): isLongTimeZoreData zoer date time 10 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572916
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 2113
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821572929
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 10
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573179
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 73
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573222
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 9
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573256
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 9
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573392
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 7
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573433
I/flutter (15976): camId: 10fad32621b451a172ab
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 6
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573512
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 18
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573560
I/flutter (15976): camId: 0cb34fa7fe1108f7a293
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: OMX.qcom.video.decoder.avc type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@56a12d6
I/OMXClient(15976): IOmx service obtained
E/ACodec (15976): Unable to instantiate codec 'OMX.qcom.video.decoder.avc' with err 0xfffffff4.
E/ACodec (15976): signalError(omxError 0xfffffff4, internalError -12)
E/MediaCodec(15976): Codec reported err 0xfffffff4, actionCode 0, while in state 1
W/MediaCodec-JNI(15976): try to release MediaCodec from JMediaCodec::~JMediaCodec()...
W/MediaCodec-JNI(15976): done releasing MediaCodec from JMediaCodec::~JMediaCodec().
E/org.webrtc.Logging(15976): AndroidVideoDecoder: Cannot create media decoder OMX.qcom.video.decoder.avc
I/org.webrtc.Logging(15976): EglBase14Impl: Using OpenGL ES version 2
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal name: c2.android.avc.decoder type: H264 width: 352 height: 200
I/org.webrtc.Logging(15976): SurfaceTextureHelper: Setting listener to org.webrtc.AndroidVideoDecoder@31e8c44
D/CCodec (15976): allocate(c2.android.avc.decoder)
I/CCodec (15976): Created component [c2.android.avc.decoder]
D/CCodecConfig(15976): read media type: video/avc
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.max-count.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.subscribed-indices.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: input.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.allocator-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: output.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): extent() != 1 for single value type: algo.buffers.pool-ids.values
D/ReflectedParamUpdater(15976): ignored struct field coded.color-format.locations
D/CCodecConfig(15976): ignoring local param raw.size (0xd2001800) as it is already supported
D/CCodecConfig(15976): ignoring local param raw.color (0xd2001809) as it is already supported
D/ReflectedParamUpdater(15976): ignored struct field raw.hdr-static-info.mastering
I/CCodecConfig(15976): query failed after returning 12 values (BAD_INDEX)
D/CCodecConfig(15976): c2 config diff is Dict {
D/CCodecConfig(15976): c2::u32 coded.pl.level = 20496
D/CCodecConfig(15976): c2::u32 coded.pl.profile = 20481
D/CCodecConfig(15976): c2::u32 coded.vui.color.matrix = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.primaries = 0
D/CCodecConfig(15976): c2::u32 coded.vui.color.range = 2
D/CCodecConfig(15976): c2::u32 coded.vui.color.transfer = 0
D/CCodecConfig(15976): c2::u32 default.color.matrix = 0
D/CCodecConfig(15976): c2::u32 default.color.primaries = 0
D/CCodecConfig(15976): c2::u32 default.color.range = 0
D/CCodecConfig(15976): c2::u32 default.color.transfer = 0
D/CCodecConfig(15976): c2::u32 input.buffers.max-size.value = 2097152
D/CCodecConfig(15976): c2::u32 input.delay.value = 0
D/CCodecConfig(15976): string input.media-type.value = "video/avc"
D/CCodecConfig(15976): c2::u32 output.delay.value = 8
D/CCodecConfig(15976): string output.media-type.value = "video/raw"
D/CCodecConfig(15976): c2::u32 raw.color.matrix = 0
D/CCodecConfig(15976): c2::u32 raw.color.primaries = 0
D/CCodecConfig(15976): c2::u32 raw.color.range = 2
D/CCodecConfig(15976): c2::u32 raw.color.transfer = 0
D/CCodecConfig(15976): c2::u32 raw.max-size.height = 240
D/CCodecConfig(15976): c2::u32 raw.max-size.width = 320
D/CCodecConfig(15976): c2::u32 raw.pixel-format.value = 35
D/CCodecConfig(15976): c2::i32 raw.rotation.flip = 0
D/CCodecConfig(15976): c2::i32 raw.rotation.value = 0
D/CCodecConfig(15976): c2::u32 raw.sar.height = 1
D/CCodecConfig(15976): c2::u32 raw.sar.width = 1
D/CCodecConfig(15976): c2::u32 raw.size.height = 240
D/CCodecConfig(15976): c2::u32 raw.size.width = 320
D/CCodecConfig(15976): c2:
W/ColorUtils(15976): expected specified color aspects (2:0:0:0)
D/SurfaceUtils(15976): connecting to surface 0x7d30bda010, reason connectToSurface
I/MediaCodec(15976): [c2.android.avc.decoder] setting surface generation to 16359443
D/SurfaceUtils(15976): disconnecting from surface 0x7d30bda010, reason connectToSurface(reconnect)
D/SurfaceUtils(15976): connecting to surface 0x7d30bda010, reason connectToSurface(reconnect)
D/CCodecConfig(15976): no c2 equivalents for native-window
D/CCodecConfig(15976): config failed => CORRUPTED
D/CCodecConfig(15976): c2 config diff is c2::u32 raw.size.height = 200
D/CCodecConfig(15976): c2::u32 raw.size.width = 352
W/Codec2Client(15976): query -- param skipped: index = 1107298332.
D/CCodec (15976): setup formats input: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t level = 65536
D/CCodec (15976): int32_t max-input-size = 2097152
D/CCodec (15976): string mime = "video/avc"
D/CCodec (15976): int32_t profile = 65536
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): } and output: AMessage(what = 0x00000000) = {
D/CCodec (15976): int32_t android._color-format = 2135033992
D/CCodec (15976): int32_t android._video-scaling = 1
D/CCodec (15976): Rect crop(0, 0, 351, 199)
D/CCodec (15976): int32_t color-standard = 4
D/CCodec (15976): int32_t color-range = 2
D/CCodec (15976): int32_t color-transfer = 3
D/CCodec (15976): int32_t height = 200
D/CCodec (15976): int32_t max-height = 240
D/CCodec (15976): int32_t max-width = 320
D/CCodec (15976): string mime = "video/raw"
D/CCodec (15976): int32_t rotation-degrees = 0
D/CCodec (15976): int32_t width = 352
D/CCodec (15976): int32_t android._dataspace = 259
D/CCodec (15976): int32_t color-format = 2130708361
D/CCodec (15976): }
W/Codec2Client(15976): query -- param skipped: index = 1342179345.
W/Codec2Client(15976): query -- param skipped: index = 2415921170.
W/Codec2Client(15976): query -- param skipped: index = 1610614798.
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#309] Created input block pool with allocatorID 16 => poolID 19 - OK (0)
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#309] Query output surface allocator returned 0 params => BAD_INDEX (6)
I/CCodecBufferChannel(15976): [c2.android.avc.decoder#309] Created output block pool with allocatorID 18 => poolID 418 - OK
D/CCodecBufferChannel(15976): [c2.android.avc.decoder#309] Configured output block pool ids 418 => OK
D/Codec2-block_helper(15976): remote graphic buffer migration 0/0
D/Codec2Client(15976): generation remote change 16359427
I/org.webrtc.Logging(15976): AndroidVideoDecoder: initDecodeInternal done
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573633
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 12
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573716
I/flutter (15976): camId: 98a2dd88801f7bd6b473
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 12
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573721
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 2478
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573761
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 14
I/flutter (15976): Received call response:DCPing7
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821573872
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 8
I/AudioTrack(15976): isLongTimeZoreData zoer date time 11 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574136
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 13
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574169
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 16
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574266
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 76
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574289
I/flutter (15976): camId: 7430d3857f44cc4bcfc9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, color-format=2141391876, slice-height=512, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=512, color-standard=4, color-transfer=3, crop-bottom=199, crop-left=0, width=352, color-range=2, crop-top=0, height=208}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 512 x 512
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574458
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 7
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574484
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 16
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574922
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 9
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821574974
I/flutter (15976): camId: 0cb34fa7fe1108f7a293
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 0
I/AudioTrack(15976): isLongTimeZoreData zoer date time 12 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575068
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 20
I/flutter (15976): Received call response:DCPing8
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575263
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 10
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575265
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 21
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575342
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 79
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575772
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3110
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575797
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 19
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575849
I/flutter (15976): camId: 0cb34fa7fe1108f7a293
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4
I/AudioTrack(15976): isLongTimeZoreData zoer date time 13 Seconds
D/CCodecConfig(15976): c2 config diff is c2::u32 output.delay.value = 1
D/CCodecConfig(15976): c2::u32 raw.crop.height = 200
D/CCodecConfig(15976): c2::u32 raw.crop.left = 0
D/CCodecConfig(15976): c2::u32 raw.crop.top = 0
D/CCodecConfig(15976): c2::u32 raw.crop.width = 352
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Decoder format changed: {crop-right=351, max-height=240, color-format=2130708361, mime=video/raw, color-standard=4, color-transfer=3, crop-bottom=199, max-width=320, crop-left=0, width=352, color-range=2, crop-top=0, rotation-degrees=0, height=200}
I/org.webrtc.Logging(15976): AndroidVideoDecoder: Frame stride and slice height: 352 x 200
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821575943
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 10
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576073
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 10
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576076
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 13
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576097
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 24
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576409
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 82
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576444
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 20
I/flutter (15976): Received call response:DCPing9
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576536
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 17
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576782
I/flutter (15976): camId: 0cb34fa7fe1108f7a293
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 7
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576948
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 27
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821576962
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 11
I/AudioTrack(15976): isLongTimeZoreData zoer date time 14 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821577437
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 16
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821577454
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 24
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821577501
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 85
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821577982
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 12
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578008
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 13
I/AudioTrack(15976): isLongTimeZoreData zoer date time 15 Seconds
I/flutter (15976): Received call response:DCPing10
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578311
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 30
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578322
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3262
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578394
I/flutter (15976): camId: 0cb34fa7fe1108f7a293
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 13
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578409
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 23
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578438
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 20
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578572
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 88
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578779
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 17
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578795
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 14
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821578972
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 24
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579003
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 14
I/AudioTrack(15976): isLongTimeZoreData zoer date time 16 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579074
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 21
I/org.webrtc.Logging(15976): NetworkMonitorAutoDetect: capabilities changed: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -77]
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579166
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 3576
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579241
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 21
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579382
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 33
I/flutter (15976): Received call response:DCPing11
I/AudioTrack(15976): isLongTimeZoreData zoer date time 17 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579558
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 28
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579745
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 91
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821579779
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 28
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821580022
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 15
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821580453
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 36
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821580573
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 29
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821580827
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 94
I/flutter (15976): Received call response:DCPing12
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581020
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 27
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581043
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 16
I/AudioTrack(15976): isLongTimeZoreData zoer date time 18 Seconds
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581292
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 18
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581347
I/flutter (15976): camId: 3efc8ba2b23d5019bd6a
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 4147
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581361
I/flutter (15976): camId: 3e8bd107f3f68c1256bc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 21
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581525
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 39
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581569
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 25
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581604
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 37
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581793
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 97
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581817
I/flutter (15976): camId: 5e4d830cf73c74bcfc7c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 29
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821581923
I/flutter (15976): camId: 153e85439c4b508461cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 28
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821582093
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 17
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821582116
I/flutter (15976): camId: 993e1e6306dc4df76736
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 22
I/AudioTrack(15976): isLongTimeZoreData zoer date time 19 Seconds
I/org.webrtc.Logging(15976): NetworkMonitorAutoDetect: capabilities changed: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps SignalStrength: -78]
I/flutter (15976): Received call response:DCPing13
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: ENCODER_FPS_CHANGED
I/flutter (15976): timestampMs: 1623821582360
I/flutter (15976): camId: 4862d8ec0b7327bac1ee
I/flutter (15976): encoderFps: 29.999998092651367
I/flutter (15976): encoderType: 27@352x200
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): Recieved server event: type: ENCODER_FPS_CHANGED
I/flutter (15976): timestampMs: 1623821582360
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): encoderFps: 29.999998092651367
I/flutter (15976): encoderType: 27@352x200
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821582599
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 41
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821582671
I/flutter (15976): camId: 68a7db922ed728177387
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 42
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821582900
I/flutter (15976): camId: 544a8238149f1d711ae4
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 100
I/flutter (15976): Recieved Call Request: OnServerEvent
I/AudioTrack(15976): isLongTimeZoreData zoer date time 20 Seconds
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821583113
I/flutter (15976): camId: fed6205d7c505d9c235c
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 18
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821583224
I/flutter (15976): camId: 3453fa89fe1aa04e95b9
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 32
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821583415
I/flutter (15976): camId: a69631fb830c168d47b5
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 17
I/flutter (15976): Recieved Call Request: OnServerEvent
I/flutter (15976): Recieved server event: type: PLAYBACK_STATE
I/flutter (15976): timestampMs: 1623821583445
I/flutter (15976): camId: 29b05cd4e3f51ec4b4cc
I/flutter (15976): tz: {
I/flutter (15976): name: PDT
I/flutter (15976): offset: -25200
I/flutter (15976): }
I/flutter (15976): pktsSent: 45
W/CCodec (15976): previous call to queue exceeded timeout
E/MediaCodec(15976): Codec reported err 0x80000000, actionCode 0, while in state 6
E/org.webrtc.Logging(15976): AndroidVideoDecoder: deliverDecodedFrame failed
E/org.webrtc.Logging(15976): AndroidVideoDecoder: java.lang.IllegalStateException
E/org.webrtc.Logging(15976): AndroidVideoDecoder: java.lang.IllegalStateException
E/org.webrtc.Logging(15976): at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method)
E/org.webrtc.Logging(15976): at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2790)
E/org.webrtc.Logging(15976): at org.webrtc.MediaCodecWrapperFactoryImpl$MediaCodecWrapperImpl.dequeueOutputBuffer(MediaCodecWrapperFactoryImpl.java:73)
E/org.webrtc.Logging(15976): at org.webrtc.AndroidVideoDecoder.deliverDecodedFrame(AndroidVideoDecoder.java:389)
E/org.webrtc.Logging(15976): at org.webrtc.AndroidVideoDecoder$1.run(AndroidVideoDecoder.java:373)
D/SurfaceUtils(15976): disconnecting from surface 0x7d30bda010, reason disconnectFromSurface
E/org.webrtc.Logging(15976): AndroidVideoDecoder: deliverDecodedFrame failed
E/org.webrtc.Logging(15976): AndroidVideoDecoder: java.lang.IllegalStateException
E/org.webrtc.Logging(15976): AndroidVideoDecoder: java.lang.IllegalStateException
E/org.webrtc.Logging(15976): at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method)
E/org.webrtc.Logging(15976): at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2790)
E/org.webrtc.Logging(15976): at org.webrtc.MediaCodecWrapperFactoryImpl$MediaCodecWrapperImpl.dequeueOutputBuffer(MediaCodecWrapperFactoryImpl.java:73)
E/org.webrtc.Logging(15976): at org.webrtc.AndroidVideoDecoder.deliverDecodedFrame(AndroidVideoDecoder.java:389)
E/org.webrtc.Logging(15976): at org.webrtc.AndroidVideoDecoder$1.run(AndroidVideoDecoder.java:373).
To Reproduce
Expected behavior
App should work properly.
Platform information
Android SDK: 29, Release: 10, Brand: POCO, Device: citrus, Id: QKQ1.200830.002, Hardware: qcom, Manufacturer: Xiaomi, Model: M2010J19CI, Product: citrus_in
- Flutter version: [✓] Flutter (Channel stable, 2.2.1, on macOS 11.3.1 20E241 darwin-x64, locale en-IN)
• Flutter version 2.2.1 at /Users/Username/Library/Flutter/sdk/flutter
• Framework revision 02c026b03c (3 weeks ago), 2021-05-27 12:24:44 -0700
• Engine revision 0fdb562ac8
• Dart version 2.13.1 - Plugin version: 0.6.4
- OS: Android
- OS version: 10
Metadata
Metadata
Assignees
Labels
No labels