unity render streaming (unity web rtc) package streams video to webserver.
with this feature how can i record streaming video and download on same page??
unity render streaming (unity web rtc) package streams video to webserver.
with this feature how can i record streaming video and download on same page??
In WebRTC technology, video streaming is not via the webserver. Two peers connect directly.
Web server is used for exchanging SDPs of each peer.
The recording feature is not supported by Unity Render Streaming but recently WebRTC supports “MediaStream Recording”, it may helpful for you.
https://webrtc.github.io/samples/src/content/getusermedia/record/
I want to record a video of the camera through webgl and than have the game email it.
been lookin at this for “recording” but then save instead of stream is an issue.
Would be nice to record and share at runtime on desktop, mobile, and web.
You can check my new asset, it allows you to record webgl gameplay on any browser!