How does WebService real-time interface implement ?, Webservice Real-Time
The current project needs to implement such a function, WebService real-time playback interface.
At first, I didn't understand what this function was. In general, I used a browser to view the video captured by a remote camera and play the Mic to collect the audio;
I learned the following solutions: 1. ActiveX; 2. WebRTC; 3. Flash + Red5;
Based on our current VoIP server, we use the open-source Yate, which does not include Video and is extended. The VoIP Client on the terminal is also OK.
After two days of Using MFC ActiveX, the Sip Server that registers Yate through the web page is realized;
However, adding classes and methods to the Active Directory is obviously difficult for me.
By chance, I learned about FireBreath and got familiar with it for two days. I thought it was good, supported platforms, and multiple browsers. It was very suitable for our needs. In addition, it was better than ActiveX.
We started to figure it out.