We need to do a video conference on golang.
The point is that people just pop up to the room from the browser and their image is transmitted to the server and then to other people.
Are there any examples on golang?
thank
- Will hardware video codecs for video conferencing, videophones, SIP clients and so on be connected to this video server? Or just a browser? - gbg
- @gbg well, to begin with (and I think, the only way it will be) is just the browser, but if there are more examples, please tell me - Rakzin Roman
- oneYou are trying to combine two entities in one solution. The fact is that there is a division into MCU - the actual server that mixes the streams and provides connectivity, and the Terminal is the client part. That is, in your case, Terminal is a browser. So - the MCU is already ready to eat, this is openmcu-ru. This solution works fine in my production. So you only need to ensure the operation of the terminal side, the bridge from webRTC to SIP. And there is such a solution - Linphone-Web. - gbg
|