Hi, I'm having the same issue, I'm running it locally but for me it's about 10% of the time I get a file with content, otherwise is always an empty file (not even 306 bytes),
I think is a problem with Kurento sessions expiring.
--
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.
webRtcEndpoint.on('MediaStateChanged', function(event) {
if ((event.oldState !== event.newState) && (event.newState === 'CONNECTED')) {
recorderEndpoint.record();
}
});
--
mvn compile exec:java -Drepository.uri=file:///tmp/
./kurento-tutorial-java/kurento-hello-world-recording
Version 47.0.2526.80 (64-bit) on VM Ubuntu
Version 47.0.2526.73 (64-bit) on Host Machine
Version 45.0.2454.93 (64-bit) on Remote Machine
I ran the kurento-hello-world-recording application from these three versions of Chrome. The Version 47.0.2526.73 (64-bit) was the only version that would record empty files. Once I updated to the latest, Version 47.0.2526.80 (64-bit), on my host machine, the recordings started to work again.
Thanks for your help,
Curtis
Im using firefox and still getting empty recordings sometimes
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/169aa45f-ff17-4b22-87f8-aa1a6950c86f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/f229a51a-c400-41aa-b10f-069dbd0fda2b%40googlegroups.com.
Could be. The recorder has been receiving a lot of care lately. Check with the latest dev version (info here)
On Tue, Nov 24, 2015 at 4:15 PM, <adrian...@gmail.com> wrote:I'm running version 6.1.1 on Ubuntu 14.04 LTS, the problem is random, I sometimes get an output and sometimes not, the problem seems to be random.
This is how I call the record method:webRtcEndpoint.on('MediaStateChanged', function(event) {
if ((event.oldState !== event.newState) && (event.newState === 'CONNECTED')) {
recorderEndpoint.record();
}
});
I don't see anything abnormal in the logs, could this be a version related bug?
--
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+unsubscribe@googlegroups.com.
Hi Everyone,I've got an app that I had running on Kurento 4.5, that I converted over to using 6.0/6.1, and for video conferencing everything is much more stable now.On the video recording side I'm running into an issue where the video files are being written to disk, but they are 0-bytes during the recording process, and when I end the recording, each file ends up being 309-bytes (presumably just a header of some sort).I'm running behind EC2, and like I said, I've 2-way video conferencing working, so I'm pretty sure I've got the turn/stun stuff set up correctly.Has anyone run into empty-video file problems before that could point me in the right direction on debugging it.Thanks for you help!--Danny
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/9daba2f8-cecd-410d-b1d6-f572c2fc96ce%40googlegroups.com.
I am using turn and stun and ice negotiation works for me. I added event listeners to check ice connection state. It is showing status connected. If ice fails it says ice failed . I am sure that whatever is happening to me is not ice connection issue.
Need more help
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/2c6c7130-567e-4812-9f2e-863030baa770%40googlegroups.com.
Load in under 10 % for both CPU and RAM. There's no pattern whenever user faced this issue we asked users to use chrome when it failed in Firefox and vice versa. Recording failed in both browsers.
We also got into a call using application built from kurento room and there we are not able to hear them .
We are also trying to reproduce it in dev environment . but the damn thing always works.
Can you suggest something that I can ask users to do when they face this issue to gather more info?
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/0bfd4bc9-cadc-4cb9-9a19-4c151bfb7981%40googlegroups.com.
I can post SDP offer , answer and ice candidates. Would that help?
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/1f9313d9-3fb6-44c6-a754-319978bff6dd%40googlegroups.com.
We have one Ubuntu 14 server that consists of KMS , coturn that acts as stun and turn and application server.
Prakash,
We have one Ubuntu 14 server that consists of KMS , coturn that acts as stun and turn and application server.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/fd1443df-2337-4e77-908e-8c82400cf22e%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/259e47e3-c325-4730-bf3d-0f57a4cdecb5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAHh7Bp%3DjCTEyF3YoisZDw%2By2Z%2Bc9KdFEey3NGYXGE2DOWtynaw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAHwd7w7yvBV6yjoL2XgHMnFkfjkN%3DLQA-jSuq%2BpG1MATAV8LfA%40mail.gmail.com.
I don't think that's my issue mate. If that's the case my ice connection itself fails.
It won't even reach media transmission stage .
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/977710e2-6c40-438e-83e4-66fab1fb5f55%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAHh7Bpmj1hQ_%3De5RBja9e4wc2zmf4ATwG%2BeDFZxQLDmesbp7_A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DvTNsfmaKk%2BVO6ME-SXD2EZ%3D8afWr%3Dwsc8_3yGtfs8eAw%40mail.gmail.com.
v=0o=- 7872585844733618248 2 IN IP4 127.0.0.1s=-t=0 0a=group:BUNDLE audio videoa=msid-semantic: WMS 6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLOm=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 0 8 106 105 13 110 112 113 126c=IN IP4 0.0.0.0a=rtcp:9 IN IP4 0.0.0.0a=ice-ufrag:hRPfa=ice-pwd:XZM9ge85V2uMpWftt1pyyqmna=fingerprint:sha-256 1E:55:B6:A3:ED:09:76:9A:8B:54:38:DF:93:69:9D:65:0C:A4:36:BD:5C:4C:5D:7C:16:F1:32:B5:31:F6:3B:26a=setup:actpassa=mid:audioa=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-levela=sendrecva=rtcp-muxa=rtpmap:111 opus/48000/2a=rtcp-fb:111 transport-cca=fmtp:111 minptime=10;useinbandfec=1a=rtpmap:103 ISAC/16000a=rtpmap:104 ISAC/32000a=rtpmap:9 G722/8000a=rtpmap:0 PCMU/8000a=rtpmap:8 PCMA/8000a=rtpmap:106 CN/32000a=rtpmap:105 CN/16000a=rtpmap:13 CN/8000a=rtpmap:110 telephone-event/48000a=rtpmap:112 telephone-event/32000a=rtpmap:113 telephone-event/16000a=rtpmap:126 telephone-event/8000a=ssrc:2866140478 cname:MoEOiTOTWRlHsYiPa=ssrc:2866140478 msid:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLO 226ea91e-f38f-4c60-ba33-7a933acbf20ea=ssrc:2866140478 mslabel:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLOa=ssrc:2866140478 label:226ea91e-f38f-4c60-ba33-7a933acbf20em=video 9 UDP/TLS/RTP/SAVPF 96 98 100 102 127 97 99 101 125c=IN IP4 0.0.0.0a=rtcp:9 IN IP4 0.0.0.0a=ice-ufrag:hRPfa=ice-pwd:XZM9ge85V2uMpWftt1pyyqmna=fingerprint:sha-256 1E:55:B6:A3:ED:09:76:9A:8B:54:38:DF:93:69:9D:65:0C:A4:36:BD:5C:4C:5D:7C:16:F1:32:B5:31:F6:3B:26a=setup:actpassa=mid:videoa=extmap:2 urn:ietf:params:rtp-hdrext:toffseta=extmap:4 urn:3gpp:video-orientationa=sendrecva=rtcp-muxa=rtcp-rsizea=rtpmap:96 VP8/90000a=rtcp-fb:96 ccm fira=rtcp-fb:96 nacka=rtcp-fb:96 nack plia=rtcp-fb:96 goog-remba=rtcp-fb:96 transport-cca=rtpmap:98 VP9/90000a=rtcp-fb:98 ccm fira=rtcp-fb:98 nacka=rtcp-fb:98 nack plia=rtcp-fb:98 goog-remba=rtcp-fb:98 transport-cca=rtpmap:100 H264/90000a=rtcp-fb:100 ccm fira=rtcp-fb:100 nacka=rtcp-fb:100 nack plia=rtcp-fb:100 goog-remba=rtcp-fb:100 transport-cca=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01fa=rtpmap:102 red/90000a=rtpmap:127 ulpfec/90000a=rtpmap:97 rtx/90000a=fmtp:97 apt=96a=rtpmap:99 rtx/90000a=fmtp:99 apt=98a=rtpmap:101 rtx/90000a=fmtp:101 apt=100a=rtpmap:125 rtx/90000a=fmtp:125 apt=102a=ssrc-group:FID 1740437857 3563336808a=ssrc:1740437857 cname:MoEOiTOTWRlHsYiPa=ssrc:1740437857 msid:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLO 06e38bf2-19ce-48d8-a83a-6f81bd916080a=ssrc:1740437857 mslabel:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLOa=ssrc:1740437857 label:06e38bf2-19ce-48d8-a83a-6f81bd916080a=ssrc:3563336808 cname:MoEOiTOTWRlHsYiPa=ssrc:3563336808 msid:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLO 06e38bf2-19ce-48d8-a83a-6f81bd916080a=ssrc:3563336808 mslabel:6NZ6WzsLpHO0zqNZfyLCVvnStg6ytVM3zkLOa=ssrc:3563336808 label:06e38bf2-19ce-48d8-a83a-6f81bd916080{\"candidate\":\"candidate:0 1 UDP 2122252543 10.121.72.233 55692 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 1 UDP 2122187007 2001:0:9d38:90d7:1016:a72d:48ac:1c6a 55693 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:0 2 UDP 2122252542 10.121.72.233 57733 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 2 UDP 2122187006 2001:0:9d38:90d7:1016:a72d:48ac:1c6a 57734 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:0 1 UDP 2122252543 10.121.72.233 57735 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 1 UDP 2122187007 2001:0:9d38:90d7:1016:a72d:48ac:1c6a 57736 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:0 2 UDP 2122252542 10.121.72.233 57737 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 2 UDP 2122187006 2001:0:9d38:90d7:1016:a72d:48ac:1c6a 57738 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 1 UDP 1686052863 183.83.227.149 35068 typ srflx raddr 10.121.72.233 rport 55692\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1 1 UDP 1686052863 183.83.227.149 35070 typ srflx raddr 10.121.72.233 rport 57735\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 2 UDP 1686052862 183.83.227.149 35069 typ srflx raddr 10.121.72.233 rport 57733\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1 2 UDP 1686052862 183.83.227.149 35071 typ srflx raddr 10.121.72.233 rport 57737\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:3 1 UDP 92217087 172.31.17.209 62369 typ relay raddr 172.31.17.209 rport 62369\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 2 UDP 92217086 172.31.17.209 60584 typ relay raddr 172.31.17.209 rport 60584\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 1 UDP 92217087 172.31.17.209 63712 typ relay raddr 172.31.17.209 rport 63712\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:3 2 UDP 92217086 172.31.17.209 65417 typ relay raddr 172.31.17.209 rport 65417\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:8 1 UDP 8331263 172.31.17.209 64296 typ relay raddr 172.31.17.209 rport 64296\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:8 1 UDP 8331263 172.31.17.209 61049 typ relay raddr 172.31.17.209 rport 61049\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:8 2 UDP 8331262 172.31.17.209 63643 typ relay raddr 172.31.17.209 rport 63643\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:8 2 UDP 8331262 172.31.17.209 60641 typ relay raddr 172.31.17.209 rport 60641\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:6 1 TCP 1015022079 172.31.17.209 49550 typ host tcptype passive\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:5 1 TCP 1019216383 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:6 1 TCP 1015022079 172.31.17.209 49550 typ host tcptype passive\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:5 1 TCP 1019216383 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 1 UDP 2013266431 172.31.17.209 43781 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 1 UDP 2013266431 172.31.17.209 43781 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 2 TCP 1015022846 fe80::449:85ff:fe42:33f8 35272 typ host tcptype passive\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 1 TCP 1015022847 fe80::449:85ff:fe42:33f8 38414 typ host tcptype passive\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:3 2 TCP 1015022846 fe80::449:85ff:fe42:33f8 35272 typ host tcptype passive\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:3 1 TCP 1015022847 fe80::449:85ff:fe42:33f8 38414 typ host tcptype passive\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:2 1 TCP 1019217151 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:2 1 TCP 1019217151 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1 1 UDP 2013266431 fe80::449:85ff:fe42:33f8 57436 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 1 UDP 2013266431 fe80::449:85ff:fe42:33f8 57436 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:6 2 TCP 1015022078 172.31.17.209 59488 typ host tcptype passive\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:5 2 TCP 1019216382 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 2 UDP 2013266430 172.31.17.209 52174 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:5 2 TCP 1019216382 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 2 UDP 2013266430 172.31.17.209 52174 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:2 2 TCP 1019217150 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:2 2 TCP 1019217150 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:7 1 UDP 1677722111 52.52.230.128 43781 typ srflx raddr 172.31.17.209 rport 43781\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 2 UDP 2013266430 fe80::449:85ff:fe42:33f8 57681 typ host\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 2 UDP 2013266430 fe80::449:85ff:fe42:33f8 57681 typ host\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:7 1 UDP 1677722111 52.52.230.128 43781 typ srflx raddr 172.31.17.209 rport 43781\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:9 1 TCP 843055615 52.52.230.128 49550 typ srflx raddr 172.31.17.209 rport 49550 tcptype passive\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:10 1 UDP 167772671 172.31.17.209 61361 typ relay raddr 172.31.17.209 rport 61361\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:8 1 TCP 847249919 52.52.230.128 9 typ srflx raddr 172.31.17.209 rport 9 tcptype active\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:10 1 UDP 167772671 172.31.17.209 61361 typ relay raddr 172.31.17.209 rport 61361\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:6 2 TCP 1015022078 172.31.17.209 59488 typ host tcptype passive\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:8 1 TCP 847249919 52.52.230.128 9 typ srflx raddr 172.31.17.209 rport 9 tcptype active\",\"sdpMid\":\"sdparta_0\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:9 1 TCP 843055615 52.52.230.128 49550 typ srflx raddr 172.31.17.209 rport 49550 tcptype passive\",\"sdpMid\":\"sdparta_1\",\"sdpMLineIndex\":1}v=0o=- 6348653204045249468 2 IN IP4 127.0.0.1s=-t=0 0a=group:BUNDLE audio videoa=msid-semantic: WMS tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8Om=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 0 8 106 105 13 110 112 113 126c=IN IP4 0.0.0.0a=rtcp:9 IN IP4 0.0.0.0a=ice-ufrag:Z9uVa=ice-pwd:j2YIR/OAuum8otRXeQu8VIFda=fingerprint:sha-256 F8:68:1D:E8:16:41:F0:7E:5E:91:2E:5C:C1:A0:48:20:A4:7B:15:BB:ED:74:E4:5C:4A:08:C7:AD:A0:84:B8:88a=setup:actpassa=mid:audioa=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-levela=sendrecva=rtcp-muxa=rtpmap:111 opus/48000/2a=rtcp-fb:111 transport-cca=fmtp:111 minptime=10;useinbandfec=1a=rtpmap:103 ISAC/16000a=rtpmap:104 ISAC/32000a=rtpmap:9 G722/8000a=rtpmap:0 PCMU/8000a=rtpmap:8 PCMA/8000a=rtpmap:106 CN/32000a=rtpmap:105 CN/16000a=rtpmap:13 CN/8000a=rtpmap:110 telephone-event/48000a=rtpmap:112 telephone-event/32000a=rtpmap:113 telephone-event/16000a=rtpmap:126 telephone-event/8000a=ssrc:942090769 cname:kdkYBEEWSCbV2YKga=ssrc:942090769 msid:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8O ac12987e-e7c2-4c8d-99ca-746ca7a32b54a=ssrc:942090769 mslabel:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8Oa=ssrc:942090769 label:ac12987e-e7c2-4c8d-99ca-746ca7a32b54m=video 9 UDP/TLS/RTP/SAVPF 96 98 100 102 127 97 99 101 125c=IN IP4 0.0.0.0a=rtcp:9 IN IP4 0.0.0.0a=ice-ufrag:Z9uVa=ice-pwd:j2YIR/OAuum8otRXeQu8VIFda=fingerprint:sha-256 F8:68:1D:E8:16:41:F0:7E:5E:91:2E:5C:C1:A0:48:20:A4:7B:15:BB:ED:74:E4:5C:4A:08:C7:AD:A0:84:B8:88a=setup:actpassa=mid:videoa=extmap:2 urn:ietf:params:rtp-hdrext:toffseta=extmap:4 urn:3gpp:video-orientationa=sendrecva=rtcp-muxa=rtcp-rsizea=rtpmap:96 VP8/90000a=rtcp-fb:96 ccm fira=rtcp-fb:96 nacka=rtcp-fb:96 nack plia=rtcp-fb:96 goog-remba=rtcp-fb:96 transport-cca=rtpmap:98 VP9/90000a=rtcp-fb:98 ccm fira=rtcp-fb:98 nacka=rtcp-fb:98 nack plia=rtcp-fb:98 goog-remba=rtcp-fb:98 transport-cca=rtpmap:100 H264/90000a=rtcp-fb:100 ccm fira=rtcp-fb:100 nacka=rtcp-fb:100 nack plia=rtcp-fb:100 goog-remba=rtcp-fb:100 transport-cca=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01fa=rtpmap:102 red/90000a=rtpmap:127 ulpfec/90000a=rtpmap:97 rtx/90000a=fmtp:97 apt=96a=rtpmap:99 rtx/90000a=fmtp:99 apt=98a=rtpmap:101 rtx/90000a=fmtp:101 apt=100a=rtpmap:125 rtx/90000a=fmtp:125 apt=102a=ssrc-group:FID 3248967096 504102122a=ssrc:3248967096 cname:kdkYBEEWSCbV2YKga=ssrc:3248967096 msid:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8O 053d8262-7ca7-487e-8d5c-3bf221b9fd78a=ssrc:3248967096 mslabel:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8Oa=ssrc:3248967096 label:053d8262-7ca7-487e-8d5c-3bf221b9fd78a=ssrc:504102122 cname:kdkYBEEWSCbV2YKga=ssrc:504102122 msid:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8O 053d8262-7ca7-487e-8d5c-3bf221b9fd78a=ssrc:504102122 mslabel:tG0r5kLzFMfKd7oi5LOwyt28TCWkVVUFaA8Oa=ssrc:504102122 label:053d8262-7ca7-487e-8d5c-3bf221b9fd78{\"candidate\":\"candidate:419535255 1 udp 2113937151 172.16.3.154 36259 typ host generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:419535255 1 udp 2113937151 172.16.3.154 52568 typ host generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:842163049 1 udp 1677729535 182.75.202.158 52568 typ srflx raddr 172.16.3.154 rport 52568 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:842163049 1 udp 1677729535 182.75.202.158 36259 typ srflx raddr 172.16.3.154 rport 36259 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:492180102 1 udp 33562623 172.31.17.209 65364 typ relay raddr 182.75.202.158 rport 52568 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:492180102 1 udp 33562623 172.31.17.209 64807 typ relay raddr 182.75.202.158 rport 36259 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1406529142 1 udp 16785151 172.31.17.209 60990 typ relay raddr 182.75.202.158 rport 34398 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1406529142 1 udp 16785151 172.31.17.209 63121 typ relay raddr 182.75.202.158 rport 34397 generation 0 ufrag Z9uV network-cost 50\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 2 TCP 1015022846 fe80::449:85ff:fe42:33f8 49726 typ host tcptype passive\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:2 2 TCP 1019217150 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:2 2 TCP 1019217150 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1 2 UDP 2013266430 fe80::449:85ff:fe42:33f8 57099 typ host\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 2 UDP 2013266430 172.31.17.209 58054 typ host\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 2 UDP 2013266430 fe80::449:85ff:fe42:33f8 57099 typ host\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:6 1 TCP 1015022079 172.31.17.209 42932 typ host tcptype passive\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:6 2 TCP 1015022078 172.31.17.209 56142 typ host tcptype passive\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:5 1 TCP 1019216383 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:6 1 TCP 1015022079 172.31.17.209 42932 typ host tcptype passive\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:5 1 TCP 1019216383 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 1 UDP 2013266431 172.31.17.209 39689 typ host\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:4 1 UDP 2013266431 172.31.17.209 39689 typ host\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 1 TCP 1015022847 fe80::449:85ff:fe42:33f8 57908 typ host tcptype passive\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:3 1 TCP 1015022847 fe80::449:85ff:fe42:33f8 57908 typ host tcptype passive\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:10 1 UDP 167772671 172.31.17.209 61097 typ relay raddr 172.31.17.209 rport 61097\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:2 1 TCP 1019217151 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:2 1 TCP 1019217151 fe80::449:85ff:fe42:33f8 9 typ host tcptype active\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:1 1 UDP 2013266431 fe80::449:85ff:fe42:33f8 60435 typ host\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:1 1 UDP 2013266431 fe80::449:85ff:fe42:33f8 60435 typ host\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:10 1 UDP 167772671 172.31.17.209 61097 typ relay raddr 172.31.17.209 rport 61097\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:8 1 TCP 847249919 52.52.230.128 9 typ srflx raddr 172.31.17.209 rport 9 tcptype active\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:9 1 TCP 843055615 52.52.230.128 42932 typ srflx raddr 172.31.17.209 rport 42932 tcptype passive\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:9 1 TCP 843055615 52.52.230.128 42932 typ srflx raddr 172.31.17.209 rport 42932 tcptype passive\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:8 1 TCP 847249919 52.52.230.128 9 typ srflx raddr 172.31.17.209 rport 9 tcptype active\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:7 1 UDP 1677722111 52.52.230.128 39689 typ srflx raddr 172.31.17.209 rport 39689\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:7 1 UDP 1677722111 52.52.230.128 39689 typ srflx raddr 172.31.17.209 rport 39689\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:6 2 TCP 1015022078 172.31.17.209 56142 typ host tcptype passive\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:5 2 TCP 1019216382 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}{\"candidate\":\"candidate:5 2 TCP 1019216382 172.31.17.209 9 typ host tcptype active\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:4 2 UDP 2013266430 172.31.17.209 58054 typ host\",\"sdpMid\":\"audio\",\"sdpMLineIndex\":0}{\"candidate\":\"candidate:3 2 TCP 1015022846 fe80::449:85ff:fe42:33f8 49726 typ host tcptype passive\",\"sdpMid\":\"video\",\"sdpMLineIndex\":1}SDPs and ICE candidates for failing and non failing connections will help us to see if there are any difference between them. It will also help to see what kind of connection is being used when problems arise.Your dev environment is exactly the same than prod env? That is... Are both in EC2? Or you use a local server for dev and EC2 server for prod? When you test is local it is very unlikely to use TURN, but it is more likely to use that with users behind a proxy or corporate firewall. That can be the issue.Please try to gather as much info as possible for failing connections and also for ok connections to compare both.Kind regards
El 24 may. 2017 8:13 a. m., "jai prakash kushwaha" <softjai...@gmail.com> escribió:
Thats issue, you should have to you valid domain name. Either you can use google stun domain. You can find it on kurento stun configuration.
On 24 May 2017 11:39 a.m., "vijay krishna" <vjkri...@gmail.com> wrote:
IP addresses.
On May 24, 2017 11:36 AM, "jai prakash kushwaha" <softjai...@gmail.com> wrote:
Have you using ip address or valid domain name for stun?
On 24 May 2017 11:35 a.m., "vijay krishna" <vjkri...@gmail.com> wrote:
AWS EC2
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/259e47e3-c325-4730-bf3d-0f57a4cdecb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAHh7Bp%3DjCTEyF3YoisZDw%2By2Z%2Bc9KdFEey3NGYXGE2DOWtynaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAHwd7w7yvBV6yjoL2XgHMnFkfjkN%3DLQA-jSuq%2BpG1MATAV8LfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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.
IP addresses.
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/kurento/259e47e3-c325-4730-bf3d-0f57a4cdec
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/9daba2f8-cecd-410d-b1d6-f572c2fc96ce%40googlegroups.com.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/3f15d6a3-7a55-423c-aad8-11ec154ca077%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/kurento/3f15d6a3-7a55-423c-aad8-11ec154ca077%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" onmousedown="this.href='https://groups.google.com/d/msgid/kurento/3f15d6a3-7a55-423c-aad8-11ec154ca077%40googlegroups.com?utm_medium\x3demail\x26utm_source\x3dfooter';return true;" onclick="this.href='https://groups.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/6b27d1aa-b547-4bd5-bbc4-febc20b3be68%40googlegroups.com.
It is completely random. And when it failed only different thing that I observed is browser is laggy , every action like click and websocket connections are slow.
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/7fafaf8d-8572-45bb-9fd8-05fc7a43bcb4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DsE-B2j_%3DkXBa%2BcxgFF9Wzsr4tuWnsA83vWEzJOzE0NRA%40mail.gmail.com.
MediaStreamTrack.readyState (which tells you if permissions have been granted and the device is working) and I'm still getting 0kb files. Media Flowing IN in pad default with type audio is missing from the logs) even though our JS code on the client detects mic activity.--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAKrA8GPuTdah%3DGUVaWA9TeJNm%2BowOHCJy0CD4efUHEP3jgg3%3DQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAJaec721uZWRb%2BeB82E%2B%3Du0h_%3D%2BbOB0SdzS4AD2QQunmP1fDNw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DuT9OW8bE5JfpJeks0H-ZjAx0cYr96k5VmVnQM6eOsuFg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAJaec700mgO0nvEo0pOAALj_Qnarnt9qsFAWX2RCdRN%3Dqbb_WA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_Dum-aoYBukD8Z54Ce1JoMYQJXXfHocjeXXOnv%3D7gojWyg%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/7fafaf8d-8572-45bb-9fd8-05fc7a43bcb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DsE-B2j_%3DkXBa%2BcxgFF9Wzsr4tuWnsA83vWEzJOzE0NRA%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAKrA8GPuTdah%3DGUVaWA9TeJNm%2BowOHCJy0CD4efUHEP3jgg3%3DQ%40mail.gmail.com.
--
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.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAJaec721uZWRb%2BeB82E%2B%3Du0h_%3D%2BbOB0SdzS4AD2QQunmP1fDNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DuT9OW8bE5JfpJeks0H-ZjAx0cYr96k5VmVnQM6eOsuFg%40mail.gmail.com.
--
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.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAJaec700mgO0nvEo0pOAALj_Qnarnt9qsFAWX2RCdRN%3Dqbb_WA%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/3d26c938-c32d-4fd9-afb7-e36e9651a383%40googlegroups.com.
Octavian Naicu
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/7fafaf8d-8572-45bb-9fd8-05fc7a43bcb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAFXW_DsE-B2j_%3DkXBa%2BcxgFF9Wzsr4tuWnsA83vWEzJOzE0NRA%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAKrA8GPuTdah%3DGUVaWA9TeJNm%2BowOHCJy0CD4efUHEP3jgg3%3DQ%40mail.gmail.com.
--
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.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/CAJaec721uZWRb%2BeB82E%2B%3Du0h_%3D%2BbOB0SdzS4AD2QQunmP1fDNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/qZdU-CbBRAU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/1f9b4763-a588-43d8-bc92-237b5ed84933%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To unsubscribe from this group and all its topics, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/a7ac0ff1-ca51-4770-88ed-40090e087fc0%40googlegroups.com.