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

M_Bakker
M_Bakker
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by M_Bakker
Customize the badges you want to showcase on your profile
Re: SDK Release - Adobe LiveCycle 20-01-2010
That is indeed one way to get it done. However, I believe that, to access them, you'd have to extend a couple of base classes to reach the video instances in a proper manner. Without the player10 source that's quite a challenge and more of a guess than knowing what you're doing. (Please, correct me if I'm wrong!)If there really IS an API for deblocking, then I too am curious about it, as I currently can't find any information about it, only that it should be in there. This is ofcourse the prefer...

Views

311

Likes

0

Replies

0
Re: Audio streams un-muted when new participant enters room... - Adobe LiveCycle 20-01-2010
I'm pretty sure they will make an announcement when they're ready. You can follow an RSS feed of all announcements using the following URL:http://forums.adobe.com/community/feeds/announcements?community=2099Michiel

Views

188

Likes

0

Replies

0
AudioPublisher: setting a different Microphone - Adobe LiveCycle 14-01-2010
Since quite some stuff is still unclear about the flash player 10 version (and it's not documented or pointed out on this forum), here's a way in on setting the microphone to be used for use with the AudioPublisher class.AudioPublisher has an undocumented property, microphoneManager, which offers access to its property micIndex. To understand what this is read the documentation on the AS3 Microphone class.You can pass a value representing a microphone to the property. Example:// Microphone// AS3...

Views

543

Likes

0

Replies

0
Re: Change aspect ratio of video - Adobe LiveCycle 12-01-2010
Hi,You should check this topic. Hironmay recently answered it and I believe it could be helpful in answering your question.Thanks,Michiel

Views

142

Likes

0

Replies

0
Re: Determine the type of connection & set webcam width/height - Adobe LiveCycle 08-01-2010
Hi Hironmay, thanks for your reply. Here's the exact sequence:Both clients started and connected. (Both are on the same local network and are using my developer account.) Checked and verified (through a frequent isP2P-check) to have an RTMFP connection for P2P.Client 1 fires up his webcam. It takes some time (in this case it was about 10 seconds) before Client 2 sees the image. Right before the image is shown, both sides automatically switch to RTMPS (isP2P == false).Client 2 fires up his webcam...

Views

458

Likes

0

Replies

0
Re: Determine the type of connection & set webcam width/height - Adobe LiveCycle 07-01-2010
I finally got it to work! It's weird though, we're experiencing a weird, unpredictable thing when testing the application.I've made a small logger that checks whether the connection is P2P or not (using StreamManager's isP2P property), and sometimes, when sending out video, it switches from true to false and vice versa. But only sometimes, not all the time. Furthermore, this morning I didn't get the P2P connection up, I've tried several times over the course of several hours.Later this day it wo...

Views

333

Likes

0

Replies

0
Re: 1046: Type was not found or was not a compile-time constant: NetStreamInfo. - Adobe LiveCycle 06-01-2010
Just checked it, and indeed it's because it's an AIR application. Anyone know of another way to fix this?Also tried to edit the .actionScriptProperties file residing in the project root folder, and changing the player version manually, unfortunately it didn't work. Closing/Opening the project and restarting Flex Builder didn't help.

Views

273

Likes

0

Replies

0
Re: 1046: Type was not found or was not a compile-time constant: NetStreamInfo. - Adobe LiveCycle 06-01-2010
I'm facing the same problem, but the setting you speak of isn't there in Flex Builder 3 Pro (or maybe it has something to do with the fact that I'm developing an AIR application?). Screenshot below.

Views

272

Likes

0

Replies

0
Re: Determine the type of connection & set webcam width/height - Adobe LiveCycle 06-01-2010
Another quick question: when will the source be made available for the player 10 swc? There seem to be some differences between player9 and player 10, so the player 10 swc source would really come in handy.Thanks,Michiel

Views

331

Likes

0

Replies

0
Re: Determine the type of connection & set webcam width/height - Adobe LiveCycle 06-01-2010
Ok, I'm using resolutionFactor now, but I'm not sure what the difference is. captureWidthHeightFactor is not really documented (it's there, but pretty unexplained), but the resolutionFactor uses multiples of the default width/height. I assume it does the exact same thing? (By the way: the resolutionFactor is not documenten on livedocs, only in the local documentation received as part of the zipped SDK.)I'll look into that, for now resolutionFactor will have to do. (For testing purposes all video...

Views

328

Likes

0

Replies

0