Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>First, refer to following classes:</p> <ol> <li><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html" rel="nofollow">Camera</a>, <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Microphone.html" rel="nofollow">Microphone</a>. Class which allows you to manipulate with the camera.</li> <li><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html" rel="nofollow">NetStream</a>, <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetConnection.html" rel="nofollow">NetConnection</a>. These classes are used for establishing connection and manipulating data/media streams.</li> <li><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Video.html" rel="nofollow">Video</a>, <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Sound.html" rel="nofollow">Sound</a>. Playing video and sound.</li> </ol> <p>Then, you should check, whether you're going to use p2p technology, or use media server:</p> <ol> <li><a href="http://labs.adobe.com/technologies/cirrus/" rel="nofollow">Adobe Cirrus</a> - Adobe p2p technology.</li> <li><a href="http://www.adobe.com/products/flashmediaserver/" rel="nofollow">FMS</a>, <a href="http://www.wowza.com/" rel="nofollow">Wowza</a>, <a href="http://www.red5.org" rel="nofollow">Red5</a>(open source), etc. Media servers.</li> </ol> <p>Take a look at documentation, examples and guids refering the links.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload