> I am using <microphone> and <videoviews>. No
> crashes, but receiver sound is garbled (Speex) codec.
Actually it is accepted even if the sound is garbled, but flash player
crashes, that is a big problem.
I couldnT manage to do streaming with <mediastream>. If you use
mediastream class for streaming, can you write a small test case in
order to clarify whether it is bec. of my enviroment.
Thanks
>
> Adobe seems to have a problem with the audio. Hope they'll fix it before
> releasing the final player.
>
> Cheers
>
> Michaela
>
>
>> 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
>>
>
>
>
--
Cem SONMEZ