Hello,
I have compiled janus-gateway on my server and trying to run videocalltest demo from the local network.
While the Firefox works successfully, Google Chrome (and Chromium) doesn't work.
I am using https connection.
It gives the following error in the browser when pressing the "Start" button on the demo page:
on opened messagebox: "Probably a network error, is the gateway down?: [object Object]"
in the browser console:
httpAPICall @ janus.js:113
createSession @ janus.js:814
Janus @ janus.js:442
(anonymous) @ videocalltest.js:79
e @ jquery.min.js:3
dispatch @ jquery.min.js:3
i @ jquery.min.js:3
janus.js:837 Probably a network error, is the gateway down?: {message: "Probably a network error, is the gateway down?", error: TypeError: Failed to fetch}
error @ janus.js:837
(anonymous) @ janus.js:147
Promise.catch (async)
httpAPICall @ janus.js:145
createSession @ janus.js:814
Janus @ janus.js:442
(anonymous) @ videocalltest.js:79
e @ jquery.min.js:3
dispatch @ jquery.min.js:3
i @ jquery.min.js:3
videocalltest.js:486 Probably a network error, is the gateway down?: [object Object]
Would you hint please, what I am doing wrong?