Alter the transmission rate of the sendstream

can somebody help me.I need to alter the transmission rate of the AVTransmitter..but i am not able to figure out how...Is it the BitRateControl?...but RTPSessionMgr does not seem to have the control over it.
Or should i create a datasource that implements RateConfigureable interface?...plz help.

The Bus monitor included in the NI-CAN driver 2.1.1 and accessible in MAX doing a right mouse click on the CAN Port has default information included for instance Frame rate, dt min , dt max and total number.
The same information is delivered by the timestamp on every message. but you have to do the calculations by yourself.

Similar Messages

  • Refreshing Entity Objects after Altering the table

    Hi,
    My Entity Object is based on a table... and View Objects on the Entity Objects. Now if I alter the table (just changing the width of the column), that change is not visible on the Entity Object. Is there any way I can automatically refresh the Entity Objects after altering the table(only column width is changed).
    (Changes made to Entity Objects manually are reflected in the View Object correctly.)
    Regards
    Faiyaz

    'changing the width of the column' means changing the size of the column in the table description in the database. For e.g.. In the original table I had a column OIL_KEY NUMBER(6). Now I change the column to be of size 12 i.e. OIL_KEY NUMBER(12). This does not get refreshed in the Entity Object.

  • How to alter the default profile for multiple users

    I am trying to alter the default profile assigned to users during user creation to a new profile. I know to change the profile for one user using the syntax
    alter user abc profile profileabc
    The issue I have is that there are 100's of users under default profile and changing for each of them manually would be difficult. The approach that I see is to write a shell script where I connect to the db and get a list of all the users with default profile. Then I loop through the file making connection to the db each time and executing the alter statement.
    Please help if you think that there can be a more efficient approach to this.
    Thanks

    alter user abc profile profileabcspool newsql.sql
    select 'ALTER USER '|| USERNAME || ' PROFILE NEWPROFILE;' FROM DBA_USERS;
    SPOOL OFF
    @newsql.sql

  • How to avoid that two or more people altering the same Sales Order

    I'm looking for a way to avoid that two or more people altering the same Sales Order at the same time.
    If someone has entered a Sales Order in the system and something needs to be adjust it can be done by two or more people at the same time. The problem is that when someone is saving these changes, the changes of another person, who is still working on the same order, get lost.
    So what we need is an alert that someone is already using this order and that no other person can make any changes at that time. So the order needs to be blocked for altering for any other person at that time.
    To avoid this I think you have to do something with the Stored Procedure. Or has someone a more simple and better solution. So far I didn't find a standard option in Business One neither a solution in this forum.
    Best regards,
    Tim

    Tim,
    There is nothing in the application settings in Business One that could be used to prevent this.  You may post this to the SDK forum as well and perhaps there is a way to achieve this through SDK.

  • How to avoid that two or more people alter the same Sales Order same time

    I'm looking for a way to avoid that two or more people altering the same Sales Order at the same time.
    If someone has entered a Sales Order in the system and something needs to be adjust it can be done by two or more people at the same time. The problem is that when someone is saving these changes, the changes of another person, who is still working on the same order, get lost.
    So what we need is an alert that someone is already using this order and that no other person can make any changes at that time. So the order needs to be blocked for altering for any other person at that time.
    To avoid this I think you have to do something with the Stored Procedure. Or has someone a more simple and better solution.
    I've already put this thread in the Business One forum and someone suggested to put it in the Business One SDK forum, as there isn't a solution in Business One itself.
    So if someone can give me a direction for a solution I would be very pleased.
    Best regards,
    Tim

    Hi Tim,
    The only thing that comes close to what you want in standard SBO is Data Ownership. However, this can't stop someone editing a document that is already being edited.
    You can't use stored procedures to track which document is open because the SBO_SP_TransactionNotification proc (which is the only one that you are able to customise) is triggered when a document is updated or added (or cancelled or closed) and not when the document is actually being edited in the user-interface.
    You could do this by writing an addon that uses the UI API to trap events in the sales order form. In theory, a sales order is being edited if the sales order form is in Update mode (ie in order for the form to be in Update mode, the user must have selected an existing document and changed the value of at least one field). You can trap the event of the user changing a value and then log the user and document in a table. When other users try to edit the same document, you could check the table and then prevent them changing values. When the first user clicks on the update button (or cancels the update or closes the form etc etc) you can remove the lock on the document. However, I have doubts as to how robust it would be. The problem with this kind of locking solution is that you sometimes get 'stranded' locks (eg user was editing a document when their workstation crashed) and the solution can end up being more troublesome than it is worth.
    Kind Regards,
    Owen

  • How to create a movie file of java 3D animation without altering the code?

    Is there a way to create a movie file of a Java 3D animation without altering the source code of the Java 3D animation program???
    Because as what I observed, most of the forum recommends extracting the bufferedimages of the animation. And, then using the bufferedimages to do a movie file. In this way, I will need to add in new code in the animation program in order to extract the bufferedimages.
    So, is there an alternative way?
    My objective is write a program to create movie file of any Java 3D animation.
    Pls advise me. Thanks a million.

    I'm curious as to why FRAPS will record java3d and
    not a java2d app? is there something that Java3d
    sets that makes it recognizable by fraps? or?? could
    someone or messengers ( =D!) explain this for me?Seems that only in JDK 5.0 or later, does the 2D api automatically use a DirectX or OpenGL rendering pipeline (if available).
    Further, these automatic pipelines accelerate polygons and the like, but not low level Graphics2D bit blitting operations.
    There are JOGL apis that allow better control over acceleration, and are considered 'thread safe' (single threaded) whereas DirectX pipelines are not.
    Interesting demos of this here:
    https://jogl-demos.dev.java.net/applettest.html
    and
    http://www.hardcorepawn.com/RandomGL/
    Fraps (commercial) and Taksi (opensource) will reveal that you are actually using acceleration, since they intercept the pipeline at the openGL (and DirectX) level.

  • I have a band video that I want to edit. In iMove 09, I could clip to crop or add a transition or both without altering the audio. In iMovie 11, the audio lower or drops out when I clip for and use a transtion. Is there a setting to preven this?

    I have a band video that I want to edit. In iMove 09, I could clip to crop or add a transition or both without altering the audio. In iMovie 11, the audio lower or drops out when I clip for and use a transtion. Is there a setting to preven this?

    Thanks for that info! Even in my time answering questions on iMovie Discussion Group, I never had a good understanding of when and how Optimize Movie came into play. I always would import as Optimized and Large Size and figured that was good enough. But knowing you got much, much more flexibility doing it the way you describe gives me a much better understanding of the different routes you can take into the Event Library.

  • How to alter the display names of grouped items in a document library?

    Very odd issue I want to sort items in a document library by the value in a field, that is no problem. The issue is I want them display NOT in alphabetical order for example I have a list that is grouped into 3 groups (Cases, Forms and Support). When you
    look at the page they are grouped in alphabetical order from top to bottom, I want them to show up as (Cases, Support and Forms). I tried creating column with with a value 1,2 or 3 with the "3" value attached to "Forms" items and the "2"
    to the "Support" item them sort per Grouped value and that works BUT the grouped names appears as "1" "2" or "3". I need them to show as (Cases, Support Forms). 
    I was wondering if there is syntax to alter the display name while editing within Designer similar to the syntax used to change the display name of a long hyperlink when quoting it in an email or forum submission?? 
    I want:
    <FieldRef Name= "Grouping"/> to diplay the three groups by names other than the values in that column, the display names.

    Hello,
    This might be helpful:
    http://sharepoint.stackexchange.com/questions/78958/change-header-on-group-by

  • Altering the net value and not posting to Accounting

    Dears SD pricing experts.
    how can I make a condition type alters the net value of a sales order and not posting it to Pricing procedure (Without ticking the statistical tick mark in Pricing procedure since it is not updating the net value for the sales order).
    best regards
    Moahmmed

    Dear Mohammed
    I am unable to understand your comment "not posting it to Pricing procedure".  Probably, it should have been "not posting it to Accounting".
    If this is what your requirement is, either you can select "Statistical" as you yourself had indicated, or don't assign any account key in pricing procedure, so that the said condition wont hit any G/L account.
    Last but not least, it would have been more appropriate had you briefed your requirement / process clearly instead of posting such a question. 
    thanks
    G. Lakshmipathi

  • Have altered the display settings on my mac mini (version 10,6,4) it is now generating a screen that doesn't produce a signal on the HDMI tv I use as a monitor. have no visible screen so cannot reset back.

    Have altered the screen resolution,(don't ask why). and am now getting a no signal message on the LG HDMI tv I use a monitor. Have tried going through an old CRT monitor, but no luck. it all worked perfectly before I meddled. Cannot see a screen to reset to a resolution that works. Am new to Macs, and not exactly overburdened with tech know how. Help please.

    thanks for your reply Stefan. have reset the pram, but no luck. still getting unsupported signal message. also tried connecting to the tv via an HDMI cable, then get the tv to detect the display. managed to get a picture of a screen saver ( purple galaxy) but this was competely static, could not get any further response, would really appreciate anything further you could add.
                                                                                            Peter. (avus)

  • Photoshop crashes whenever I try to alter the order of my layers

    After updating my macbook pro to OS x 10.9, my photoshop now keeps crashing whenever I try to alter the order of my layers. My photoshop works like normal on my iMac and I have not had any problems. I use photoshop everyday for work but have never experienced this problem before, help would be greatly appreciated as it it is starting to drive me crazy. Thank you.

    Which version of photoshop are you using?
    Photoshop crashes when dragging the layers in the layers panel?
    Do you have a crash report you can post here on the forum?
    (yes it's long, but we need to see the whole report)
    What version of mac os x did you upgrade from?
    Photoshop was already installed before doing the upgrade?

  • Is it possible to alter the name of a book in the kindle app so as to reflect volume 1 etc of a set

    I have quite a few Kindle books that I use via the app on an iPad mini. I would like to ammend/alter the titles of some so that they can be arranged in "set" order rather than alphabetical, however, I've no idea how to do this. Any advice received gratefully

    To my knowledge, there is no way to do that. However, you might try amazon support (its their app).

  • Can you alter the JVM heap space size for all Windows users?

    Hi,
    I have used the "-Xmx" option to increase the Java Heap space for my Java application. This works fine, but all other users on my system still have the default heap space setting and I want them to have use an increased heap space as well. I cannot alter the JVM heap space at the command line since our Java application is started via an ActiveX bridge from a Windows application.
    So far I have found one potential, but not really good solution; I have figured out that I can copy the deployment.properties file containing the altered JVM heap setting from the "Application Data\Sun\Java\Deployment" folder in my own Windows "Documents and Settings" folder to the same folder of another user. However, this is not a really good solution since we are running a system with about 60 users and often new user accounts are created and sometimes people forget to copy the deployment.properties file.
    Does anyone know a better solution. I've tried to search the Windows registry or the JRE files for a default JVM heap space setting but I can't find it anywhere. Still on some systems the default is 64Mb and on others 96Mb, so I guess there must be a setting somewhere?

    The following is my eclipse.ini:
    -vmargs
    -Xms256m
    -Xmx512m
    -Dfuego.fstudio=true
    -DprodMode=preProduction
    -Dbea.home=C:\bea\albpm6.0\studio\..
    -Djava.endorsed.dirs=""
    -XX:PermSize=256M
    -XX:MaxNewSize=256M
    -XX:MaxPermSize=1024M
    but i think this configuration just effect the eclipse, not embed bpm engine. I also change the engine preference, increase the heap size, but engine crash as before.
    I want to change the jvm from jdk to jrockit, i hope any suggest.

  • Can Motion alter the speed of a video clip?

    Or must this be done in FCP?
    I want to speed up a clip.

    You can alter the FPS in the media pane, or play with the scrub filter - see: http://discussions.apple.com/thread.jspa?messageID=635543 for Scot Walker's tip. Or you can use compressor or FCP, but you must send the self contained export/import of FCP to Motion. Timeline speedchanges are ignored.
    Patrick

  • Unable to alter the process. Unable to execute action start and stop

    Hi,
    I have setup a UCM CMS server on Linux. In the UCM instaance I setup If I go to Admin Server, the Genral configuration page contains no entry. While the file Config.cfg present in the directory Oracle/UCM/Server/Config/ contains all the entries I provided during the setup.
    Now when I am trying to start/stop the UCM instance, it is giving me error " Request Failed : Unable to alter the process. Unable to execute action 'stop' on server 'EBIZ_UCM'." While If I try to restart the server using IdcServer present at the location Oracle/UCM/Server/bin/, it is getting started.
    While clicking on the Component Manager, its giving error like :
    " Unable to retrieve component data. Components.hda exists, but contains no data. ".
    Please suggest.

    I know this is an old thread, but I ran across this while having a similar problem. It turned out that I had started the admin server incorrectly (e.g. running /apps/oracle/ucm/server/admin/bin/IdcAdmin instead of /apps/oracle/ucm/server/admin/etc/idcadmin_start). Once I corrected that the problem went away.

Maybe you are looking for

  • Canon HV20 In Photo Mode Does Not Appear On Desktop ?

    I can't think where else to post this and it is connected with an iMac! Normally when I connect a digital still camera to my iMac via USB I get a "No Name" Hard Drive type icon on my desktop. The camera is basically just another HD. I can then open t

  • Post Upgrade from 4.x to 5.0 to 5.1 questions

    All, I have upgraded my first sensor 4.x to 5.0 to 5.1. Here is my process 1) Upgraded from 4.x to 5.0 using FTP with this file IPS-K9-maj-5.0-1c-S149.rpm.pkg 2) Installed License Key 3) Using VMS, I went from 5.0 to 5.1 using file IPS-K9-min-5.1-1.z

  • Should I cut the power to my TC when I close down my iMac?

    Hi, Sorry to be asking such a dumb question on my first visit here. My new Time Capsule and iMac seem to be working perfectly - I'm connected to the internet via a Virgin cable. I'd just like to know if I'm going to experience any problems with recon

  • Watch out G72GX-RBBX05 users!

    Hello people who have Asus G72GX-RBBX05 or plan to buy one. Got this laptop about 3 weeks ago cause old one (rx05) was discontinued by Asus. When I'm playing games like F.E.A.R 2 or Crysis, GPU temperature jumps to 80C and over, 85C is critical temp

  • How do I stream spotify?

    How do I stream from spotify on IPAD 4 to Airplay receiver with airplay ( Pioneer VSX922 ) or to Apple TV conected to the same receiver. I do not find the Airplay symbol in spotify...