webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
468 stars 126 forks source link

I need support for connecting webrtc test with multiple remote ip using kite #70

Closed Jayant1907 closed 4 years ago

Jayant1907 commented 5 years ago

How to configure remote ip in kite so i can test webrtc on mutliple remote system. how can i do that. Please help.

emmanuelandre commented 5 years ago

in the test config file, under grids.url, this is the remote (address of the hub) https://github.com/webrtc/KITE/blob/78ff7da7b8e70c5deac1953feece4b7d75b951bc/KITE-AppRTC-Test/configs/iceconnection.apprtc.config.json#L7

Jayant1907 commented 5 years ago

I changed localhost with remote IP but it not working. Anything else which need to do before running the config file. Please help !!

emmanuelandre commented 5 years ago

If it works on localhost and you have setup a grid with the same browser on a remote IP it should work. there is nothing else to do. We would need the kite logs and the selenium hub logs as well for further troubleshooting

namvuCosmo commented 4 years ago

Closed due to inactivity