Skip to content
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

Image broadcast streaming from browser #39

Open
ghost opened this issue Jan 20, 2015 · 1 comment
Open

Image broadcast streaming from browser #39

ghost opened this issue Jan 20, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 20, 2015

Is there a way to broadcast an image or another type of file from the browser to all nodes in browser as well?. All is good until the moment when I have to receive the image on all the sockets connected. Is there a seamless way to accomplish this?

@peteruithoven
Copy link

Maybe this example can help:
https://github.com/peteruithoven/socket.io-stream-forwarding
The basic idea is that you emit the incoming event to specific clients.
To get this working clustered, you can use a pubsub system. This should become easier in the future when socket.io-redis supports a get all clients in namespace method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant