Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Nicolas_Siver
Nicolas_Siver
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Nicolas_Siver
Customize the badges you want to showcase on your profile
Re: WebcamPublisher : Camera - Adobe LiveCycle 08-06-2011
Wrapper?So why publisher changes resolution of stream to 1:1 aspect ratio?With setMode I can easily reach any frame size, with resolutionFactor I always has 1:1 aspect ratio, why?Could you share code of wrpapper? (where resolutionFactor takes his place on setMode)

Views

137

Likes

0

Replies

0
Re: WebcamPublisher : Camera - Adobe LiveCycle 08-06-2011
Any advice? -)

Views

141

Likes

0

Replies

0
WebcamPublisher : Camera - Adobe LiveCycle 03-06-2011
How to control basic Camera parameters like fps, screen size?You propose use WebcamPublisher.resolutionFactor ?I dont undestend how it works. Specifies the resolution factor of captured data; ResolutionFactor values range from 1 (lowest resolution) to 10 (highest resolution). Resolution factor gets multiplied by the native width and height of captured camera. We provide three native width and height values based on aspect ratios. That width and height when multiplied with this factor, gives the ...

Views

1.3K

Likes

0

Replies

6
Re: Sync Event after reconnect. - Adobe LiveCycle 02-06-2011
Thanks it works, but i have now another issue.TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.adobe.rtc.sharedManagers::StreamManager/get isP2P() at com.adobe.rtc.collaboration::WebcamSubscriber/createNetStream() at com.adobe.rtc.collaboration::WebcamSubscriber/playStream() at com.adobe.rtc.collaboration::WebcamSubscriber/set publisherIDs()It is error after reconnect.

Views

124

Likes

0

Replies

0
Re: Sync Event after reconnect. - Adobe LiveCycle 01-06-2011
this.registerSession(null);resets _session if it exists already.

Views

124

Likes

0

Replies

0
Re: Sync Event after reconnect. - Adobe LiveCycle 01-06-2011
Are you sure?It logouts ok. I see it in logs and Room console.

Views

125

Likes

0

Replies

0
Re: Sync Event after reconnect. - Adobe LiveCycle 01-06-2011
After relogin, CollectionNode doesn't fire Sync event._collectionVacantUsers = new CollectionNode();_collectionVacantUsers.sharedID = "VacantUsers";_collectionVacantUsers.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSyncCollectionNode);_collectionVacantUsers.subscribe();Event listener:private function onSyncCollectionNode(e : CollectionNodeEvent) : void { if (_collectionVacantUsers.isSynchronized) { CONFIG::DEBUG { MonsterDebugger.trace(this, "VacantUsers synced and ready to us...

Views

120

Likes

0

Replies

0
Sync Event after reconnect. - Adobe LiveCycle 01-06-2011
1. Unsubscribe, Close CollectionNodes.2. Logout user with session.logout()3. Login user.4. Create CollectionNode. AddEventListener on Sync Events.5. No Event. Is it bug? Ot maybe I should now to totally logout client.this.rtcService.releaseSubscribers();this.rtcService.close();this.sessionService.close();RTCService - releaseSubscribersif (_webcamSubscriber != null) { _webcamSubscriber.removeEventListener(StreamEvent.STREAM_DELETE, onCompanionStreamDelete); _webcamSubscriber.removeEventListener(S...

Views

1.0K

Likes

0

Replies

8
Advice : Auto user searching - Adobe LiveCycle 23-05-2011
Some info:1. We have room with 500+ users.2. Every user should receive another one, so we will have private video chats.3. Every user can simply leave room(disconnect) or begin searching process of another user in room for a video conversation.Need advice in algorithm of client-to-client searching process with lccs.I have several ideas but they have huge connection routine.- Use UserManager (at least manager provide collections) with custom field like "Status" (UserDescriptor.customFields)?- Use...

Views

374

Likes

0

Replies

1