Expand my Community achievements bar.

saracinesca
saracinesca
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I would to solve the same issue with the camera, but I don't know about some kind of "webcamera manager".This is my code... (don't works), thanks in advance.<rtc:WebCamera  id="videoContainer" height="250" width="640" aspectRatio="{StreamManager.AR_PORTRAIT}"/>......private function cameraChanged(ev...

    Type

    Questions

    Views

    340

    Likes

    0

    Replies

    0
  • I'm running the ScreenShareExampleSpark from the just updated sampleApps folder.on Windows Vista, lccs.swc updated  and Flax SDK 4.1The example works fine locally on my notebook, but the same code doesn't works online on my test website.The "Adobe ScreenSharing" fire  but doesn't popup. Any advice?T...

    Type

    Questions

    Views

    702

    Likes

    0

    Replies

    1
  • strange...I'm monitoring the chatroom in Room Console  by realtime Logs... (LCCS Navigator)here the stats:60 min in chat (x2 user), 60 push messages and 100 MB used (is it normal? 100MB in p2p mode, I've setted requireRTMFP="true")The strangeness is that at https://portal.collaboration.adobelivecycl...

    Type

    Questions

    Views

    288

    Likes

    0

    Replies

    0
  • It' possible to setup a display name different from the name on LCCS?I have OWNER on LCCS but I want display my name.(I don't wont change the name  on LCCS)

    Type

    Questions

    Views

    801

    Likes

    0

    Replies

    2
  • 924 push messages were sent in 52 minutes in a room with 2 users.I have a simple code with only:a AudioSubscribera AudioPublisherand a WebCameraWho sends these messages?Can I reduce this number?

    Type

    Questions

    Views

    835

    Likes

    0

    Replies

    2
  • I'm playing with rtc:WebCamera and I would change the AudioSubscriber volume by a Slider.Somethings like this, but  it don't works.private function speakerVolumeChanged(e:SliderEvent):void{     audioSub.soundTransform.volume = e.value;    }     thanks.

    Type

    Questions

    Views

    663

    Likes

    0

    Replies

    1
  • Many thanks...Yes, I'm using multiple microphones/cameras.Now this is the right code (for me)               private function micChanged(event:Event):void               {                                        audioPub.stop();                    audioPub.addEventListener(StreamEvent.STREAM_DELETE, on...

    Type

    Questions

    Views

    338

    Likes

    0

    Replies

    0
  • something like this:private function micChanged(event:Event):void               {                                        audioPub.stop();                    audioPub.microphoneManager.micIndex = micSelection.selectedIndex;                    audioPub.publish();               }but this don't works...

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    3
Top badges earned by saracinesca
Customize the badges you want to showcase on your profile