hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.12k stars 255 forks source link

WebRTC Deprecated? #286

Open witfyl-ravped opened 8 months ago

witfyl-ravped commented 8 months ago

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?

ojack commented 7 months ago

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...