microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
913 stars 283 forks source link

The video cannot be seen in the browser, whether it is ExternalVideoTrackSource or webcam #744

Open Rendtime opened 3 years ago

Rendtime commented 3 years ago

I use the opengl program to render and use ExternalVideoTrackSource to push the stream. Both offer and ice are successful, but the video cannot be seen in the browser. I also tested it in accordance with the method here, the same problem.

Examples TestNetCoreConsole and TestReceiveAV can run normally

I use: MixedReality-WebRTC 2.0.2 win7