Untitled
public text v1 · immutablemaCam = Camera.get();
//on crée un stream sur notre connexion
Live_video = new NetStream(_parent.client_nc);
//on attache notre camera a notre stream
Live_video.attachVideo(maCam);
// si l'utilisateur possède une caméra..
Live_video.publish(myCam);