nttcom / SkyWay-MultiParty

[Deprecated] This is a library for easy implementation of group video chat.
18 stars 15 forks source link

multiparty-sample.html does not work #17

Open KensakuKOMATSU opened 8 years ago

KensakuKOMATSU commented 8 years ago

From the conversation in Twitter https://twitter.com/kaigyoPG/status/724933165962412035

Current deployed sample site, multiparty-sample.html, does not work. There are several point which already outdated. One is that it should be deployed in https context. Of course, several things should be checked and fixed immediately.

KensakuKOMATSU commented 8 years ago

1st of all, I'll apply webpack-dev-server for easy test(since https environment MUST be required).

KensakuKOMATSU commented 8 years ago

Under https environment, it does work well in localhost env. However, under github page (https://nttcom.github.io/SkyWay-MultiParty/examples/multiparty-sample.html), it does happen.

KensakuKOMATSU commented 8 years ago

image

KensakuKOMATSU commented 8 years ago

Actually, only Video does not appear.

KensakuKOMATSU commented 8 years ago

In case of the combination pattern of chrome and firefox, this issue always happen.

chrome: 49.0.2623.112 firefox : 45.0.2

KensakuKOMATSU commented 8 years ago

firefox automatically updated.... 46.0.0 .... this issue does not fixed.

KensakuKOMATSU commented 8 years ago

for video cases video does not received in chrome side

image

KensakuKOMATSU commented 8 years ago

image

....

KensakuKOMATSU commented 8 years ago

comment out getUserMedia part about AudioContext things

then .... works well XD

KensakuKOMATSU commented 8 years ago

image

image