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

use it make can view and manipulate game videos in Web browser? #80

Open
Robintjhb opened this issue Jul 3, 2019 · 1 comment
Open

Comments

@Robintjhb
Copy link

If use it make can view and manipulate game videos in Web browser,
In this way, the client can open the web links anytime, anywhere to play large-scale games.

@ghost
Copy link

ghost commented Jul 3, 2019

It requires techs like WebSocket or Canvas, and once you can read the RTSP stream (As I know it's used in this project), you will be able to see the image of your game. However, AFAIK, it's difficult to communicate directly in TCP to a remote game server in a browser.
So the point is: the server can be re-written so a light-weighted built-in HTTP server can be hosted and all functions can be wrapped into REST APIs, but this could generate more lags.

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