Hi to all, I'm new to Red5, in the last week i learn how to use red5. I'm java programmer and i dont know flash but i understand the ActionScript samples.
When i run the simpleRecorder (http://localhost:5080/demos/simpleRecorder.swf) it create file in webapps/oflaDemo/streams name red5RecordDemoNNNN.flv for the recording. In the ActionScript in the flash the command is: //############### //private var recordingStream:Stream; recordingStream.publish("red5RecordDemo" + currentTimer, "record"); //############### When i run the simpleBroadcaster (http://localhost:5080/demos/simpleBroadcaster.swf) no file is create and the command in the ActionScript is: //############### stream.publish("red5StreamDemo", "live"); //############### When i run the simpleSubscriber (http://localhost:5080/demos/simpleSubscriber.swf) the command in the ActionScript is: //############### stream.play("red5StreamDemo", -1); //############### I search in the server side code(in the java) what handle those command and dident find nothing about it. I try to put sum output in "public class ApplicationAdapter" I add this part, for(int i = 0; i < params.length; i++)System.out.println(i + "=" + params[i].toString()); to ApplicationAdapter.connect what i get is numbers i didnt get "record" "live" or -1.. How can i know what is the function that handle the "recore" and "live" command in the server side ? If i dont want to allow record, how can i cancel it ? Thank you, (Sorry about my English). -- View this message in context: http://www.nabble.com/Help-about-recorder%2C-broadcaster-and-subscriber..-tf4165750.html#a11851887 Sent from the Red5 - English mailing list archive at Nabble.com. _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
