sarandogou / webrtc-everywhere

WebRTC plugin for Internet Explorer and Safari
BSD 3-Clause "New" or "Revised" License
326 stars 104 forks source link

webrtc-everywhere-console.exe not working #47

Closed nagarjunabandi closed 9 years ago

nagarjunabandi commented 9 years ago

I have compiled webrtc and webrtc-everywhere projects in windows and successfully generated the dll's and exe, but when I try to run the console I am getting the below error. Please help me if I miss something. When I download the setup and install it is working fine in IE with the samples provided.

_INFO: _MediaStreamTrackAudio::~_MediaStreamTrackAudio INFO: _MediaStreamTrack::~_MediaStreamTrack _ERROR: function: "_MediaStreamTrackVideo::_MediaStreamTrackVideo()" file: "_MediaStreamTrack.cc" line: "291" MSG: Failed to open video capture device INFO: _MediaStreamTrackVideo::~_MediaStreamTrackVideo INFO: _MediaStreamTrack::~_MediaStreamTrack INFO: _RTCPeerConnection::OnRenegotiationNeeded INFO: ~DummyCreateSessionDescriptionObserver INFO: _MediaStreamTrackAudio::~_MediaStreamTrackAudio INFO: _MediaStreamTrack::~_MediaStreamTrack INFO: audioTracks.size() = 1 INFO: videoTracks.size() = 0 INFO: AudioTrack: 2_audio_track, audio, 5 INFO: _MediaStreamTrackAudio::~_MediaStreamTrackAudio *INFO: _MediaStreamTrack::~_MediaStreamTrack

*INFO: _MediaStream::~_MediaStream

sarandogou commented 9 years ago

Why do you want to test the console app? This is the expected result.

nagarjunabandi commented 9 years ago

Hi Thanks for your quick reply, can you please let me know why the opening of video capture device failed when I linked the webrtc-everywhere-common.dll of compiled source code that you provided, but the same case is executing successfully without any error when I try to link the webrtc-everywhere-common.dll from the setup you have provided. Is the dll generated from the source code that you have provided?

SantoshBhivase commented 8 years ago

Hello, I am also facing same issue, nagarjunabandi are you able to resolve this ? If yes let me know what is missing. Thanks