You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw that online webRTC is down #286, but out of curiosity tried to run it myself. I cloned hydra-server and ran it. initStream works fine using the frontend included with the server!
Then I set the .env for hydra (this repo) to reference my locally running hydra-server. This seemed to work, because i only saw the stream I was broadcasting, not anyone else's.
I saw that online webRTC is down #286, but out of curiosity tried to run it myself. I cloned hydra-server and ran it. initStream works fine using the frontend included with the server!
Then I set the .env for hydra (this repo) to reference my locally running hydra-server. This seemed to work, because i only saw the stream I was broadcasting, not anyone else's.
Mine:
hydra.ojack.xyz at the time:
I set it to use the regular
bundle.js
instead of the minified, tried to run initStream, and get this error:To actually learn what the error was, I just change log to console.log in
hydra/src/views/editor/repl.js
. Now I get:I don't know what to do from here. Any ideas? This doesn't sound like a COORS thing, I have no deny entries in my console.
The text was updated successfully, but these errors were encountered: