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

WebSocket Server Stream Video #332

Closed
dsshap opened this issue Feb 24, 2014 · 2 comments
Closed

WebSocket Server Stream Video #332

dsshap opened this issue Feb 24, 2014 · 2 comments

Comments

@dsshap
Copy link

dsshap commented Feb 24, 2014

Has anyone written a websocket server that streams video?

I have looked at binaryjs, but if someone has written a server for actionhero I would love to take a look at it.

@evantahler
Copy link
Member

binaryjs looks cool!

The existing websocket driver for actionhero is faye, and I doubt that it would do well with binary data. Faye is geared more towards smaller strings, and our implementation uses redis heavily for multi server support (and wouldn't handle large binary chunks well). I would suggest creating your own server type with binaryjs to run in concert with the existing faye server.

@dsshap
Copy link
Author

dsshap commented Feb 24, 2014

Thats what I was wondering, if someone has created their own server type that supports video streaming.

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

2 participants