Releasing license after user stops viewing FLV

I'm running FMS2, profile 1, that has 150 concurrent users.
Here's my question: once a user stops watching the streaming FLV
(and it doesn't loop), does that release a license for the next
user? Or does the user have to leave the web page? In other words,
when does the license get released for the next user?

HI,
The liscence use limit counts towards connections not
streams.
ie when the user connects/disconnects not when they
play/publish/close a stream.
this can happen when they leave the webpage or when you close
the connection to fms.

Similar Messages

  • Release the memory with stop the flv player

    Hi
    I have a problem with using flash component  flv player. In my project, I have some buttons which every one load a movie. when click a button , at first the before movie was loading should be stoped then the new movie start. I stop the before one with this code:
    flvPlayback1.stop();       
          if(flvPlayback1.parent) {
          flvPlayback1.closeVideoPlayer(1);
       removeChild(flvPlayback1);
    but it seams these codes could not release the memory, because after loading the next movie the memory usage will increase about 0.1G,

    Hi
    I have a problem with using flash component  flv player. In my project, I have some buttons which every one load a movie. when click a button , at first the before movie was loading should be stoped then the new movie start. I stop the before one with this code:
    flvPlayback1.stop();       
          if(flvPlayback1.parent) {
          flvPlayback1.closeVideoPlayer(1);
       removeChild(flvPlayback1);
    but it seams these codes could not release the memory, because after loading the next movie the memory usage will increase about 0.1G,

  • Installed the RDS 2012 Server License per user CAL (5pcs) after not allow over two users remote desktop connection problem

    I have successfully to installed the RDS 2012 Server R2 per user CAL (5pcs) Open License after is found not allow over two users to remote desktop connection on this Server problem, I try to uninstall the license and then (internet on-line & telephone
    call Microsoft Activate Center get the activate key) to reinstall is still same of the result on below problem.
    Select a user disconnect so that you can sign in.
    There are too many users signed in
    User1 Active
    User2 Active
    () Force disconnect of the user

    Hi,
    In addition you can also refer following article for RDL configuration.
    RD Licensing Configuration on Windows Server 2012
    http://blogs.technet.com/b/askperf/archive/2013/09/20/rd-licensing-configuration-on-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to find the ME29N 'USER EXIT' when our save the release PO after.

    How to find the ME29N 'USER EXIT' when our save the release PO after.
    which user exit will be used?
    thanks.
    alex.

    Hi,
      process :
        go to tranx code :   ME29N ,
           System---->Status , here copy the program name (SAPLMEGUI),
         go to abap editor and specify the program name SAPLMEGUI and find the package "ME".
         tranx code : CMOD ,  Utilites--->Sap Enanchement,
                                         specify the package name : ME
                                          and execute, displays a list of exits ,
                                 and find out our suitable exit based on requirement.
    check these :   EXIT_SAPMM06E_021
    reg
    Siva

  • Windows Virtual PC And XP Mode After Support Stops

    I paid extra to get a version of Windows 7 that ran a virtual PC. I require this for my work.
    What solution is available for me after Microsoft stops support for XP?

    Because Microsoft are discontinuing support for XP, they are effectively ending support for Win 7 Professional.
    I feel as though Microsoft need to release a replacement for Win 7 Professional users that addresses this, and delivers a secure safe shell to replace XP mode. Either that, or refund Win 7 Professional users their purchase price.
    You quoted a Q&A. Can I ask when this Q&A was produced? I cannot recall reading it when I purchased Win 7 Professional, and because it says "Windows
    XP extended support phase ends in 2014" I strongly suspect it is only a recent statement to cover the obvious paradox Microsoft have created for themselves by ending XP support while it still remains an inherent component of the Windows 7 Professional
    product - a product that is supposed to be supported.
    Thanks for the answer Prof. Appreciate it.

  • Interactive Gantt chart - how to receive updated XML after user changes

    Hello,
    I failed to receive changed XML after user updates.
    I've constructed following example:
    Created context attribute of type XSTRING, binded it to the "dataSource" property of the Gantt chart control.
    I pass following XML to the control:
    <?xml version="1.0" encoding="iso-8859-5" ?>
    <SAPJNetData version="1.0">
    <Application type="GANTT" version="1.0" />
    <TypeRepository version="1.0" href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_tr.xml" />
    <UserInterface version="1.0" href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_ui.xml" />
    <Graph type="Gantt.Graph" version="1.0">
    <rows>
      <row id="001" />
      <row id="002" />
      <row id="003" />
      </rows>
    <dates timeZone="GEurope/Berlin" locale="de_DE" format="dd.MM.yyyy" dateEnd="20.01.2010">
      <section date="01.01.2010" unit="DAY" unitSize="20" />
    <calendarItem id="Cal.1stDayInMonth">
      <repetition unit="MONTH" />
      </calendarItem>
    <calendarItem id="Cal.1stDayInWeek">
      <repetition unit="WEEK" />
      </calendarItem>
      </dates>
    <view>
      <viewpos date="01.01.2010" />
      </view>
    <chart id="Dummy">
    <timeScale>
    <section index="0">
      <ribbon type="Gantt.CProjects.Ribbon.Month" />
      <ribbon type="Gantt.CProjects.Ribbon.3Days" />
      </section>
      </timeScale>
      <grid type="Grid.CProjects.Gantt.TimeLine" calendarIDs="Cal.1stDayInWeek" />
    <table type="Gantt.Table" id="CProj-Table">
      <defaults typeCell="L.Table" typeHeader="L.Table" />
      <tree showRootIcons="TRUE" />
    <cols showInitially="4">
      <ids>TREE,ID2,ID3</ids>
      </cols>
    <header>
      <header width="30" />
      <label colid="TREE" width="250">Этап</label>
      <label colid="ID2">Дата с</label>
      <label colid="ID3">Дата по</label>
      </header>
    <rows>
      <ids>001,002,003</ids>
      </rows>
    <row>
      <header>1</header>
      <tree>Top Item</tree>
      <label>01.01.2010</label>
      <label>20.01.2010</label>
      </row>
    <row>
      <header>2</header>
      <tree parentRow="001">Subitem 1</tree>
      <label>01.01.2010</label>
      <label>10.01.2010</label>
      </row>
    <row>
      <header>3</header>
      <tree parentRow="001">Subitem 2</tree>
      <label>11.01.2010</label>
      <label>20.01.2010</label>
      </row>
      </table>
    <graph>
    <view>
      <backColor type="White" />
      </view>
    <node id="001" type="Gantt.CProjects.SummaryNode" rowID="001">
    <dates>
      <date>01.01.2010</date>
      <date>20.01.2010</date>
      </dates>
      </node>
    <node id="002" type="Gantt.CProjects.Node" rowID="002">
    <dates>
      <date>01.01.2010</date>
      <date>10.01.2010</date>
      </dates>
      </node>
    <node id="003" type="Gantt.CProjects.Node" rowID="003">
    <dates>
      <date>11.01.2010</date>
      <date>20.01.2010</date>
      </dates>
      </node>
      </graph>
      </chart>
      </Graph>
      </SAPJNetData>
    Then I run my example application, press standard "Save" button in Gantt chart control.
    After that my XML in context changes, but it's incorrect. There is no <graph> tag at all - this tag should contain all significant parameters of the chart.
    The resulting XML below:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <SAPJNetData build="9295" date="04-Aug-2010 10:19:13" host="localhost" version="1.1247">
    <Application type="GANTT" version="1.0"/>
    <TypeRepository href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_tr.xml" version="1.0"/>
    <UserInterface href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_ui.xml" version="1.0"/>
    <GraphGantt version="1.1247"/>
    </SAPJNetData>
    All the chart in fact has completely disappeared. There is nothing left but file header.
    The question: How to get XML with all user changes back from the Gantt chart control?

    Long time, hah..
    Anyways thanks to behave like a responsible person on SCN and taking care of your threads..
    Liked.

  • Table space and recollection of released space after client deletion

    Dear All,
    I have two questions:
    1.Can any1 tell me how to determine the fastest growing table and how to reorganize table space.
    2. Is there any way by which we can recollect the space released:say after client deletion. I had deleted one client two  weeks back and when I saw the SAP/user drive I fow free space available remains the same.
    I searched but found no relevant clue.
    regards,
    Ashutosh

    1.- You can see the largest table report in ST04 (as far as i remember)...
    2.- You can reorganize your db using brtools - brspace...
    Read,
    http://help.sap.com/saphelp_erp2004/helpdata/en/32/0d0c888839164ba4245b3ff7969c59/frameset.htm
    Regards
    Juan

  • Cannot cancel release stratigy after output is printed

    Dear Expert,
    I has been configuration output for PO ( print auto after release stratigy)
    After I release stratigy there is a scenario that user need to cancel release stratigy
    But the system is error not allow to cancel release stratigy after output is printed
    What's I miss? thank you very much.
    I release stratigy using ME29N and cancel using ME29N and ME28 also.
    Best regards,
    @tom _

    HI,
    In ME9F itself try to repeat the output.
    Thanks & Regards,
    Kiran

  • Capitalize the first letter after full stop.

    Since I m not a Java Programmer, my speciality is PERL. I m looking
    for a little support from any of the Javascripts Gurus here. Its
    going to take 5 or less minutes for you to solve this issue.
    I have a textbox and I want when users are typing in it. The word
    after full stop (.) will be capitalized just like MS-Word. I mean
    the begining of the new sentence with capital letter, users don't
    have to push "shift" button to capitalize the first letter after
    every full stop .
    thanks for your help.
    Any Ideas,
    Zeshan.

    Try Google. Have you heard of it? www.google.com
    do a search!

  • WDA + AIF : Get modified PDF source (XSTRING) after user input

    Hi guys,
    I have this problem.
    I have an online adobe interactive form (ZCI layout) with fillable and dynamic attributes sets to 'X'.
    The interface is type "Dictionary Based" (not XML).
    I've created a wda that calls standard ADS function modules (FP_JOB_OPEN, generated function modules, FB_JOB_CLOSE) to get the xtring of this Form. Then i bind the xstring returned by generated function module in order to show it in a view (that contains an AIF element). Now the user can insert values in input-ready fields.
    When the user close the window, i'd like to read the whole (result) xstring of the pdf, filled with the user input.
    But when i read the context attached of the pdf (called pdfsource) after user input, it contains only the pdf source, but not the user's input also. The result should be a merge of pdfsource and userdata, in order to save the xstring in a specific path (after conversion).
    Is there a way to solve this problem ??
    Thank a lot for your help and hints
    Andrea

    Please,
    no one may help me with this task?
    Just know if it is possible do something like my request, or not.
    I've alredy search in old posts also, but nothig was found.
    Thanks a lot
    Andrea

  • How to view .flv files?

    How view flv files in nokia 5233?
    Moderator's Note: We have moved your post and changed the title into a subject-related title. This is to keep the forum organized and let other forum users easily see and respond to this post.

    the only way really to view .flv files on older Symbian 5th edition devices was thru baseline updates to the built-in video player (in many cases, RealPlayer). this was achieved only thru ensuring that you had the latest firmware installed on your device, via checking via Nokia Suite on your PC.

  • Oracle AS control hangs after user login - AIX 5.3

    Hi,
    We are engaged with a customer who deploys OracleAS 10.1.2.0.2 on AIX 5.3. After installation, AS control hangs after user logins. This issue is addressed in release note and metalink doc365725.1. We followed the guide in metalink to do the modification and we can access AS control successfully after that. However, due to some other reasons, we restart the AIX, and after that AS control hangs again. This is quite strange. Does anyone meet with this symptom before? How can we resolve this issue?
    Thanks in advance.
    Sindhiya V.

    Thanks everyone for the response and help.
    I completed the task yesterday with the permission method. However, I think I found the solution after completion. The trick lies at the oraInst.loc file. It lies at /etc directory for my case (AIX 5.3).
    If you do a opatch lsinventory, it shows you the Central Inventory location and the location of orainst.loc. For my case, it is pointing to /oracle/DE1/920_64/inventory. Therefore, even though I am logging in as oraqa1 with all env and oracle settings correct, it still points to DE1 inventory.
    I think modifying the Central inventory location in oraInst.loc will solve this problem.

  • After user managed restore, RMAN not work.

    [oracle@blade1-redhat ~]$ rman target / catalog rman/rman@infra
    Recovery Manager: Release 9.2.0.8.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: PROD (DBID=26786809)
    connected to recovery catalog database
    RMAN> backup database;
    Starting backup at 22-FEB-07
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/22/2007 12:12:55
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of full resync command on default channel at 02/22/2007 12:12:55
    RMAN-20032: checkpoint change# too low
    RMAN-20032 checkpoint change# too low
    Cause: The checkpoint change# is less than the one of the previous resync or the checkpoint change# is null.
    Action: Make sure that the right control file is used
    Hi,
    I am using right control file
    Thanks.

    After user managed restore,From where did you restore?? Means from RMAN itself or from some other backup source?? Did you open it with resetlogs?? What actually you did can you explain in little detail.
    Daljit Singh

  • How to send trigger pulse for every 0.25 sec until user stops the task?

    Hi All,
    Iam using NI_DAQ PCI 6221 Card for the Data Acquisition.
    Can any body please tell me how to send trigger pulse for every 0.25 sec until the user stop the task??
    Please suggest me the methods I should use to meet this requirement.
    Thanks In Advance,
    Sindhu

    Hi Sindhu,
    Am I correct in thinking that you do not want to use your 6221 to output a digital pulse, but that you are getting a digital pulse from somewhere else that you want to use as a trigger for the analog input?  And you will have more than one trigger?  If this is the case, then it can be accomplished by doing a retriggerable operation.  The way that this works is you use the counter on your board to generate the sample clock for your analog input because analog input cannot do retriggerable operations with its own sample clock.  You can modify the example GenDigPulseTrainContinuous_DigStart that is in the same location as the example I referenced before to be retriggerable by using the property DAQmxSetStartTrigRetriggerable.
    After doing that and testing to make sure that it works, you can setup an analog input task like the example ContAcqVoltageSamples_IntClk but specify the source of the sample clock to be the internal output of the counter you used in the counter portion of your program.  If you need help with the terminal names (You will need to use Ctr0InternalOutput for example), you can reference the NI-DAQmx C Reference Help at Start >> Programs >> National Instruments >> NI-DAQ.  After doing this, you will acquire the same number of samples as the number of pulses you choose to generate in the counter portion of your code every time a trigger is received.
    Also, I have come across an example that does retriggerable analog input using the counter as a sample clock in C++.  Either by using this example or modifying the shipping examples as I stated above you should be able to achieve what you are trying to do.
    Let us know if you have any questions.
    Thanks,
    Laura

  • Force users to view multiple items before moving on

    In it's most basic form this is what I need to do.
    I'll have three boxes.  When the user clicks box A another box will appear containing a descrption of box A.  When the user clicks box B, description box A will need to disappear and description box B will appear, etc.  I think I know how to handle this portion using advanced actions, but is there a way to force users to view all 3 boxes before they can advance to the next slide?  I think it should be able to be done in advanced actions but I'm not sure how to write something like that.

    Nothing to apologize for. 
    the action looks good to me. 
    So your button is showing the language image, the language close button, then hiding some other things.  The expression you have is right.
    Your hide_languageDefinition adv action does the hide for the img_language.  Instead of a 'standard action' you need a conditional action similar to your show_FDCPA_nextButton action you have above.
    In that conditional screen where it says "untitled" you can have the action do several things.  You'll need it to hide your img_language and the btn_languageClose like you have already.  Since you want it to do the show/hide no matter what you can set it like this:
    Action Type:  Conditional action
    Action Name:  hide_languageDefintion
    If:
    (choose literal from the drop down)
    Type a 1 in the text field
    (choose 'is equal to' from the drop down)
    (choose literal from the next drop down)
    type a 1 in the text field.
    You're saying "if 1=1, then do the actions below"  1 is always going to equal 1 so it's always going to run the actions.
    Under actions put all your show/hide statements like you have above in hide_languageDefition
    I suggest changing that 'untitled' name to something that makes sense to you. 
    Click on the next 'untitled' tab and add the conditional if/then statement like you have above in show_FDCPA_nextButton.
    Find your languageClose button, and set it to run this advanced action.
    What the action will do now is runs the hide actions you have.  Then it looks at each variable to see if it is greater or equal to 1.  if they're all true, then it shows the next button.
    hope that makes sense; i can't attach screen shots from work, i apologize I can't help more.
    As for variables, this recorded session might help you:  http://www.adobe.com/cfusion/event/index.cfm?event=register_no_session&id=1891451&loc=en_u s
    picture a variable as a container.. a jar.  That jar has a label and you can write anything you want on it (the name of the variable).  That jar can contain 'stuff.'  numbers, words, whatever you want to put in it.  You can also manipulate what's in there with different functions of captivate.  So let's say in your case I want to track if a learner clicks a button.
    So I have my jar, and when the learner clicks a button I take a piece of blank paper, write a "1" on the paper and put it back in the jar.  If they click that button again, I take out that paper, see a '1' on it, and I add 1 to it, and write '2' on the paper (this is your expression above 'btn_abussive_harassing_language = btn_abussive_harassing_language + 1').
    When I'm closing the image, I pull out the jar, and look at the paper.  If the paper has a 1 or higher written on it, I show the next button (after checking all 3 jars, that is). 
    That's the quick version of what variables are and how they work, I hope that helps.

Maybe you are looking for

  • Error wile Outbinding of the message in multi mapping

    HI I have a scenario SIEBEL->XI->R/3 the data from siebel system is send through web services in xi this data is mapped into 2 IDOCS using multi mapping . I tested the scenario and i am getting the following error . <b><SAP:Code area="OUTBINDING">CO_

  • How to make Multi line checkbox text

    Hi guys, I have a req of displaying text for a checkbox as mutiline. for eg: my text to be displayed for the checkbox is "ALL u201CAPPLICABLEu201D GOODS IN THIS SHIPMENT ARE BEING EXPORTED UNDER THE OPEN GENERAL EXPORT LICENCE   (OIL & GAS EXPLORATIO

  • How to Change PDF View Presets?

    Just recently, whenever I open a pdf, the little triangle arrow icons in my bookmarks bar have become HUGE, so that there are freakishly big spaces between each bookmark. So much so that it's not even worth using the bookmarks bar anymore, which is r

  • Upnp Multicast to multiple subnets

    I am running an arch box as a router. I have gotten it working quite well, doesn't almost everything I need. One issue that I am still having problems with is upnp port forwarding from a different subnet. My gateway(the arch router) is 192.168.5.1 it

  • Mercury hardware acceleration crashes Media Encoder

    My old NVidia with CUDA worked well with Mercury acceleration, but   I recently upgraded  my graphics card to AMD  Radeon R9 200 Series to coincide with the latest Creative Cloud suite.  I tried revising the clock speed down to 1000 MHz, I believe.