--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My nodejs code is very simple it looks like this -
var pStats = presenter.webRtcEndpoint.getStats();
console.log(JSON.stringify(pStats));
which prints - {"_id":376,"_subscribers":[]} .
2015-09-21 11:59:08,836001 00000x35da [0x00007f0c895d0700] debug KurentoWebSocketTransport WebSocketTransport.cpp:482 processMessage() Message: >{"id":42,"jsonrpc":"2.0","method":"describe","params":{"object":424,"sessionId":"72502d57-1430-4bc4-852a-85783e6c483f"}}
<
2015-09-21 11:59:08,836331 00000x35da [0x00007f0c895d0700] debug KurentoWebSocketTransport WebSocketTransport.cpp:484 processMessage() Response: >{"error":{"code":40101,"data":{"type":"MEDIA_OBJECT_NOT_FOUND"},"message":"Object '424' not found"},"id":42,"jsonrpc":"2.0"}
<
2015-09-21 11:59:08,836749 00000x35da [0x00007f0c8add3700] debug KurentoWebSocketTransport WebSocketTransport.cpp:482 processMessage() Message: >{"id":43,"jsonrpc":"2.0","method":"invoke","params":{"object":"6434cc40-e02d-40a1-b6db-959b4556c8c9_kurento.MediaPipeline/98eb45cb-21e4-40ba-b186-2fa4ea306520_kurento.WebRtcEndpoint","operation":"getStats","operationParams":{},"sessionId":"72502d57-1430-4bc4-852a-85783e6c483f"}}
<
2015-09-21 11:59:08,837505 00000x35da [0x00007f0c8add3700] debug KurentoWebSocketTransport WebSocketTransport.cpp:484 processMessage() Response: >{"id":43,"jsonrpc":"2.0","result":{"sessionId":"72502d57-1430-4bc4-852a-85783e6c483f","value":{"2eede59c-ed0d-4b22-a782-c2f8669efafa":{"__module__":"kurento","__type__":"RTCInboundRTPStreamStats","associateStatsId":"","bytesReceived":459142,"codecId":"","firCount":2,"fractionLost":7,"id":"2eede59c-ed0d-4b22-a782-c2f8669efafa","isRemote":false,"jitter":0.0012499999720603228,"mediaTrackId":"","nackCount":0,"packetsLost":14,"packetsReceived":6116,"pliCount":0,"remb":0,"sliCount":0,"ssrc":"1421753785","timestamp":1442836748,"transportId":"","type":"inboundrtp"},"39e3de95-aa41-4d22-9057-7ae6e643921b":{"__module__":"kurento","__type__":"RTCOutboundRTPStreamStats","associateStatsId":"","bytesSent":0,"codecId":"","firCount":0,"fractionLost":0,"id":"39e3de95-aa41-4d22-9057-7ae6e643921b","isRemote":false,"mediaTrackId":"","nackCount":0,"packetsLost":0,"packetsSent":0,"pliCount":0,"remb":0,"roundTripTime":0,"sliCount":0,"ssrc":"4189893692","targetBitrate":0,"timestamp":1442836748,"transportId":"","type":"outboundrtp"},"46353d85-5d88-42c6-af19-e7693d19df7e":{"__module__":"kurento","__type__":"RTCOutboundRTPStreamStats","associateStatsId":"","bytesSent":0,"codecId":"","firCount":0,"fractionLost":0,"id":"46353d85-5d88-42c6-af19-e7693d19df7e","isRemote":false,"mediaTrackId":"","nackCount":0,"packetsLost":0,"packetsSent":0,"pliCount":0,"remb":0,"roundTripTime":0,"sliCount":0,"ssrc":"3856857332","targetBitrate":0,"timestamp":1442836748,"transportId":"","type":"outboundrtp"},"49c1f589-89a2-4746-b71c-b6362955fd43":{"__module__":"kurento","__type__":"RTCInboundRTPStreamStats","associateStatsId":"","bytesReceived":7187552,"codecId":"","firCount":5,"fractionLost":0,"id":"49c1f589-89a2-4746-b71c-b6362955fd43","isRemote":false,"jitter":0.0081666670739650726,"mediaTrackId":"","nackCount":50,"packetsLost":0,"packetsReceived":7045,"pliCount":0,"remb":500000,"sliCount":0,"ssrc":"4133229785","timestamp":1442836748,"transportId":"","type":"inboundrtp"}}}}
<
2015-09-21 11:59:08,837869 00000x35da [0x00007f0c8add3700] debug KurentoWebSocketTransport WebSocketTransport.cpp:482 processMessage() Message: >{"id":44,"jsonrpc":"2.0","method":"invoke","params":{"object":"6434cc40-e02d-40a1-b6db-959b4556c8c9_kurento.MediaPipeline/98eb45cb-21e4-40ba-b186-2fa4ea306520_kurento.WebRtcEndpoint","operation":"getStats","operationParams":{},"sessionId":"72502d57-1430-4bc4-852a-85783e6c483f"}}
<
2015-09-21 11:59:08,838616 00000x35da [0x00007f0c8add3700] debug KurentoWebSocketTransport WebSocketTransport.cpp:484 processMessage() Response: >{"id":44,"jsonrpc":"2.0","result":{"sessionId":"72502d57-1430-4bc4-852a-85783e6c483f","value":{"2eede59c-ed0d-4b22-a782-c2f8669efafa":{"__module__":"kurento","__type__":"RTCInboundRTPStreamStats","associateStatsId":"","bytesReceived":459142,"codecId":"","firCount":2,"fractionLost":7,"id":"2eede59c-ed0d-4b22-a782-c2f8669efafa","isRemote":false,"jitter":0.0012499999720603228,"mediaTrackId":"","nackCount":0,"packetsLost":14,"packetsReceived":6116,"pliCount":0,"remb":0,"sliCount":0,"ssrc":"1421753785","timestamp":1442836748,"transportId":"","type":"inboundrtp"},"39e3de95-aa41-4d22-9057-7ae6e643921b":{"__module__":"kurento","__type__":"RTCOutboundRTPStreamStats","associateStatsId":"","bytesSent":0,"codecId":"","firCount":0,"fractionLost":0,"id":"39e3de95-aa41-4d22-9057-7ae6e643921b","isRemote":false,"mediaTrackId":"","nackCount":0,"packetsLost":0,"packetsSent":0,"pliCount":0,"remb":0,"roundTripTime":0,"sliCount":0,"ssrc":"4189893692","targetBitrate":0,"timestamp":1442836748,"transportId":"","type":"outboundrtp"},"46353d85-5d88-42c6-af19-e7693d19df7e":{"__module__":"kurento","__type__":"RTCOutboundRTPStreamStats","associateStatsId":"","bytesSent":0,"codecId":"","firCount":0,"fractionLost":0,"id":"46353d85-5d88-42c6-af19-e7693d19df7e","isRemote":false,"mediaTrackId":"","nackCount":0,"packetsLost":0,"packetsSent":0,"pliCount":0,"remb":0,"roundTripTime":0,"sliCount":0,"ssrc":"3856857332","targetBitrate":0,"timestamp":1442836748,"transportId":"","type":"outboundrtp"},"49c1f589-89a2-4746-b71c-b6362955fd43":{"__module__":"kurento","__type__":"RTCInboundRTPStreamStats","associateStatsId":"","bytesReceived":7187552,"codecId":"","firCount":5,"fractionLost":0,"id":"49c1f589-89a2-4746-b71c-b6362955fd43","isRemote":false,"jitter":0.0081666670739650726,"mediaTrackId":"","nackCount":50,"packetsLost":0,"packetsReceived":7045,"pliCount":0,"remb":500000,"sliCount":0,"ssrc":"4133229785","timestamp":1442836748,"transportId":"","type":"inboundrtp"}}}}