How to calculate bandwidth through Multi-bitrate player

Hello everyone
I want to create multi-bitrate player to play VOD and Live stream.
Now for switch between each video bitrate I have to find currently bandwidth between AMS server and client player.
For get current bytes per second I use netstream info but this not stable to decision for switch between bitrates, also I use netConnection checkBandwidth for get the current bandwidth between client-server and sum this value with current bytes persecond for calculate current bandwidth between them but this values is not stable to decision.
Please advise me to fix this problem.
Thanks in advance.

if the bandwidth is not stable between client and server then "it is not stable" not matter what tool you use to measure...What is your specific question?
The server supplied checkbandwdth method is better way to find out bandwidth and is being used by other customers too to make a switch in case of MBR(Multi Bit Rate).

Similar Messages

  • How to calculate total in multi-row block

    How can I calculate and display the total amount in a multi-row
    block that records are not yet save into database?
    null

    Kanekan (guest) wrote:
    : How can I calculate and display the total amount in a multi-
    row
    : block that records are not yet save into database?
    Hi,
    I worked with similar type of requirement. If you are
    working with Forms5.0 there is a new property of formula/summary
    in property palette of text item. In the same block or in
    control block create non database item( It's non base table item
    in forms4.5). In it's property palette give the data type as
    number and set the source item name and set summary property.(
    opetions are max,min,sum etc available). This value will change
    when you navigate from the source item( I mean after validation).
    I think this is informative.
    Nag
    null

  • Dynamically how to calculate expression through PL/SQL ..?

    My senario like...
    I want to calculate the expression using array values from input parameter and then I want to send that calculated values as a output parameter.
    How to do through PL/SQL..?
    I am passing two parameter.
    1. expression variable value as array,
    2. expression as string
    I want to execute that expression using Execute immediate or any other way through PL/SQL.
    For Example,
    exec myPL_SQLproc(p1,p2)
    p1,p2 = (1,2,3), 'a*(a+10)-b+c'
    p1,p2 = (1,2,3,4,5), '((a+b+c+d+e)+(a-b-c-d-e))*log(a)' here base10 for log(a).
    here p1 is array (pl/sql table type)
    p2 is string (expression: varchar2 type)

    Although I think this is likely to be a bad design decision, you can use something like:
    DECLARE
       TYPE values_tp IS VARRAY(10) OF NUMBER;
       l_values_tp values_tp := values_tp(1,2,3);
       l_expr VARCHAR2(25) := 'a*(a+10)-b+c';
       l_exec VARCHAR2(25);
       l_result NUMBER;
    BEGIN
       FOR i IN 1 .. l_values_tp.COUNT LOOP
          l_expr := REPLACE(l_expr, CHR(96+i), l_values_tp(i));
       END LOOP;
       DBMS_OUTPUT.Put_Line(l_expr);
       EXECUTE IMMEDIATE 'SELECT '||l_expr||' FROM dual' INTO l_result;
       DBMS_OUTPUT.Put_Line('Result is '||l_result);
    END;Minimally, you should check the formula string for things like semi-colons (;) and two consecutive hyphen (--) which could indicate a sql injection attempt. You would also probably need much more error handling.
    TTFN
    John

  • How can calculate Bandwidth for ACS packet

    Dear All !
    My network : AS5400 at remote site sent ACS information (only VoIP Accounting information: CDR-Call detail record) to Center site via IP WAN link (512k).
    How can I know how much Bandwidth need for ACS packets/ 1 call ?
    Anyone help me some idea to calculate this BW
    Thansk so much

    Hi ,
    There are many bandwidth monitor available that you can set up on acs sever. This will give you idea how much traffic is received by acs during the particular call.
    Also you can try sniffing acs port to get an rough idea about the traffic generated.
    Regards,
    ~JG

  • How to calculate current time in mp3 player.

    Hello friends
                       i am developing a small mp3 player in flex3.it is working fine but i need to find current time for its slider movement.i already calculated th length of song .but could not calculate the current time so that i can move pthumb of slider for my song.
    i know its very simple but i m not getting any clue. so please help me out.
    Thanks and regards
       vineet osho

    mathsssss
    http://www.mattlefevre.com/viewExample.php?tut=flex&proj=Basic%20MP3%20Player

  • How to communicate servlets with windows media player

    I am new to web programming I am developing an application through which a client can play media file.
    I am getting problem in,how to communicate servlet through windows media player.
    I have developed the basic architecture of my application using tiger server,now I want to open media file through windows media player using openURL option(http request).
    Can any body guide me how to build a servlet which can listen this request and how to respond appropriately
    Please Reply.

    Check out the java doc for HttpServletResponse
    http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletResponse.html
    Your sevlet will have to set the response contentType to the appropriate mime type
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwmt/html/mime.asp
    and contentLength to the file size (in bytes), then open the mp3/wma file and write the bytes to the servlet output stream.
    You could also choose to return an asx file (an xml document containing a url of the media file), and windows media player will automatically lookup the mp3/wma file stored on your web server.

  • Streaming video through Windows Media Player using USRP

    Is there any document / guide or any example explaining how to do streaming through Windows Media Player using USRP. 
    Thanks 
    JK

    Joseph,
    I have been looking a bit more and have found a few examples that seem similar to what you are looking to do. Here is an example of video streaming using USRP RIO or FlexRIO https://decibel.ni.com/content/docs/DOC-40747. I also found an example of doing wireless streaming of video https://decibel.ni.com/content/docs/DOC-22728. Sorry I was unable to find these in my first post; I hope they help!
    Scott B.
    AE NI

  • How can I play my ipad through my dvd player

    How an I play my ipad music through my dvd player or hi fi?

    If you're just looking to play audio, the easiest way is to buy an AirPort Express and connect your stereo to the miniplug jack, then play using AirPlay. That's how I do it! And as an added bonus, it can extend your wireless network.
    http://www.apple.com/airportexpress/
    An AppleTV would work too, if you're also looking to stream video.
    http://www.apple.com/appletv/

  • How to calculate average not through basic formula

    Can any bodytell me how to calculate averge of 96 rows in the quey designer  not by hard coding them.
    Is there any formula for creating it through formula or through calculations .
    And also how to calculate the maximum value and minimum value of the entire 96 rows  which is picking from a Z table -ZDC_2100.
    Iam having time blocks of 96 for 24 hrs each of  15Min.

    Hi,
    You can achieve using a counter at baselevel and use exception aggregation at query level...
    Also check the below links might be useful:
    http://help.sap.com/saphelp_nw04/helpdata/en/75/21054da1392649948e5b94e4fc4bce/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/e0173f5ff48443e10000000a114084/frameset.htm
    Hope this helps.......
    Rgs,
    I.Ravikanth

  • How to calculate network bandwidth for dataguard 11.2

    Hi all,
    have a customer who needs to setup a new data guard environment in release 11.2.0.2. Primary site will be in Italy, standby site will be in New York.
    He would like to know the network bandwidth between primary and standby site needed to obtain the maximum performance in redo transport with or without compression option.
    I found a lot of threads and docs indicating some formulas but none of them explained how to:
    - calculate network bandwidth on a rac system (having a single instance standby database)
    - calculate network bandwidth in case of use redo transport compression
    - calculate cpu consumption if using redo transport compression
    Could you please give any advice?
    A.M.

    Hi,
    customer made ma a lot of technical question just like the following:
    - which are the main factors determining the 30% overhead indicated in the network bandwidth calculation
    Required bandwidth = ((Redo rate bytes per sec. / 0.7) * 8) / 1,000,000 = bandwidth in Mbps
    - how much bandwidth will I gain if I apply redo transport compression and why redo transport compression and why usually the gzip utility gives me 5X less and oracle compression gives me a maximum of 50-60% of compression even if it uses the same engine of zlib compression as indicated below?
    Data Guard redo transport compression uses the same zlib compression engine at level 1 as gzip -1. To estimate the compression ratio you can achieve using Data Guard redo transport compression, first compress an archived redo log file with gzip:
    $ gzip -1 <archive redo logfile>.arc
    Then use the gzip --list option to explicitly display the compression ratio:
    $ gzip --list <archive redo logfile.arc>.gz
    Note: Use gzip version 1.3.3 or later. Refer to www.gzip.org for the latest information on gzip.
    Could anyone give me any direction?
    Thank you
    AM

  • How to create a multi video player with iMovie

    Hey folks, I have a great wee QT player for my daughter's website which was generated for me by iMovie export. Lovely.
    But- folk are wanting to see more videos of her singing.
    Question- how to generate a multi-video player using the same principles (and same simple design)? One like those generated by YouTube's facility to create a list of videos to appear in a single player, or where it is possible to just click a "next" tab? Here is the page I am referring to: http://www.brigidmhairi.com/music.html
    Just to clarify- I am not wanting to use the YouTube player because it is a bit fussy and doesn't look right on the site in mind. The QT one has no borders etc and therefore suits me better. Besides- the 320 format is perfect.
    Hope someone can help me, thank you SO much.

    MacBraveheart wrote:
    .. how to generate a multi-video player using the same principles (and same simple design)? .. Here is the page I am referring to: http://www.brigidmhairi.com/music.html..
    Hope someone can help me, ..
    Hi HighlanderIn ..
    who else than me.. ?
    this is no iMovie related question.. that is
    a) html/CSS-coding or
    b) some flash-app
    read out the code on your linked website ... :
    <embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/33/videogallerywidget.swf
    pageobject_id=artistxxx bla bla bla /><br/>
    <a href="http://www.reverbnation.com/main/artist_feature/widgets">
    bla bla bla ..
    </noscript>
    .. going to that website reverbnation.com, it looks like they offer, as YT, a video-hosting service plus that 'special' player as a flash-code you can embed in your website (as the YTplayer) ..
    so, here are your options:
    • use this service.. costs? no idea, research on your own ..
    • use flash, encode yourself.. perhaps, you can find some 'ready made' coding?
    • *what website-maker do you use?* iWeb offers a template for videos.. many on one preview-page, 'click' creates a bigger version for playback ..
    .. as mentioned: less iMovie, more 'website creation' ..

  • Multi-record block (how do I loop through the block)

    I created a two canvas form. On the first canvas, the user enters data and selects 1 - 30
    reports that they want to run. When they click on <NEXT> button, I create a multi-record
    control block and display each record on the second screen using
    go_block;
    clear_block;
    move data;
    create_record;
    The user then selects on the second canvas which reports to run now and which to run later via
    a LOV. When they press the <RUN> button, I want to start at the first record and either run the
    report or schedule it. Then I want to move onto the second and the third until all selected reports
    have been handled. I know I should use a loop but can't seem to make it work.
    So my question is, How do I loop through the records in a multi-record control block, pass the information
    for that one record to a parameter form and then execute the request? Each control block record contains
    10 parameter fields.
    Thanks.
    Bob

    go_record(1);
    << do your processing >> -- This is executed only for the first record.
    if :system.last_record = 'TRUE' then -- If the 1st record is also the last record.
    RETURN;
    end if;
    LOOP
    next_record;
    << do your processing >>
    if :system.last_record = 'TRUE' then
    EXIT;
    end if;
    END LOOP;
    I created a two canvas form. On the first canvas, the user enters data and selects 1 - 30
    reports that they want to run. When they click on <NEXT> button, I create a multi-record
    control block and display each record on the second screen using
    go_block;
    clear_block;
    move data;
    create_record;
    The user then selects on the second canvas which reports to run now and which to run later via
    a LOV. When they press the <RUN> button, I want to start at the first record and either run the
    report or schedule it. Then I want to move onto the second and the third until all selected reports
    have been handled. I know I should use a loop but can't seem to make it work.
    So my question is, How do I loop through the records in a multi-record control block, pass the information
    for that one record to a parameter form and then execute the request? Each control block record contains
    10 parameter fields.
    Thanks.
    Bob

  • Calculate interface bandwidth through WMI Classes

    Hi,
    I am trying to find bandwidth utilization percent for all interfaces.
    Using Win32_PerfFormattedData_Tcpip_NetworkInterface captured
    BytesTotalPerSec and Currentbandwidth and
    calculating utilization % = ((BytesTotalPerSec*8)/Currentbandwidth)*100 by this formula.
    For some times its been observed that utilization percentage is crossing 100%.Is there any way to calculate bandwidth utilization through WMI.
    As perfformatteddata contains all cooked values and currentbandwidth is raw value.Is there any issue with the formula i used?

    Alos note this about teh counter called "currentbandwidth":CurrentBandwidth
    Data type: uint32
    Access type: Read-only
    Qualifiers:
    DisplayName                                                     
    ("Current Bandwidth")                                                 
    , CounterType                                                     
    (65536)                                                 
    , DefaultScale                                                     
    (-6)                                                 
    , PerfDetail                                                     
    (200)                                                  
    Estimate of the interface's current bandwidth in bits per second (bps). For interfaces that do not vary in bandwidth or for those where no accurate estimation can be made, this value is the nominal bandwidth.
    This is not what you mena bu "currentbandwidth".  I think what you are looking for is currernt usage or current bytes/sec.
    ¯\_(ツ)_/¯

  • Publish multi-bitrate stream from FMS?

    Hi,
    I have an SSAS app to publish live streaming, you can refer here. Can I do publish multi-bitrate streaming with SSAS code over RTMP ? I read a tutorial, but it over HTTP...
    Mai Huy

    Hi everyone!
    I have question, how can I play Multi Bit-rate, Live, HDS Streaming? I've done huge resarch and couldn't find how to do it.
    I'm decoding stream properly from camera through Adobe Live Media Encoder to AMS.
    everything works fine when I decode single bit rate and play like this:
               var resource : URLResource = new
    URLResource("http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m");
            var manifest : F4MElement = new F4MElement(resource);
            var mediaPlayerSprite : MediaPlayerSprite = new MediaPlayerSprite();
            mediaPlayerSprite.media = manifest;
            addChild(mediaPlayerSprite);
    with multibitrate - manifest file looks like this:
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
      <media streamId="livestream1" bitrate="100" />
      <media streamId="livestream2" bitrate="500" />
      <media streamId="livestream3" bitrate="1000" />
    </manifest>

  • How to calculate the unit for RATE?

    Hey All,
    I am not sure if there is something standard for this or not.
    I am calculating the 'Rate' by using 'Value/Amount' and 'Quantity' as follows -
    Rate == Value /  Quantity
    I need to calculate the unit for the rate as below -
    Rate unit == Value unit (Currency) /  Quantity unit (Base_uom) 
    (for example -
    if value is 1000 USD and quantity is 10 TO then Rate should come out as 100 USD / TO)
    Could anyone please suggest how to calculate the unit in this case?
    Many Thanks!
    Tanu

    Hi,
    Go through the below link it may give some idea
    http://help.sap.com/saphelp_nw04/Helpdata/EN/19/1d7abc80ca4817a72009998cdeebe0/content.htm
    Regards,
    Marasa.

Maybe you are looking for

  • IDOC Exit for Basic Type  PORDCR101

    I had extended the idoc type PORDCR101( Create Purchase Order ) and added the new segment under E1BPMEPOITEM . Now i want to find the exit which will help me in populating the added segment fields when the IDOC is posted . Any sort of help is appreci

  • Updating a specific file into a .jar file

    Hi, I have got a .jar file, if I want to update the specific file org/abc/try.class, with a new try.class, what command should I use? thanks a lot.

  • PDF Files are password protected.  I never set a password

    There are a lot of pdf files in the document section.  Must be book or magazine pages as they are titled "page101.pdf" and so on with a date underthem.  I tried to open one to see what it was and I got a "password protected" and a box to enter my pas

  • Forgot passcode for iphone and it is disabling for 1 hour?  Help

    My son changed the passcode and forgot it so now we are stuck?  i need some help please.

  • Cant edit default GPO

    dear folks..... im a domain admin but when i want to edit some settings of default GPO and save it it says access denied !!!! what to do?? its windows server 2008 standard edition DC. i have given myself full right but though it says access denied al