Good day. With what technology can you organize the possibility of video calls within one site? I suspect that this will be Flash, but I do not know which way to dig.

    2 answers 2

    If the client does not have to install anything, then

    • tokbox
    • dimdim

    If you can install something, then raise Jabber on your server. Still have a ConferenceXP.

    And besides:

    • Adobe Connect
    • Gotomeeting
    • Can Jabber make video calls? - DarkwaveMD
    • Can. For example, through the extension XMPP - Jingle. An example is Google Talk. - Nicolas Chabanovsky
    • Thanks for the tip, I will try. - DarkwaveMD

    The flash is relatively simple.

    This is a technology for direct connection between clients: Use RTMFP for developing real-time collaboration applications .

    Video lesson on it .

    Sources to him and a brief description .

    (you need a flash not lower than 10.1, and a flash builder ).

    If you need through the server - then through Flash Media Server or the like.

    Remember that when using the flash on the site, the iPad/iPhone disappears.

    • All welcome. In the continuation of the conversation ... Are there any ways to implement video conferencing for both pc users and apple (p2p)? + For example, if I want to build a video conference on the site without resorting to third-party (paid) ready-made software solutions? After reviewing the video of the previous answer (fully satisfied - thanks), now I wanted the same thing only for apple users. Are there options? Thank you in advance for your reply. - user11275
    • Flash solution works exactly the same for both PC (windows) and Mac (OS X) in the browser, there is no difference. For iOS (Android), there are no solutions for websites; for mobile platforms, your tasks are best solved by building an application on Adobe AIR that works on all mobile platforms. - ShockWave