Volledige versie bekijken : Video opnemen
Suse-Q
%Europe/Berlin %404 %2010, 10:42
Hoi allemaal,
Ik zoek een goede tutorial of informatie over video recorden in AS 3.0.
Heeft iemand hier ervaring mee?
Groetjes
Suse
Jan
%Europe/Berlin %472 %2010, 12:21
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#publish%28%29
When you record a stream using Flash Media Server, the server creates a file and stores it in a subdirectory in the application's directory on the server.
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://server.domain.com/app");//hier het IP/adres en naam van jouw app op de streaming server opgeven
var ns:NetStream = new NetStream(nc);
ns.publish("videoName", "record");//hier dus "record" kiezen ipv "live", een een server installeren natuurlijk.
Jan
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.