native-to-browser-test.html in chrome browser
5. Both browser and Native webRTC connected to server (i can see names of remote client)
6. Double clicked on user shown in peerconnection_client gui
Next peerconnection_client crashes with below errors
Setting microphone to (id=0, name=Default device) and speaker to (id=0, name=Default device)
Set microphone to (id=0 name=Default device) and speaker to (id=0 name=Default device)
Error(helpers.cc:296): Failed to generate random id!
Error(helpers.cc:296): Failed to generate random id!
Error(helpers.cc:296): Failed to generate random id!
Error(helpers.cc:296): Failed to generate random id!
Allowing SCTP data engine.
Generating identity.
Error(nssidentity.cc:80): Couldn't generate key pair
Error(nssidentity.cc:375): Couldn't generate key pair
Enumerating V4L2 devices
V4L2 device metadata found at /sys/class/video4linux/
Found V4L2 capture device /dev/video0
Trying /sys/class/video4linux/video0/name
Name for video0 is UVC Camera (046d:0825)
Total V4L2 devices found : 1
Created VideoCapturer for UVC Camera (046d:0825)
Capture Requested 640x480x30
Supported MJPG 160x120x30 distance 386547056646
Supported MJPG 176x144x30 distance 373662941190
some more logs
.................................
..................................
Camera '/dev/video0' started with format I420 640x480x30, elapsed time 60 ms
SwitchToStreamingUI
Error(helpers.cc:273): Failed to generate random string!
Error(common.cc:76): ../../talk/session/media/mediasession.cc(236): ASSERT FAILED: false @ GenerateCname
Trace/breakpoint trap (core dumped)
necs@NECS-101:~/webrtc/trunk$ find -name helpers.cc
./trunk-unnecessary/talk/base/helpers.cc
./talk/base/helpers.cc
necs@NECS-101:~/webrtc/trunk$
Please somebody help me , how to avoid this issue.
Note - I have a webcam attached to machine (ubuntu 12.04 lts) and it is working fine.
Austin
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Message from 'user@NECS-101' -{ "candidate" : "a=candidate:186199869 1 udp 2122194687 192.168.1.101 50045 typ host generation 0\r\n", "sdpMLineIndex" : 0, "sdpMid" : "audio" }
Is this behaviour right?
I thought , peerconnection_client will stream the video to chrome browser ? am I wrong here ?
Austin
A diagnostic audio recording is used for analyzing audio problems. It contains the audio played out from the speaker and recorded from the microphone and is saved to the local disk. Checking this box will enable the recording for an ongoing WebRTC call and for future WebRTC calls. When the box is unchecked or this page is closed, this recording functionality will be disabled for future WebRTC calls, but an ongoing call will continue to record until the call is ended. Only recording in one tab is supported. If several tabs are running WebRTC calls, the resulting file will be invalid. To restart the dump, the tab with the call being recorded must be closed and recording disabled and enabled again. When enabling, you select a file to save the dump to. Choose a non-existing file name. Selecting an existing file will append to it, not overwrite it, rendering the file invalid.
A diagnostic audio recording is used for analyzing audio problems. It contains the audio played out from the speaker and recorded from the microphone and is saved to the local disk. Checking this box will enable the recording for an ongoing WebRTC call and for future WebRTC calls. When the box is unchecked or this page is closed, this recording functionality will be disabled for future WebRTC calls, but an ongoing call will continue to record until the call is ended. Only recording in one tab is supported. If several tabs are running WebRTC calls, the resulting file will be invalid. To restart the dump, the tab with the call being recorded must be closed and recording disabled and enabled again. When enabling, you select a file to save the dump to. Choose a non-existing file name. Selecting an existing file will append to it, not overwrite it, rendering the file invalid.
5. Next I clicked on the button "Download the peerconnection....." button