| heisen 2005-11-11, 5:46 pm |
| =EF=BB=BFhi,=0A=0Aiam trying to stream flv files locally and attach the=
stream to a webcam program,=0Abut its not working , i could see the fil=
e playing locally but i couldnt see the stream in the server.=0A=0A=0Ava=
r my_video:Video;=0Avar my_nc:NetConnection =3D new NetConnection();=0Am=
y_nc.connect(null);=0Avar my_ns:NetStream =3D new NetStream(my_nc);=0Amy=
_video.attachVideo(my_ns);=0Amy_ns.play("casta.flv");=0A=0A=0Avar my_nc2=
:NetConnection =3D new NetConnection();=0Amy_nc2.connect("rtmp://localho=
st/myApp/camroom_01");=0Aout_ns =3D new NetStream(my_nc2);=0Aout_ns.atta=
chVideo(my_ns);=0Aout_ns.publish("casta");=0A=0A=0Aam i doing something=
stupid ?=0A=0Athanks =0Aheisen
________________________________________
__
Get your own goowy now @ http://www.goowy.com
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|