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

How to use uws as websocket server #38

Open
iloveyou99 opened this issue Jun 25, 2017 · 1 comment
Open

How to use uws as websocket server #38

iloveyou99 opened this issue Jun 25, 2017 · 1 comment

Comments

@iloveyou99
Copy link

I try to use UWS as my websocket server , I can compiled and run the chat demo application by VS C++ 2015 without node.js ,but I don't really know how the ws client send binary data to UWS,and broadcast to all ws client ,would you give me some hint, thank you.

@adrhc
Copy link

adrhc commented Sep 6, 2017

I'm interested too in this topic but in a more broad sense. I want to take the ffmpeg rawvideo output and broadcast it to all websocket connections; e.g. I could use https://github.com/phoboslab/jsmpeg/blob/master/websocket-relay.js to do that or a custom implementation.

Is the ffmpeg rawvideo output enough for WSAvcPlayer or do I have to do additional changes to it?

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