TheWandererLee / WebRTC-UWP-Sample

A WebRTC UWP sample based on the Microsoft MixedReality-WebRTC tutorial.
0 stars 0 forks source link

I cannot see the remote video #1

Closed zhuisa closed 3 years ago

zhuisa commented 3 years ago

Hi! I also follow the tutorial, But I cannot see the remote video. Do you know about something? I changed "HttpServerAddress" into public address.

TheWandererLee commented 3 years ago

Unfortunately, I also did not see the remote video when I finished this tutorial. For the project I used this for, it was only important to have the data channels at this time. Also, we quickly moved from node-dss to libdatachannel, which I haven't yet uploaded the new version of UWP for that, but the video portion is stripped entirely from that.

Sorry, hopefully you are able to get it working soon. If my other project does use video successfully then I might be able to come back and update this project, but it probably won't be for awhile.

zhuisa commented 3 years ago

greeting!Thank your reply. I am very happy to know about other SDK. Does libdatachannel support audio video communication in HoloLens 2 ?

TheWandererLee commented 3 years ago

Yes, it supports a lot of protocols. Node-dss is not really a production ready signaling server, but libdatachannel does provide some more complete examples for signaling server and clients. Check it out maybe you can get their demo clients to work with video. It's a bit harder though their code is mostly C++ with signaling server examples in Rust/Node/or Python

On Thu, May 6, 2021, 9:58 AM zhuisa @.***> wrote:

greeting!Thank your reply. I am very happy to know about other SDK. Does libdatachannel support audio video communication in HoloLens 2 ?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/TheWandererLee/WebRTC-UWP-Sample/issues/1#issuecomment-833545586, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXBLX35JOPS5QVVRTJIQK3TMKOA5ANCNFSM44EP44QA .

zhuisa commented 3 years ago

Thanks for your reply! Maybe I should try it. Good Luck!

zhuisa commented 3 years ago

Thanks, you help me a lot. I close the issue.

TheWandererLee commented 3 years ago

Were you able to fix it? What was your conclusion?

On Sat, May 8, 2021, 12:18 AM zhuisa @.***> wrote:

Thanks, you help me a lot. I close the issue.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/TheWandererLee/WebRTC-UWP-Sample/issues/1#issuecomment-835077279, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXBLX2R2SZSRS64CCHZX7LTMS3TBANCNFSM44EP44QA .

zhuisa commented 3 years ago

Hi!I don't fix it. I'm going to try to use libdatachannel, because it also stream a video to another.