radioman / WebRtc.NET

WebRTC for C# & C++/CLI
Other
419 stars 126 forks source link

Packet Buffer Flushed, OnData audio event not called #92

Open wieczorekmichal1 opened 6 years ago

wieczorekmichal1 commented 6 years ago

I am trying to enable sending data from WebRTC client in web application to WebRTC .NET client. The problem is I cant get OnData audio event. But I noticed the messege in Debug console: (packet_buffer.cc:86): Packet buffer flushed I was also managed to debug the web app. As can You see the receive channel works fine. The TotalAudioEnergy is greater than 0. But in the send channel it is equal to 0. Audio input is provided from microphone. receive send stat

radioman commented 6 years ago

check https://github.com/radioman/WebRtc.NET/issues/38