Basic recording/feedback question

I'm recording basic vocals against accompaniment tracks using an APOGEE ONE and Audio-Technica 40 series AT8449 condenser mic. I use only headphones, no external speakers.
If I record with "monitoring" on I constantly battle feedback/distortion, especially on songs with a wide dynamic range. When the feedback protection kicks in the message indicates that I'm getting feedback through my external speakers (which I don't have), I can minimize the problem by turning "monitoring" off but I lose the reference vocal. I know I must be overlooking something very simple. Any help is appreciated.

hi all,Hi Neerav
I have very basic clone database question
If i create database A and clone database B using A...
I want to know that any operation done on A will be automatically done on Cloned database B.Oops....Now you're asking about rocket science. Sorry, I don't know.
I know about some basics:
Streams or Replication--> Which can give you data on B in read-write mode.
DR--> For safeguarding your database and B will work as DR solution.
Hope u understandNo, please make us understand.
Regards,
S.K.

Similar Messages

  • Sflock: simple X screen locker with basic user feedback

    There are several applications out there that lock the X display. On the one side of the spectrum you have xscreensaver and xlockmore which provide screensavers and on the other side you have slock which provides nothing. sflock is an application that is built as an extension to slock, which provides very basic user feedback.
    The need for me arrived because I wanted a screen locker that was trustworthy and that looks ok. Because I have no interest in screensavers and the xscreensaver unlock screen is one of the most ugly things I have ever seen, I turned to slock. This works fine, but there is no real way to tell that the screen is locked.  You just type a password on a black screen and if it's correct, the screen gets unlocked. fslock (at least the first version) shows a line on the screen and displays asterisks for every character entered.
    The goal of the application is to be simple and small, but still look good. You can install sflock from the AUR under the name sflock-git or download it directly from github. Suggestions are of course welcome.

    I've been trying to get this to use Xft for rendering the fonts, but this is essentially my first time doing anything in C. Sflock builds properly but segfaults when I try to run it.
    diff --git a/config.mk b/config.mk
    index 3a42077..b6a72ed 100644
    --- a/config.mk
    +++ b/config.mk
    @@ -12,8 +12,8 @@ X11INC = /usr/X11R6/include
    X11LIB = /usr/X11R6/lib
    # includes and libs
    -INCS = -I. -I/usr/include -I${X11INC}
    -LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext
    +INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2
    +LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXft
    # flags
    CPPFLAGS = -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H
    diff --git a/sflock.c b/sflock.c
    index 72b076b..3c51823 100644
    --- a/sflock.c
    +++ b/sflock.c
    @@ -12,10 +12,12 @@
    #include <string.h>
    #include <unistd.h>
    #include <sys/types.h>
    +#include <fontconfig/fontconfig.h>
    #include <X11/keysym.h>
    #include <X11/Xlib.h>
    #include <X11/Xutil.h>
    #include <X11/extensions/dpms.h>
    +#include <X11/Xft/Xft.h>
    #if HAVE_BSD_AUTH
    #include <login_cap.h>
    @@ -79,7 +81,10 @@ main(int argc, char **argv) {
    XColor black, red, dummy;
    XEvent ev;
    XSetWindowAttributes wa;
    - XFontStruct* font;
    + XftFont *font;
    + XftColor *xftcolor;
    + XftDraw *xftdraw;
    + XGlyphInfo *extents;
    GC gc;
    XGCValues values;
    @@ -145,14 +150,14 @@ main(int argc, char **argv) {
    XDefineCursor(dpy, w, invisible);
    XMapRaised(dpy, w);
    - font = XLoadQueryFont(dpy, fontname);
    + font = XftFontOpenXlfd(dpy, screen, fontname);
    + XftColorAllocName(dpy, DefaultVisual(dpy, screen), DefaultColormap(dpy, screen), "white", xftcolor);
    if (font == 0) {
    die("error: could not find font. Try using a full description.\n");
    gc = XCreateGC(dpy, w, (unsigned long)0, &values);
    - XSetFont(dpy, gc, font->fid);
    XSetForeground(dpy, gc, XWhitePixel(dpy, screen));
    for(len = 1000; len; len--) {
    @@ -187,7 +192,8 @@ main(int argc, char **argv) {
    if (update) {
    XClearWindow(dpy, w);
    XDrawLine(dpy, w, gc, width * 3 / 8 , (height + baroffset) / 2, width * 5 / 8, (height + baroffset) / 2);
    - XDrawString(dpy,w,gc, (width - XTextWidth(font, passdisp, len)) / 2, (height+42) / 2, passdisp, len);
    + XftTextExtentsUtf8(dpy, font, (XftChar8 *)passdisp, len, extents);
    + XftDrawStringUtf8(xftdraw, xftcolor, font, (width - extents->width) / 2, (height+42) / 2, (XftChar8 *)passdisp, len);
    update = False;
    @@ -251,7 +257,9 @@ main(int argc, char **argv) {
    XUngrabPointer(dpy, CurrentTime);
    XFreePixmap(dpy, pmap);
    - XFreeFont(dpy, font);
    + XftFontClose(dpy, font);
    + XftColorFree(dpy, DefaultVisual(dpy, screen), DefaultColormap(dpy, screen), xftcolor);
    + XftDrawDestroy(xftdraw);
    XFreeGC(dpy, gc);
    XDestroyWindow(dpy, w);
    XCloseDisplay(dpy);

  • Basic Hyperion Workspace question

    Is there any way to Drill-Down to data by double-clicking on the chart item in Hyperion Workspace? I can do this in Hyperion Reporting Studio.

    hi all,Hi Neerav
    I have very basic clone database question
    If i create database A and clone database B using A...
    I want to know that any operation done on A will be automatically done on Cloned database B.Oops....Now you're asking about rocket science. Sorry, I don't know.
    I know about some basics:
    Streams or Replication--> Which can give you data on B in read-write mode.
    DR--> For safeguarding your database and B will work as DR solution.
    Hope u understandNo, please make us understand.
    Regards,
    S.K.

  • Basic PDF/SSL Question

    Okay, I know this is a basic question, and I'm not sure if this is really where I should be posting it, but maybe someone out there has experience with this.
    I have a PDF form sitting on a secure server.  I have it set up to email the completed PDF back to our company when the user clicks the SUBMIT buttton.  Whether or not the PDF is secure coming back to us would be dependent on the email server the user uses - not that the form sits in a secure area on our server or that the PDF is security settings are set, correct?
    Any input appreciated.
    Thanks
    Q

    hi all,Hi Neerav
    I have very basic clone database question
    If i create database A and clone database B using A...
    I want to know that any operation done on A will be automatically done on Cloned database B.Oops....Now you're asking about rocket science. Sorry, I don't know.
    I know about some basics:
    Streams or Replication--> Which can give you data on B in read-write mode.
    DR--> For safeguarding your database and B will work as DR solution.
    Hope u understandNo, please make us understand.
    Regards,
    S.K.

  • Basic wifi service question

    basic wifi service question
    A Windows-using friend of mine subscribes to a service from Verizon that is sort of like a cell phone for a computer - wifi service that you can access from theoretically anywhere, for something like $60 a month -
    as far as I can determine, one CAN get this for Mac but ONLY if you have a 15 or 17 inch laptop with PC slots - unless I am missing something. It requires a special kyocera card.
    Another company, T-Mobile, offers a similar service, but with no MAC access at all.
    So my question is: is there a similar service, wi-fi access theoretically anywhere (or even just anywhere in New York City) ? Hopefully with just the regular mac airport card and not any additional special hardware?
    Thanks!
    Will

    Hello WillFriedwald2
    The kind of service your describing is probably a 3G and GPRS service.
    Phone companies now offer mobile high speed connections using EDGE technology or GPRS2 and supply a 3G or GPRS PCMCIA card.
    However some companies are now offering a package whereby you get high speed 3g and gprs and also wifi.
    So to use this service on a laptop that has no PC card slot you need to get a 3G or GPRS2 phone that supports blue tooth then you can connect your laptop to the phone over bluetooth and therefore access high speed internet.
    But if you had a desktop mac such as a G5 you would be better just getting a regular cable or dsl connection in your home and invest in a wireless router.

  • Basic JDBC transactional question

    Hello all,
    I have (what I believe) is a basic transactional JDBC question.
    Here's what I want to do:
    begin transaction
    select a row from a table where (some condition).
    that row may or may not exist.
    if the row exists: update the row
    else if the row does not exist, insert a new row
    end transaction
    I want this entire thing to be atomic .. I don't want the select to complete, then have something else come in there before the update/insert takes place.
    I'm using MySQL .. I seem to remember hearing about some proprietary MySQL command which would do a SELECT + UPDATE atomically .. which would be fine, but I can't find it.
    Wrapping this with a row-level lock would be fine too .. I'm just not sure how to do that in JDBC.
    Thanks!
    -d

    By thte way, and not that it helps the orignal poster, who's using MySQL, but Oracle has a proprietary MERGE statement that does "insert or update" in one go. For example:
    MERGE INTO bonuses D
       USING (SELECT employee_id, salary, department_id FROM employees
       WHERE department_id = 80) S
       ON (D.employee_id = S.employee_id)
       WHEN MATCHED THEN UPDATE SET D.bonus = D.bonus + S.salary*.01
         DELETE WHERE (S.salary > 8000)
       WHEN NOT MATCHED THEN INSERT (D.employee_id, D.bonus)
         VALUES (S.employee_id, S.salary*0.1)
         WHERE (S.salary <= 8000);

  • Basic Clone database question

    hi all,
    I have very basic clone database question
    If i create database A and clone database B using A...
    I want to know that any operation done on A will be automatically done on Cloned database B.
    Hope u understand
    Thanks,
    Neerav

    hi all,Hi Neerav
    I have very basic clone database question
    If i create database A and clone database B using A...
    I want to know that any operation done on A will be automatically done on Cloned database B.Oops....Now you're asking about rocket science. Sorry, I don't know.
    I know about some basics:
    Streams or Replication--> Which can give you data on B in read-write mode.
    DR--> For safeguarding your database and B will work as DR solution.
    Hope u understandNo, please make us understand.
    Regards,
    S.K.

  • 4 Basic Random HANA Questions

    First, I would like to apologise if my questions sound too basic, I'm still new and trying to understand HANA.
    1) HANA database will be physically located in memory, or I guess we can say CPU.  When I think of database I always think server. Can it be called HANA server?
    2) Can reporting be done in HANA? Does HANA provide a tool within it's application that can do reporting? Or is another reporting tool needed like BWA, BO, BI, etc? If so, which are compatible with HANA?
    3) Architecture Question:
    a) When data is submitted in R/3 (ex. sales order), the data is stored on R/3 server, then replicated in near real time via Sybase to HANA database? Is this how it works?
    b) Why is Sybase a server, Is the data being replicated stored on Sybase server first before being transferred to HANA database? If so, there are 2 servers (R/3 & Sybase) and 1 Memory (HANA)?
    4) Inside In-Memory Computing Studio, Modeling is where the tables are chosen to be replicated. If I chose table XYZ to be replicated in SAP HANA, will the replication automatically create a copy of the table in SAP HANA?
    5) Is there a need to learn any ABAP/4 to be involved in HANA? Can I be an expert in HANA without knowing ABAP/4?
    Thanks in advance, and again I apologies for my noobish questions.

    Here are random answers:
    1) Yes, there is HANA server (hardware machine(s)) and HANA database server (software). HANA server has RAM (lots of it), SSDs and traditional HDD storage. HANA db uses all of those, including CPU cache of course.
    2) You can report using SBO BI or MS Excel (please see earlier thread on this forum). You can use HANA studio for preview of tables/views content, but it isnot reporting tool per se.
    3) Data can be replicated using SAL LT Replicator (ABAP-based), SBO DataServices and in some cases using Sybase Replication Server. Please have a look at recently recorded webinar at http://www.sdn.sap.com/irj/scn/khnc
    4) That's the idea. Details depend on the replication mechanism chosen.
    5) No, but it does not hurt to know ABAP. You would need to learn HANA-specific language called "SQLScript" if you go deep into HANA-based development.
    Regards,
    -Vitaliy
    Edited by: Vitaliy Rudnytskiy on Aug 15, 2011 12:10 AM

  • Recording output questions

    Hi all!
    I have a few questions around recording sreencasts from Captivate 5. I did find a really old thread from 2006 on this, but thought to start fresh.
    Basically I'm confused as to how to get the actual video file from a screencast. When I am in Captivate and press the record button, it does offer to change the size of the recording window but no matter what I choose the actual output is then the "background" of the slide as an swf. How can I record a screencast and simply have it ON the slide as a separate file, (so that for instance I can record a full screen cast that still fits on the slide).
    Thanks!
    Chantelle

    I think what you may be wanting is to create a Captivate screencast session, publish it as an SWF and then add that SWF to another Captivate project as an animation on a particular slide.
    I don't particularly like this method of doing things because it means when I want to change something in the animation I have to go back to the other screencast project, make changes, publish, reimport/update the second project.  To much double handling. Plus, if I'm using voiceover audio to describe the screencast, there's a chance the audio will be getting compressed twice and not end up being matching quality.

  • Recording beta question - seeking in recorded streams and syncing playback

    hi lccs, some initial questions for you as i get started on the beta..
    you say audio and video are saved in separate FLVs on the client server.  does LCCS ensure that audio/video sync is maintained during playback?
    how are the recorded streams delivered during playback?  can you seek into these streams? e.g. if i have a recording of a video chat, can i use a timeline to seek forward and back through that video?
    and finally - i will want to play back a recorded audio video chat between two users.  will LCCS take care of synchronization between these four streams? (two video, two audio) or do i need to build a synchronized buffering strategy to achieve this?

    To reiterate Raff's point - when you setup a ConnectSessionContainer with a
    PlaybackAuthenticator (essentially, a "playback application"), that
    ConnectSession does all the work of synchronizing streams for you. As Raff
    says, you can build a timeline and seek within it - ConnectSession's
    archiveManager exposes all aspects of the playback to you.
    In fact, here's a basic seek bar you could try :
    <s:HSlider width="800" maximum="{cSession.archiveManager.totalTime}"
    value="{cSession.archiveManager.currentTime}" id="slider"
    change="cSession.archiveManager.seek(slider.value)"/>
    lastly, as Raff also says, you're not restricted to playing back the exact
    application you recorded. If you had, say, audio/video chat plus text chat
    recorded, and all you wanted for playback was the A/V, remove the text chat
    from your playback application (and delete the chat FLV from the recording
    zip, to save on bandwidth), and your playback app should just work. You can
    also totally re-layout how your app looks for playback as compared to
    "live", or allow your users to manipulate the layout or contents of what's
    being played back as they watch the recording. We think this will allow for
    some really interesting, innovative applications.
      hope that helps,
      nigel

  • Basic Recording Configuration

    I plan to buy a Mac Pro and Logic Studio to record music. I’ve spent hours surfing discussions, but most have been too specific and not enough big picture, so apologies for any overlap. I want to use as few hardware and software components as possible, among other things on the K.I.S.S. principle that that will mean fewer things to go wrong.
    What will I need besides the Mac and Logic?
    To the extent possible, I want to do everything inside the Mac, using only Logic (including plug-ins), and a mic and MIDI controller. By everything, I mean MIDI tracks, recorded from a MIDI keyboard, controlling internal plug-in sound sources, and audio tracks recorded via microphone (vocals and possibly guitar). And likewise apply effects to audio and MIDI tracks with internal plug-ins. Then to burn the final mix to CD or DVD or make available via Internet. Most if not all recording would be done one part at a time. Pro quality sound (e.g. 24x96) is a must. Portability is not necessary. A priority for me is getting everything I need now, partly because I don’t want to interrupt my music making with more learning curves next year or the one after once I’ve got this much down, and partly because I’ll need to use files created now perhaps years down the road with no questions asked.
    Is there anything unrealistic about this goal? Such basic info as to what inputs and outputs each piece of gear has can be hard to come by or use unfamiliar terms. Do I need a separate audio interface? A separate MIDI interface? If so, which ones would be most suited for this purpose?
    Any comments as to which Mac Pro? The quad-core and eight-core versions are both candidates, but I’ve been mostly focusing on the eight core just because it appears my target 16 GB RAM is quite a bit less expensive that way (probably due to using smaller sticks). The 24 and 30 inch Apple displays are also both on the table. At this time, I am only getting one hard disk, with the idea of adding one or more solid state drives later on, the lone exception to my everything-now rule. Thanks for your thoughts.

    audio tracks recorded via microphone (vocals and possibly guitar).
    You'll need an audio interface - I'd suggest something like the Apogee Duet or One would suit, being reasonably priced and good-sounding, and having enough inputs to record one or two things at once.
    Any Mac Pro will do you fine.
    If you get a controller keyboard with a USB port, you will not need a separate MIDI interface.
    Alternatively, many audio interfaces also come with MIDI ports and will act as a MIDI interface if you just get a MIDI keyboard. If you go down this road, that requirement is something to consider when choosing your audio interface (I don't think the APogee's listed above have MIDI ports.)
    Go for the 24 display, the 30's are expensive and possibly a bit too big for general use... ymmv of course.

  • Basic Cube behaviour question

    Hi Experts,
    I know that this may seem like a basic question but I would like to know how the Cube behaves when there are 2 datasources updating into it.
    Say I have the following fields:
    1. Datasource 1 : COMPANY  (A)  ---   COLOR    (Blue)  --- SALES QTY  (50 pcs)
    2. Datasource 2:  COMPANY  (A)                                     --- SALES QTY  (10 pcs)
    If it updates 1 cube, I understand that it will be aggregated so that if you display the total sales qty of COMPANY A:
    COMPANY (A)   SALES QTY (60 pcs).
    However, my question is that if in your report, you decide to add a drilldown to COLOR.
    Will it show as 2 records? Where 1 record shows color as "BLANK"?
    COMPANY (A)    COLOR (Blue)   Sales Qty (50 pcs)
    COMPANY (A)    COLOR (#)        Sales Qty  (10 pcs)
    How to i make it appear as :
    COMPANY (A)   COLOR (BLUE)   Sales Qty (60 pcs).
    Which is basically what i am trying to summarize.  The 2nd datasource is sort of like a HEADER information only that is why there is no color breakdown. 
    Please advise.
    Thanks guys!
    Edited by: karene on Jun 28, 2009 12:14 PM

    Hi Vijay,
    Thanks. That's what I thought also.
    However, how can you explain the case of the Standard 2LIS_13_VDITM and 2LIS_13_VDHDR datasources?
    If I want to see in my Bex Report, say, the sales Qty of Billing documents with Address "ABC", it should show me:
    Billing Document (from Header&Item)               Address (from Header)            Sales Qty  (from Item)
    A1111                                                                     ABC                                        25
    Here, the Address characterisctic is not in DS1 but can still show the KF in DS2.
    How does the cube behave? Can you help explain how the aggregation works in this case?
    Thank you so much.
    Regards,
    Karen

  • Basic  XML Publisher Question: How to access tags in the higher levels?

    Hi All,
    We have a basic question in XML Publisher.
    We have a xml hierarchy like below:
    <CD_CATALOG>
    <CATALOG>
    <CAT_NAME> CATALOG 1</CAT_NAME>
    <CD>
    <TITLE>TITLE1 </TITLE>
    <ARTIST>ARTIST1 </ARTIST>
    </CD>
    <CD>
    <TITLE> TITLE2</TITLE>
    <ARTIST>ARTIST2 </ARTIST>
    </CD>
    </CATALOG>
    <CATALOG>
    <CAT_NAME> CATALOG 2</CAT_NAME>
    <CD>
    <TITLE>TITLE3 </TITLE>
    <ARTIST>ARTIST3 </ARTIST>
    </CD>
    <CD>
    <TITLE> TITLE4</TITLE>
    <ARTIST>ARTIST4 </ARTIST>
    </CD>
    </CATALOG>
    </CD_CATALOG>
    We need to create a report like below:
    CATALOG_NAME     CD_TITLE     CD_ARTISTCATALOG 1     TITLE1     ARTIST1
    CATALOG 1     TITLE2     ARTIST2
    CATALOG 2     TITLE3     ARTIST3
    CATALOG 2     TITLE4     ARTIST4
    So we have to loop at the level of <CD> using for-each CD. But when we are inside this loop, we cannot access the value of CAT_NAME which is at a higher level.
    How can we solve this?
    Right now, we are using the work-around of set_variable and get_Variable. We are setting the value of CAT_NAME inside an outer loop, and using it inside the inner loop using get_variable.
    Is this the proper way to do this or are there better ways to do this? We are running into troubles when the data is inside tables.

    you can use
    <?../CAT_NAME?>copy past to your template
    <?for-each:CD?> <?../CAT_NAME?> <?TITLE?> <?ARTIST?> <?end for-each?>

  • PHP/MySQL Record Insert question

    I am working with which PHP 4.4.2, MySQL Server 5.0 running
    on Apache 2.0.55, and I am developing my web-site with Dreamweaver
    8. All of which is running locally on my machine.
    I am working on a real-estate website that allows landlords
    around my local area to login to the web-site and add their
    apartment or housing rental units into a database that students
    that go to my small university can browse and search through. The
    landlords register through a form that loads into a 'landlords'
    table in the database and MySQL auto-increments an ID into a
    'landlord_id' column which obviously assigns them their
    'landlord_ID'.
    My question is: When the landlord is filling out the form to
    add one of their rental units ( which loads into a separate table I
    called 'sites'), how can I make their 'landlord_id' (which resides
    in the 'landlords' table) be entered into the 'landlord_id' column
    in the 'sites' table for each site that they enter into the
    database?
    I'm trying to do this because when the landlord first logs
    in, I'm going to have a dynamic table that displays all of the
    sites they already have entered in the database, and only displays
    their sites that they have already entered in by only displaying
    the sites that have their 'landlord_id' in the site record.
    Thanks so much for your help, and if I'm being confusing at
    all, please reply or email me so I can clarify.

    Cade06 wrote:
    > Thanks alot for your reply, but I am completely new to
    MySQL, and I am not
    > quite sure how the syntax works. When you say " WHERE
    landlord_username =
    > 'whatever' "I'm not sure what needs to go in the
    'whatever' portion of the
    > code. Do I need to insert static text here or something
    else? I am totally out
    > of my element here, sorry :-/
    It's probably not so much MySQL syntax that's the problem for
    you, but a
    lack of understanding how to work with Dreamweaver
    recordsets, server
    behaviors, and sessions. Building database-driven sites with
    Dreamweaver
    isn't difficult, but there are a lot of things involved.
    The Log In User server behavior automatically creates a
    session variable
    called $_SESSION['MM_Username']. You can use this as a
    parameter to pass
    to the SQL query in the Advanced Recordset dialog box. In the
    SQL area
    you would type (I'm guessing the name of your table and the
    username
    column):
    SELECT landlord_id FROM landlords
    WHERE landlord_username = 'col1'
    Then click the plus button above the Variables area, and
    create a
    Parameter with the following values:
    Name: col1
    Default value: 1
    Runtime value: $_SESSION['MM_Username']
    You can then extract the result of the recordset, and assign
    it to a
    session variable like this:
    $_SESSION['landlord_id'] = $row_recordsetName['landlord_id'];
    > Also, I understand that I need to do this on the login
    page, but do I need to
    > define the recordset again on the add_site page as well?
    I guess I'm still not
    > quite clear on how I specify the session variable as the
    value that needs to be
    > entered in the sites table as the landlord_ID.
    As long as the session is still valid (which it would be if
    you use
    Restrict Access to Page), you will always have access to that
    landlord's
    id through $_SESSION['landlord_id'].
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Basic VT / Video Question

    I am upgrading my CM to v4.2 this month and looking to do a limited implemenation of some video. I have read the basics on VT Advantage solution and had some questions I can't seem to find the answers to:
    1. Besides the obvious desktop software and hardware (camera) installation, what additonal configuration changes do I need to make to CM/Unity/gateways to get video working in the environment?
    2. What kind of additional load is now placed on the network with video and what will this do to my current bandwidth configurations?

    Michael,
    First off you should check out the IP Video Telephony SRND if you are thinking about deploying video. Here is the link. (It's a 4.1 reference but should be 99% the same for 4.2).
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns268/c649/ccmigration_09186a00804ff6ba.pdf
    Somewhat brief answers to your questions.
    1. QoS for video on all network devices. The above guide discusses this but the Enterprise QoS SRND is the best reference. Switched only VT advantage isn't that hard. If you have WAN links then the LLQs should be configured independantly for video and voice(still only one llq though but this will ease admin and give the ability to police the video). Call Manager locations can be created to help enforce Call Admission Control of video calls. Provisioning the bandwidth is going to be one of the harder things to configure.
    ACLs will need to be adjusted for PC/Cam to Phone communication. The phone proxies the connection for the Camera and determines the camera via CDP (local on the phone switch) and then sets up a TCP connection traversing L2 vlans to L3 router and back. So if you have Phone acls they need to be adjusted. Again this is referenced in the above document.
    Regions for video types. You have a few options on video quality. This response will also answer 2. You can choose Cisco wideband, 7mps each direction for the highest quality and low amount of system overhead on the pc cpu. Of course this takes up a total 14mb for video. Should only be used on local lan. Then you have increments of h263. They range from 128 up to 1536. The higher the bandwidth the better the quality and more cpu on the local pc. You will need to use regions to set the desired video codecs and locations to enforce the bandwidth the codecs require.
    Lastly multipoint conferencing and other video endpoint integration. If you want conference with video you need to add MCUs. Currently (not sure on 4.2) CCM has a limitation on determining Video conference resources in an intelligent fashion. Essentially you need to have any video MCUs at the top of your MRGLs in CCM. This leaves the potential for Audio only conferences happening on very expensive video conference bridges. This calls for Device Pool and MRGL design changes for people who really only need multi-point video conferences.
    Read that SRND, great resource.
    Please rate any helpful posts
    Thanks
    Fred

Maybe you are looking for

  • HT3382 Connect from a MacBook Pro's mini display port to a Display Port monitor?

    Hello everyone, Is it possible to connect from a MacBook Pro's mini display port to a Display Port monitor with resolutions higher than 1920 x 1200? It seems Apple does not supply a mini-DP to DP adapter. However, just as they do not make a mini-DP t

  • How can you create a screen width slide show?

    I have created screen width images that resize depending on the screen resolution using the fill option. However, when I use any of the slide show widgets and size them to the edge of the site, it doesn't fill the screen width on the live mode. It al

  • How to remove white spaces from XML content using Coldfusion?

    Hi, Can anybody help me in removing white spaces in between the tags from the below XML content using coldfusion? XML content: <?xml version="1.0" encoding="UTF-8"?> <chart showdates="true" today="08/12/2009"> <phases> <phase color="CCFFCC" name="Fun

  • RE: FREIGHT PROBLEM

    Dear Sap experts, Please advise me that we have put all condition of import & domestic and proper working in purchase order. When i do Miro           ZFR4 (freight sea/air)        Condition is not proper flowing in miro. Please advise me ........ Tha

  • Address Book - Can't add Notes

    Using 10.5.3 I can't add Notes to my address book cards either in Edit mode or not in Edit mode. The word "Note" is grayed out and I can't type in the field. What am I missing? I feel like I am doing something wrong. Thanks for any suggestions.