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
Hey there. I'm wondering if the WebRTC component of Hydra is no longer maintained? Testing in Chrome and I can get a list of sessions via pb.list() and I can init a stream and name it.
However I've never gotten this to work:
s0.initStream("myGraphics")
src(s0).out()
Sometimes it loads the a single frame of a remote session and then freezes. Am I missing something or does something need to be updated?
The text was updated successfully, but these errors were encountered:
Unfortunately it is currently down due to some cross-origin issues with the server that I haven't had a chance to troubleshoot! the code itself from this repo works, if that is any help in the meantime...
Hey there. I'm wondering if the WebRTC component of Hydra is no longer maintained? Testing in Chrome and I can get a list of sessions via
pb.list()
and I can init a stream and name it.However I've never gotten this to work:
Sometimes it loads the a single frame of a remote session and then freezes. Am I missing something or does something need to be updated?
The text was updated successfully, but these errors were encountered: