-
Notifications
You must be signed in to change notification settings - Fork 283
怎么样才能推自己的图像数据出去 How to push out my own image data #240
Comments
Hi @yangjieshao, If I understand what you want, in order to use a custom video source instead of a webcam you need to use I have no idea about the block of code nor the error you pasted, I will need some more context or some translation. |
这些是我从例子上复制的代码,并使用nuget安装了Microsoft.MixedReality.WebRTC.1.0.3
在await pc.InitializeAsync(config); 等待了一段时间后程序就崩溃了 exit code: -1073740791 (0xc0000409)。 |
This file is downloaded from nuget.org, from one of the The |
I found TestReceiveAV is default
so I changed it to
then copy change |
You have an audio capture device (webcam, laptop microphone, ...) that doesn't work with Windows Core Audio. The Google implementation of the Audio Device Module (ADM; this is the For the |
I logged #242 so we can fix or workaround that Core Audio issue, which is causing so much pain to many users. |
Note also, as you already noticed, that the Google STUN server is a default value but you can replace it, and you can also not use any STUN server if you don't need NAT traversal (for example during testing on local LAN network or on the same machine). |
thank you |
在net core3.1
作为服务器端 (命令行程序) As a server (command line program)
视频源是通过第三方提供的数据接口获取的帧画面
The video source is the frame obtained through the data interface provided by the third party
怎么样才能把这个帧画面推送出去呢
How to push this frame out
另外
程序直接崩溃,返回值是 -1073740791 (0xc0000409)
The text was updated successfully, but these errors were encountered: