-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote streams not working #186
Comments
Further investigation:
Seems Hydra can't find any other instances of Hydra running on the same server. |
Hi! I'm looking at the streaming issue and found some potential errors:
I was wondering if this issue could come from the socket.io and socket.io-client package versions. I'm just getting familiar with the code and hoping this information to be helpful 🌹 |
Yes! It seems that it is never establishing a connection to the server.
Good idea to check socket.io
…On Fri, Apr 8, 2022, 18:07 Ribs ***@***.***> wrote:
Hi! I'm looking at the streaming issue and found some potential errors:
- The user *nick* is never saved in the id/nicks object, or at least I
didn't find it
- The Socket instance appears as { connected: false, ... } and it does
not look like it's sending anything
- I hardcoded the id/nicks and it actually showed the console.log("THIS
IS THE PEER", peer) and console.log("peer signal sending over
sockets", id, signal) apparently with good data, but
- The streaming never started
I was wondering if this issue could come from the *socket.io
<http://socket.io>* and *socket.io-client* package versions. I'm just
getting familiar with the code and hoping this information to be helpful
🌹
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFOVSKTMKHU3PIZWDPVAQTVEBKUZANCNFSM5RYB4QMA>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Small update on this: I tried moving to older commits (the oldest was from Feb 2021) but I got the same |
@HelloRibs that fixed it! reverted the socket.io versions and now all fixed in v1.3.4 :) :) |
@ojack hey it think the patchbay / connection to other streams broke again :( pb.list() returns a do you think it would be possible to take a look again? I would love to use it in a workshop |
pb.list() returns a ['[object Object]']
The text was updated successfully, but these errors were encountered: