CS-Bytes sizes increases to double on play/pause video stream

Hi ,
     I am working on audio-video chat web application. when 3-4 or more user publishing and receiving video stream the stream starts breaking.
When I read the FMS log then cs-bytes per second of FMS server were in megabytes and not same as the maxBytesPerSecond send by client machine.
Then I think this is the reason for Audio breaks.
Anybody having any solutions to remove or reduce theses audio breaks then please reply this post.
Thanks.

"Browser: Mozilla Firefox 19"
You DO realize that Firefox has released FOUR new versions since the one you're using, right?

Similar Messages

  • 7th generation.  I bought a new iPod 7th generation.  I can't just touch music, I have to double tap it. I can't select songs with a tap, I have to double tap it.  I then have to double tap play/pause, or next song selection to move to next song.  I

    I bought a new iPod 7th generation.  I can't just touch music, I have to double tap it. I can't select songs with a tap, I have to double tap it.  I then have to double tap play/pause, or next song selection to move to next song.  I also can't use my finger to scroll volume.

    Hello HoopsMD,
    Welcome to the Apple Support Communities!
    I understand that the display on your iPod nano (7th generation) is not responding to your touch as you would expect. In this situation, I would recommend reading over the attached article and working through the steps within to help resolve this issue. 
    iPod nano (7th generation): Hardware troubleshooting - Apple Support
    Display
    Follow these steps if your iPod doesn't respond to your input or has a display-related issue.
    Screen is unresponsive and displays Apple logo or white screen
    Reset iPod by holding down the Sleep/Wake button and Home button until you see the Apple logo appear. If the Apple logo appears on the display, connect iPod to a computer and verify that it appears in iTunes.
    If the Apple logo does not appear, or if the iPod is not seen in iTunes, connect it to iTunes and try to restore.
    Touch screen does not accept input
    Clean the screen with a microfiber polishing cloth.
    Do not wear gloves while using the touchscreen. Do not use the touchscreen with wet hands or immediately after applying hand lotion. Moisture affects touchscreen behavior in the same manner as it affects a trackpad.
    If you have a protective plastic sheet or film on the touchscreen, try removing it, because it may be preventing the touchscreen from working properly.
    The current application may be unresponsive; try resetting iPod by pressing and holding the Sleep/Wake button and the Home buttons simultaneously for a least six seconds, until the Apple logo appears.
    Sync with iTunes and restore the iPod.
    Have a great day,
    Joe

  • Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Does anyone know how to prevent the YouTube volume from going up automatically?  I keep my volume down and it increases automatically when I play a video.

    Have you tried Windows Update in the Control Panel?
    Many times it will find the newest supported drivers for Hardware.
    Just be sure to install everything not just the Important ones.
    Let us know if this helps.

  • How to play live Video Stream with Flex?

    I'm trying to get Flex Builder 3 to play a live video stream with Flash Media
    Server and Flash Live Media Encoder.
    I'm able to stream pre-recrorded (vod) flvs in flex from flash media server.
    I'm able to stream live video using Flash/FMS/Flas Live Media Encoder, but not
    with Flex.
    This code streams pre-recorded Video on Demand flvs, but not live streams:
    If I change source to "rtmp://localhost/live/livesream.flv, I get nothing.
    What am I doing wrong?
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
            <mx:Label text="RTMP FMS 2.0"/>
            <mx:VideoDisplay
                autoBandWidthDetection="false"
                source="rtmp://localhost/vod/Legend.flv"/>
        </mx:HBox>
    </mx:Application>
    Oh and sorry for the double post. I didn't know there was a seperate FMS forum.

    That worked! Thanks  *very* much. Stupid of me to forget to set the live attribute to true. Also removed the .flv. BTW: what video component do you prefer?
    Here's the working code:
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
            <mx:VideoDisplay
                live="true"
                autoBandWidthDetection="false"
                source="rtmp://localhost/live/livestream"/>
        </mx:HBox>
    </mx:Application>

  • Apple Remote and play/pause with streaming Netflix on iMac w/o Apple TV?

    When watching movies via Netflix streaming on my iMac, not on a TV using Apple TV, is there any way to use the Apple Remote my iMac came with to control the Play/Pause function on the Netflix site? I'm guessing not, but I figured I'd try asking...
    Thanks for any help you can provide.

    That's what I figured, I was just wondering if there was a way of changing what the remote does with Netflix, or possibly if there might be another device that could do it?
    In the meantime, I'll just keep walking over to my computer to pause a movie. I remember the days of TVs without remotes, so it's not that big a deal, I guess.

  • Why won't Firefox play live video streams such as webcam pages.

    just upgraded to windows 7 as well as the latest version of firefox. Flash movie sites such as youtube play without difficulty. It is only sites such as http://www.liveduvalstreet.com/crowdcam.htm that do not work. before these sites worked without difficulty.

    Thanks for the response. That did indeed solve the problem. Figured it out about an hour after posting. Interestingly it works fine on my wifes computer (vista64) without the wmp plug in.

  • Play "paused" video from point it was stopped?

    Successfully created PAUSE button that stops my animation and pauses my audio. And my PLAY button restarts my audio, but I can't figure out how to make it start my animation from whatever point it was stopped. It just restarts from the beginning.
    Designer here - very rudimentary code knowledge. Speak slowly and use small words. 

    You can read the positon on the timeline using the getposition api on pause and store it in a variable on pause button click.
    Than on clicking play button again read the position variable value stored on video pause ,call sym.play(postion) to play from the location previously paused.
    You may have to tweak this solution based on your animation design.

  • SQL Developer:Problem with multi byte size after import using excel format

    Hi,
    Need your help. I am trying to export multibyte characters from our China instance(r11i instance) using SQL Developer's export data via Excel format into an R12 Vision instance. I have a staging table with exactly the same structure in both instances. Prior to export to excel, I check the byte size of the sample data below using LENGTH and LENGTHB sql functions and these are the results:
    Sample data = 材料LI(USD)
    LENGTH=9
    LENGTHB=13
    Then, I exported the table as excel file. Afterwards, I used SQL Developer to import the excel file into the table of the target instance. I check the bytesize again and here are the results:
    Sample data = 材料LI(USD)
    LENGTH=9
    LENGTHB=17
    The byte size increased from 13 to 17. I did not change anything on the excel file. Just straight forward export to excel file then imported it to the target instance. How come there is an increase in byte size? Has anyone encountered this in SQL Developer? We really need to export the files as excel.
    Source:
    Database version = 9.2.0.5.0
    Target:
    Database version = 11.1.0.7.0
    Regards,
    Wendell
    Edited by: user13038177 on May 13, 2010 9:05 PM
    Edited by: user13038177 on May 13, 2010 9:06 PM

    Wendell,
    This forum is for handling issues migrating from non-Oracle databases to Oracle databases.
    As this is an Oracle to Oracle issue using SQL*Developer export it would be better to open a new thread in the SQL*Developer forum -
    SQL Developer
    There will be more people there who can help with this problem.
    Regards,
    Mike
    Edited by: mkirtley on May 14, 2010 10:16 AM

  • Index size increased after import

    hi i mentioned already the index creation problem when i am trying to create index using script after import of table.So droped the table and created table using script and index also without data,then i started to import at tablelevel with indexes=n then ia m importing data from the production database.
    The size of the 2 indexes in production is 750 and 1200 mb each in test db both index size increased around double 1200 and 1700 mb each.I used same script in both db.Why this is increased here i took the export with compress=y full database export.Why the index size increased? when i created the index with initial extent and next extent size respective 800 and 100 mb.Whether is it the reason?
    with regards
    ramya

    i gave initial 1000 and next 100 for the index size around 1.1 gb in production but here in test why this became around 1.7 gb,eventhough the pct increase is 50 it should come around 1.3 maximum.Whether it will give any performance problem
    wiht regards
    ramya

  • DB Size increase after calculation

    When I calculate my DB its size increases abnormaly. If I export all the data and import it again, the DB size shrinks to 50% of its former size. Why does that happen?Dimensions:Time (Dense)Measures (Dense)Organization (Sparse)Products(Sparse)Value Type (Sparse) VT_CHF VT_EUR FX_EURMy calc script is:(IF(VT_CHF<>0 AND VT_CHF<>#MISSING)VT_EUR = VT_CHF/MEA_DUMMY->ORG_DUMMY->PROD_DUMMY->FX_EUR;ENDIF;)

    This usually happens if you have committed access on. Your database can effectively double in size because when a block is calculated, a new block is created and then the pointer is changed from the old block to the new one. The old blocks stay in your pag file. To fix this, I changed to uncommitted access and then set a number in the commit blocks field to represent the number of blocks of redundant data that the database will retain. The higher the number, the more your database will grow, but a low number will impact on calc times if the block sizes are small.

  • Why does performance decrease as cache size increases?

    Hi,
    We have some very serious performance problems with our
    database. I have been trying to help by tuning the cache size,
    but the results are the opposite of what I expect.
    To create new databases with my data set, it takes about
    8200 seconds with a 32 Meg cache. Performance gets worse
    as the cache size increases, even though the cache hit rate
    improves!
    I'd appreciate any insight as to why this is happening.
    32 Meg does not seem like such a large cache that it would
    strain some system limitation.
    Here are some stats from db_stat -m
    Specified a 128 Meg cache size - test took 16076 seconds
    160MB 1KB 900B Total cache size
    1 Number of caches
    1 Maximum number of caches
    160MB 8KB Pool individual cache size
    0 Maximum memory-mapped file size
    0 Maximum open file descriptors
    0 Maximum sequential buffer writes
    0 Sleep after writing maximum sequential buffers
    0 Requested pages mapped into the process' address space
    34M Requested pages found in the cache (93%)
    2405253 Requested pages not found in the cache
    36084 Pages created in the cache
    2400631 Pages read into the cache
    9056561 Pages written from the cache to the backing file
    2394135 Clean pages forced from the cache
    2461 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    40048 Current total page count
    40048 Current clean page count
    0 Current dirty page count
    16381 Number of hash buckets used for page location
    39M Total number of times hash chains searched for a page (39021639)
    11 The longest hash chain searched for a page
    85M Total number of hash chain entries checked for page (85570570)
    Specified a 64 Meg cache size - test took 10694 seconds
    80MB 1KB 900B Total cache size
    1 Number of caches
    1 Maximum number of caches
    80MB 8KB Pool individual cache size
    0 Maximum memory-mapped file size
    0 Maximum open file descriptors
    0 Maximum sequential buffer writes
    0 Sleep after writing maximum sequential buffers
    0 Requested pages mapped into the process' address space
    31M Requested pages found in the cache (83%)
    6070891 Requested pages not found in the cache
    36104 Pages created in the cache
    6066249 Pages read into the cache
    9063432 Pages written from the cache to the backing file
    5963647 Clean pages forced from the cache
    118611 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    20024 Current total page count
    20024 Current clean page count
    0 Current dirty page count
    8191 Number of hash buckets used for page location
    42M Total number of times hash chains searched for a page (42687277)
    12 The longest hash chain searched for a page
    98M Total number of hash chain entries checked for page (98696325)
    Specified a 32 Meg cache size - test took 8231 seconds
    40MB 1KB 900B Total cache size
    1 Number of caches
    1 Maximum number of caches
    40MB 8KB Pool individual cache size
    0 Maximum memory-mapped file size
    0 Maximum open file descriptors
    0 Maximum sequential buffer writes
    0 Sleep after writing maximum sequential buffers
    0 Requested pages mapped into the process' address space
    26M Requested pages found in the cache (70%)
    10M Requested pages not found in the cache (10812846)
    35981 Pages created in the cache
    10M Pages read into the cache (10808327)
    9200273 Pages written from the cache to the backing file
    9335574 Clean pages forced from the cache
    1498651 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    10012 Current total page count
    10012 Current clean page count
    0 Current dirty page count
    4099 Number of hash buckets used for page location
    47M Total number of times hash chains searched for a page (47429232)
    13 The longest hash chain searched for a page
    118M Total number of hash chain entries checked for page (118218066)
    vmstat says that a few minutes into the test, the box is
    spending 80-90% of its time in iowait. That worsens as
    the test continues.
    System and test info follows
    We have 10 databases (in 10 files) sharing a database
    environment. We are using a hash table since we expect
    data accesses to be pretty much random.
    We are using the default cache type: a memory mapped file.
    Using DB_PRIVATE did not improve performance.
    The database environment created with these flags:
    DB_CREATE | DB_THREAD | DB_INIT_CDB | DB_INIT_MPOOL
    The databases are opened with only the DB_CREATE flag.
    There is only one process accessing the db. In my tests,
    only one thread access the db, doing only writes.
    We do not use transactions.
    My data set is about 550 Meg of plain ASCII text data.
    13 million inserts and 2 million deletes. Key size is
    32 bytes, data size is 4 bytes.
    BDB 4.6.21 on linux.
    1 Gig of RAM
    Filesystem = ext3 page size = 4K
    The test system is not doing anything else while I am
    testing.

    Surprising result: I tried closing the db handles with DB_NOSYNC and performance
    got worse. Using a 32 Meg cache, it took about twice as long to run my test:
    15800 seconds using DB->close(DB_NOSYNC) vs 8200 seconds using DB->close(0).
    Here is some data from db_stat -m when using DB_NOSYNC:
    40MB 1KB 900B Total cache size
    1 Number of caches
    1 Maximum number of caches
    40MB 8KB Pool individual cache size
    0 Maximum memory-mapped file size
    0 Maximum open file descriptors
    0 Maximum sequential buffer writes
    0 Sleep after writing maximum sequential buffers
    0 Requested pages mapped into the process' address space
    26M Requested pages found in the cache (70%)
    10M Requested pages not found in the cache (10811882)
    44864 Pages created in the cache
    10M Pages read into the cache (10798480)
    7380761 Pages written from the cache to the backing file
    3452500 Clean pages forced from the cache
    7380761 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    10012 Current total page count
    5001 Current clean page count
    5011 Current dirty page count
    4099 Number of hash buckets used for page location
    47M Total number of times hash chains searched for a page (47428268)
    13 The longest hash chain searched for a page
    118M Total number of hash chain entries checked for page (118169805)
    It looks like not flushing the cache regularly is forcing a lot more
    dirty pages (and fewer clean pages) from the cache. Forcing a
    dirty page out is slower than forcing a clean page out, of course.
    Is this result reasonable?
    I suppose I could try to sync less often than I have been, but more often
    than never to see if that makes any difference.
    When I close or sync one db handle, I assume it flushes only that portion
    of the dbenv's cache, not the entire cache, right? Is there an API I can
    call that would sync the entire dbenv cache (besides closing the dbenv)?
    Are there any other suggestions?
    Thanks,
    Eric

  • Regd: Screen Buffer size increase

    Dear Sir/madam,
    We check in ST02. the screen Buffer -   SWAPS are More.
    we want to increase the "SCREEN"  Buffer size  so the Screen Swaps comes down.
    Screen buffer                                                                               
    zcsa/presentation_buffer_area    4400000          Byte   Size of screen buffer                   
    sap/bufdir_entries               2000                    Max. number of buffered screens                                                                               
    Which parameter size i have to Increase here  2 Parameters are available. How much we can increase it.
    here RAM size is 4GB. Any Formula is available to Increase the Buffer size of the Screen. or other like Program Buffer etc.
    Regards
    SNB.

    Thanks for your Reply.
       Buffer            Hitratio   Allocated         Free space        Dir. size      Free directory         Swaps       Database
                            [%]       [kB]               [kB]         [%]      Entries         Entries       [%]                      accesses
    Screen           96.99        4,297          141     3.44         2,000             1,722       86.10         1,506        4,525
    if we want to increase we have to increase for both the parameters.
    zcsa/presentation_buffer_area       4400000 + 440000 =          4840000 (10%)
    sap/bufdir_entries                          2000 + 200  =                   2200   (10%)
    What is the difference between thest 2 parameters.
    1)                   zcsa/presentation_buffer_area    
    2)                   sap/bufdir_entries           
    Do you have any Formula to Handle ST02 Buffer Size Parameter Maintanence.
    Regards
    SNB.

  • Image Byte size in "Save for Web"-Dialog is wrong?

    The Image Byte size in the finder is always larger than the size stated in Photoshop's "Save for Web"-Dialog box. For example, it shows me 34,36 KB in the SfW-Dialog, while the file information in Finder puts out "38,831 KB". Does anybody know how to fix this annoying behaviour?
    kind regards,
    tomasio

    The size reported in the Finder can be in base 1000 (lying numbers used by disk makers) instead of base 1024 (actual bytes) if you don't change the settings.
    The size reported in the Finder can include the resource fork (metadata and thumbnails, some added by the OS), plus some extra space for disk block allocations (if you write 1 byte to a file, it still takes 4k or more of disk space).
    The size given in SFW is a close estimate of the actual number of bytes written to the disk, and usually matches the size reported by FTP and the web server (sometimes the estimate is off by a little bit due to the final compression options chosen).
    But SFW cannot account for the oddities of the Finder or Windows Explorer's accounting of file size.

  • How do I get the byte size of a server file before sending output via HTTP?

    I need to get the byte size of the file prior to streaming it. I can't seem to find a class/method I need. Basically, I have the path c:\\tomcat\\webapps\\documents\\sample.pdf in the servlet, I was hoping I could just use something from the File class but I couldn't find anything that seems to do the trick?
    thanks, in advance,
    Chuck

    maybe the source of the problem will help...I am trying to stream a PDF to IE and a blank page is being generated although all other file type work.
    I have found a lot of answers in the forum but no specific code examples. Here's what I have so far from picking through threads in here (can someone please show me how to get the byte size of the file so that I can assign it to the method response.setContentLength();?):
    String CONTENT_TYPE = " ";
         String target = " ";
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
         StringBuffer buf = new StringBuffer();
         HttpSession session = request.getSession();
         String file = request.getParameter("filename");
         target = file;
         int end = file.length();
    int beg = end-2;
         String type = file.substring(beg, end);
         if (type.equals("DOC")){
              CONTENT_TYPE = "application//vnd.msword";
         }else if (type.equals("XLS")){
              CONTENT_TYPE = "application//vnd.x-excel";
         }else if (type.equals("PPT")){
              CONTENT_TYPE = "application//vnd.ms-powerpoint";
         }else if (type.equals("PDF")){
              CONTENT_TYPE = "application//vnd.x-pdf";
         }else if (type.equals("MPP")){
              CONTENT_TYPE = "application//vnd.ms-project";
         }else if (type.equals("ZIP")){
              CONTENT_TYPE = "application//ZIP";
         }else if (type.equals("TXT")){
              CONTENT_TYPE = "text//plain";
         }else {
              CONTENT_TYPE = "text//html";
         //File f = new File(file);
         //int l = f.length();
         response.setContentLength(l); <----- supposedly this fixes my problem but I don't know how to get the byte szie of the file in an integer??
         // reset the response
         response.reset();
         response.setContentType(CONTENT_TYPE);
         try{
         // Get streams
         FileInputStream fileInputStream = new FileInputStream(target);
         ServletOutputStream servletOutputStream = response.getOutputStream();
         // Init byte count and array
         int bytesRead = 0;
         byte byteArray[] = new byte[4096];
         // Read in bytes through file stream, and write out through servlet stream
         while((bytesRead = fileInputStream.read(byteArray)) != -1) {
         servletOutputStream.write(byteArray, 0, bytesRead);
              servletOutputStream.flush();
         // Flush and close streams
         servletOutputStream.flush();
         servletOutputStream.close();
         fileInputStream.close();
         } catch (Exception e) {
         System.out.println(e.toString());

  • How to change the size of youtube play/pause and progress bar?

    I have windows 8 and on internet explorer (hah), youtube videos play fine there. However, when I use Firefox, the display below videos showing the progress bar and play/pause decreases in size immensely. Is there a solution to this?
    This also applies to other videos on websites such as twitch, but not vimeo.
    I have tried changing font size to no avail, but I am relatively new to Windows (a Mac convert) and don't know the full options.

    I talked to Lenovo support and found the solution! Download the Youtube Center Add on to Firefox.
    https://addons.mozilla.org/en-US/firefox/addon/youtube-center/
    Then, click "Player" and change the Player Type to HTML5. Go to "Player Size" next (still under Player) and change the default to "Small". It works!
    If the other thread didn't get sufficiently solve,d feel free to link to this. I don't want to necro the thread though.
    Thanks to jscher2000 though!

Maybe you are looking for

  • Change paper size created by Quartz PDFContext

    I bought a new printer and now I can't print my faxes. It doesn't matter if I use pagesender or the internal fax of OSX to receive. When opening the fax in Acrobat Reader, Acrobat Pro or preview, the size is 215,2 x 290,8mm and created by Mac OS X 10

  • SAP Questions for WM/LE certification

    Hi SAP Gurus, Can any one please forward to me a list of questions for SAP certification in WM/LE ? Thanks for your help. Regards, Manoj

  • Portlet image type and size

    Hi Are there any particular iamge types and size required for portlet banner, header, footer, etc...? Thanks a lots

  • WebCenter and SiteMinder

    Hello, we have latest webcenter and weblogic installed. we have siteminder installed. we will be creating webcenter application and want to integrate siteminder with our application for security (authenticate / authorize etc) we have limited know how

  • Is your iPhone serial number linked to your appleID?

    My iPhone 4s was stolen on wednesday, and with the insurance looking like they're not going to pay out, due to a 7 day lapse of cover after you update your phone (pathetic i know), I was wondering whether your iPhone serial number is; a) able to be c