You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the project is very interesting and I'm impressed by what you've already done. What do you think about implementing the video output function for RTMP? There's a ready-made Docker for that. Could you provide more instructions on how it works?
The text was updated successfully, but these errors were encountered:
Hi! This project is solely based on canvases running in the browser frontend, it doesn't have any gen locking features or similar so I don't really recommend running it in production, but it is rather easy to implement video output if you want to play with it.
This file components/Canvas.js wraps the JS canvas API. Simply add a method to pull the data from the canvas in the format you wish and send it on through WebRTC, sockets or for encoding using WASM or whatever. The canvases used for output (PGM and PVW) are listed in the script.js file in the project root.
Hello, the project is very interesting and I'm impressed by what you've already done. What do you think about implementing the video output function for RTMP? There's a ready-made Docker for that. Could you provide more instructions on how it works?
The text was updated successfully, but these errors were encountered: