WebRtc.NET icon indicating copy to clipboard operation
WebRtc.NET copied to clipboard

Remote audio stream not working

Open mysteryjeans opened this issue 7 years ago • 4 comments

AudioRender::OnData is not being called, I can't figured out why

mysteryjeans avatar Mar 06 '17 17:03 mysteryjeans

indeed!

radioman avatar Mar 07 '17 19:03 radioman

Managed to get this working. Enabled "o.offer_to_receive_audio" in conductor.cc. It also seemed to depend on how I was sending data from the page. Try with this test page: https://aei.eu/test/web/index.html.

Unsure how to process this data though. Any suggestions on how to pipe this data out to a audio processing program?

2017_03_27_16_20_40_greenshot

km147 avatar Mar 27 '17 15:03 km147

great! i try it

radioman avatar Mar 30 '17 19:03 radioman

@km147 Did You changed anything else? I tried to follow Yours steps by enabling the offer_to_receive_audio but i dont get any packets in .NET app. Also I used Your generator page.

wieczorekmichal1 avatar Sep 11 '18 13:09 wieczorekmichal1