Wecam Pod
hi, have webcam pod working audio integrated it. having audio missing having fileshare pod without download.
i have tried myself cannot toolbar. can see there flash file, cannot see integrated. cant change font size of display name.
also couple of questions on it:
how video 100% width of canvas in?
how have toolbar @ bottom instead of top?
for me @ least there seems long lag of 30 seconds when click pause or close buttons.
am right put webcam pod tilelist, seems behave strangely times. putting down fact have copies of app running on webcam installed onto pc.
<mx:tilelist selectable="false" bordercolor="#000000" borderthickness="2" id="tile" rowcount="2" columncount="2" width="100%" height="100%" dataprovider="{csession.usermanager.webcamcollection}" borderstyle="solid" paddingright="0" paddingtop="0" paddingleft="0" paddingbottom="0">
<mx:itemrenderer>
<mx:component>
<mx:hbox width="100%" backgroundcolor="red"
>
<rtc:webcamera id="camera1" width="100%" height="100%"
/>
</mx:hbox>
</mx:component>
</mx:itemrenderer>
</mx:tilelist>
thanks, keith
hi,
webcampod doesn't have audio integrated it. camera , audio streams handled seperately streammanager class. can use audiopublisher , audiosubscriber audio working. audio work seperately. if want audio work along side camera, can either override functions in webcamera when press play button in webcamera, call audiopublisher.play() method , have audiosubscriber instance created listening. details of how audiopublisher , audiosubscriber work, can either @ audio example or defaultpods example.
another way ,you can use instead of webcamera pod itself, underlying webcampublisher , webcamsubsriber when call webcampublisher.play(), call audiopublisher.play() , on.
regarding getting 100% width of canvas, webcamsubscriber lays out streams in grid format following layout algorithms. need override webcamsubsriber's layoutcamerastreams method have own layout , filling complete canvas place if have 1 video. there example called zoomlayout , mywebcamsubscriber file inside customlayouts. can through example ideas on it.
the toolbar laid out in same layoutoutcamerastreams function. can laid out in bottom overriding layoutoutcamerastreams function in webcamsubscriber. these relevant lines laying out toolbar in layoutcamerastreams function.
var cbar:camerauserbar = _camerauserbarobj[id];
cbar.x = vc.x;
cbar.y = vc.y; //note: new spec , name sho
cbar.setactualsize(vc.width, cbar.measuredheight);
i not sure reasons of 30 sec delays. happen pause , stop or when you click start button also?
hope helps.
thanks
hironmay basu
More discussions in LiveCycle Collaboration Services
adobe
Comments
Post a Comment