I made a look at my old code and I use to recording or broadcasting only
voice the videoview with a camera and a microphone object
with camera deviceindex="-1" and capturing="true" and show="true"
If deviceindex for camera is ="-1" I broadcast only voice.
Please test your application and give me the info about correct or not.
Maybe I made something more in my app but this code is old and a bit
crazy. If this will be bad I made second look inside.
Robert Pieprzny pisze:
<camera name="ca1" width="640" height="480" show="false"
capturing="false" deviceindex="-1" />
Maybe this help in don't use camera in transmission !
Put it in videoview and change code in start button.
Always ready !!!
Robert Pieprzny
www.pcg.pieprzny.pl
Daniel Küstner pisze:
Hi,
thanks again!
But in your code example, you still have a camera object. With the
camera object (and an attached camera) everything's working here too.
But if I remove the camera object, the broadcast is not starting.
daniel.