Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
779 views
in Technique[技术] by (71.8m points)

uwp - Generate webrtc framework for windows 10 app

Summary:-

For our windows 10 app, we were using Mixed-Reality SDK 2.0.2 to handle audio/video calling within our app. Since, mixed-reality is forked version of google's webrtc release M71, there was too much echo observed at remote end for calls initiated from windows 10 app to iOS/Mac devices. Enabling ACE and echo cancellation params in MR-Webrtc code didn't work. We felt a few ACE related issues were addressed in the later versions of google webrtc (ie:- releases > M71), hence it might be a good try to directly build google's webrtc code for windows. Looking through the documentation, I'm seeing ninja commands to generate frameworks for iOS and Android directly

Like,

ninja -C out/ios Webrtc.framework (for IOS/Mac)

Not sure the right "target" to be used in the ninja command for windows 10 apps. For windows, Google's webrtc documentation has target "chrome", but I'm not sure how it can be leveraged within a windows app.

Earlier, I tried using WinRTC for windows 10 app, but unfortunately, it didn't work well.

I understand that there are some patch work required in google's webrtc code to make it holistically consume within a windows 10 app and that's the effort taken by Microsoft wrt WinRTC.

But just curious and wondering if there are any viable options to get framework generated using ninja command targeting windows 10 or equivalent(in c#/c++)

Thanks for your help in advance.

question from:https://stackoverflow.com/questions/65841692/generate-webrtc-framework-for-windows-10-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...