Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

No value for: googCodecName

Vincenzo_N_
Beginner
412 Views

Hello, I use Android sdk 2.8 and i get the following warning when i attach remote stream:

org.json.JSONException: No value for googCodecName
 W/System.err:     at org.json.JSONObject.get(JSONObject.java:354)
 W/System.err:     at org.json.JSONObject.getString(JSONObject.java:510)
 W/System.err:     at com.intel.webrtc.base.ConnectionStats$MediaTrackStats.<init>(ConnectionStats.java:124)
 W/System.err:     at com.intel.webrtc.base.ConnectionStats$VideoReceiverMediaTrackStats.<init>(ConnectionStats.java:265)
 W/System.err:     at com.intel.webrtc.base.ConnectionStats.<init>(ConnectionStats.java:64)
 W/System.err:     at com.intel.webrtc.base.PeerConnectionChannel$1.onComplete(PeerConnectionChannel.java:418)
 W/System.err:     at dalvik.system.NativeStart.run(Native Method)
 W/System.err:     at dalvik.system.NativeStart.run(Native Method)

What does it mean?

Thank you for your support

0 Kudos
1 Reply
Chunbo_H_Intel1
Employee
412 Views

It seems the video track is missing during the call of getConnectionStats. Are you using the sample app we provided, or a new app created based on SDK?

0 Kudos
Reply