I need to write a script that would take a camera's view of the scene and stream it to a website. Also this is in a local, secluded network at my workplace. Is this possible with a nodejs server?
相关问题
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- google-drive can't get push notifications
- How to reimport module with ES6 import
- In what practical case bool(std::ifstream) != std:
- Unity - Get Random Color at Spawning
相关文章
- node连接远程oracle报错
- Programmatically setting and saving the icon assoc
- Omnisharp in VS Code produces a lot of warnings ab
- How to create a MediaClip from RenderTargetBitmap
- How can make folder with Firebase Cloud Functions
- Call non-static methods on custom Unity Android Pl
- @angular-cli install fails with deprecated request
- Safari blocks play() on video despite being called
It is possible, but you have to break it down :
The server would have 2 types of clients :
streamer
&viewers
Recording the screen becomes easier if you run the game client from a browser.
Then you can add extra logic to it : RecordRTC