Hi all
In the appplication, the user publishes stream such like :

var camera = Camera.getCamera();
var microphone = Microphone.getMicrophone();
camera.setMode(220, 200, 15);
camera.setQuality(0, 80);
parent.publishStream.attachAudio(microphone);
parent.publishStream.attachCamera(camera);
parent.publishStream.publish("deneme", "live");

Then, when the subscriber try to play the pubished stream, two
scenarios occurs in this case:

1-) If the publisher does not say anything(when microphone does not
capture any sound, but microphone is attached, just there is no sound)
everthing works fine. Subscriber can play the published stream properly.

2-) If publisher microphone captures even tiniest sound, subscriber
flash player crashes. Publisher flash player goes on working. And
there is not any popup message says about something is going wrong.

PS : I can record the stream with no problem (with audio/video).
Problem occurs for the subscriber when the sound is on.

I have written a small test case [1], application attemps to connect a
server application named "fi6en".

Flash Player: FP 10.1 d51
OS: Pardus LINUX
Kernel : 2.6.31.13
Browser: Firefox : 3.5.9

If you have time to give a try with it, I would be appreciated.
Kind regards.

[1] - http://members.comu.edu.tr/cem/openlaszlo/asstreamingTest.lzx

--
Cem SONMEZ

Reply via email to