I have a typical linux server with patch/sql that I use in a school campus. I want to be able to
develop video interactive server/client apps similar to google meet or zoom in nature, however in a much smaller capacity, serving 5 - 6 video meeting clients at most, because it is to be used within a campus.
I wish experts to give me some pointers as to how/what video server to setup on Linux. I know how to program JavaScript, php, C++, and am good with HTML and web interfaces. But I don't know what's the state-of-the-art for video server/client web applications. I would what to know how to start or what I will need to learn to build these type of applications.
Thanks
Ze
Likely a few wrapper scripts to arrange all your ffmpeg options for correct startup up.
https://fftrac-bg.ffmpeg.org/wiki/StreamingGuide provide a likely starting point for this type of project.