# Peer streams in openvidu-insecure-angular do not appear on Windows browsers

**URL:** <https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446>\
**Category:** Issues developing apps\
**Tags:** v2\
**Created:** [July 12, 2020, 7:49pm UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446 "2020-07-12T19:49:40Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![aboteler](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@aboteler](https://openvidu.discourse.group/u/aboteler)\
**Post date:** [July 12, 2020, 7:49pm UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446/1 "2020-07-12T19:49:40Z")

</div>

I am trying to get openvidu-insecure-angular working with two different clients and what happens is the peer video stream does not appear.

This is my setup:

1. Docker on server, “docker run -p 4443:4443 --rm -e OPENVIDU\_SECRET=MY\_SECRET -e DOMAIN\_OR\_PUBLIC\_IP=192.168.1.231 openvidu/openvidu-server-kms:2.15.0”

2. ng on server, “ng serve --host=0.0.0.0 --ssl=true --sslCert=c:\projects\openvidu-tutorials\cert.pem --sslKey=c:\projects\openvidu-tutorials\key.pem”

When I run the example, I see the subscriber event occurring, see attached image, and the logs appear correct. It is just the remote streaming does not work. The local streaming does work.

Are these examples suppose to work with window clients?

 ![openvidu_issue](https://global.discourse-cdn.com/free1/uploads/openvidu/original/1X/998b30e94b9930dc36010d79a83342214779d8bc.png)  
Thanks,

Aaron

---

<div class="post-metadata">

**Author:** ![pabloFuente](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/pablofuente/32/2536_2.png) [@pabloFuente](https://openvidu.discourse.group/u/pabloFuente)\
**Post date:** [July 14, 2020, 8:20am UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446/2 "2020-07-14T08:20:08Z")

</div>

Sure, this local setup should work just fine in Windows. I see that ICE negotiation triggers “disconnected” event (the warning log of your console). How are you running container openvidu-server-kms? Are you using [Docker for Windows](https://docs.docker.com/docker-for-windows/)?

---

<div class="post-metadata">

**Author:** ![aboteler](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@aboteler](https://openvidu.discourse.group/u/aboteler)\
**Post date:** [July 14, 2020, 6:55pm UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446/3 "2020-07-14T18:55:51Z")

</div>

I am using Docker Desktop Community Version 2.1.0.5. The docker engine is 19.03.5. My setup is three machines all on the same LAN. One is running the docker container with the command line above and the openvidu-insecure-angular server with the Windows modifications. The other two machines had a web browser tab to the angular app and another tab for the openvidu dashboard to make sure I do not have a cert issue.

I am running the container with this command in a powershell window:

docker run -p 4443:4443 --rm -e OPENVIDU\_SECRET=MY\_SECRET -e DOMAIN\_OR\_PUBLIC\_IP=192.168.1.231 openvidu/openvidu-server-kms:2.15.0

What else could I look at as to why those disconnects are happening? Is there something I can set in the container when it is run?

Thanks,

Aaron

---

<div class="post-metadata">

**Author:** ![aboteler](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@aboteler](https://openvidu.discourse.group/u/aboteler)\
**Post date:** [July 15, 2020, 11:15pm UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446/4 "2020-07-15T23:15:13Z")

</div>

I discovered another post where the fellow is encountering the same issue, see [Remote Particiapnt Video Not Showing](https://openvidu.discourse.group/t/remote-particiapnt-video-not-showing/1485/7).

I changed OPENVIDU\_SERVER\_URL to point to “[https://demos.openvidu.io/](https://demos.openvidu.io/)” and the remote video appeared.

Can I just this openvidu server for my testing? I assume something is wrong with the local container running.

Thanks,

Aaron

---

<div class="post-metadata">

**Author:** ![micael.gallego](https://yyz2.discourse-cdn.com/free1/user_avatar/openvidu.discourse.group/micael.gallego/32/2_2.png) [@micael.gallego](https://openvidu.discourse.group/u/micael.gallego)\
**Post date:** [July 16, 2020, 9:51am UTC](https://openvidu.discourse.group/t/peer-streams-in-openvidu-insecure-angular-do-not-appear-on-windows-browsers/1446/5 "2020-07-16T09:51:08Z")

</div>

OpenVidu development process is designed for local development. It is possible that if you use some versions of Docker in Windows, you can not use OpenVidu in the LAN.

You can use [demos.openvidu.io](http://demos.openvidu.io) server for quick testing, but it is not always available, so take care. I recommend you to deploy your own OpenVidu platform in a linux box.

Regards
