Q: howto link on exist live stream
Hello, sorry i am not strong in AS3, can you help me please whit code? ( sorry for my bad english )
- Now i have 100% found script where can i create webcam livestream (flash code AS3)
nc.connect("rtmp://testserver/folder");
... ... . .. .
ns.publish("Record.flv", "live");
- and 100% found script where can i show stream (flash code AS3)
All is found perfectly, now need in flash create:
live stream link whit name ( "Record_LINK1.flv" ) from real exist stream "Record.flv"
Please can you help me? Or give me any tip how to make in AS3?
