Set buffer time to zero

Hi,
How can I set on the server and on the player (.swf) side not to keep buffer.I want to set buffer time to zero,so even if the internet connection lags not to keep buffer and when eshtablishes connection again to start without having kept any buffer.
It may result on lagy video but thats not a problem,i prefer having 2 sec lag than having best possible quality without lag.

On the server, you can set the size of outgoing buffer in seconds using NetStream.setBufferTime(bufferTime).
For more details about this class, you can check the link
http://help.adobe.com/en_US/adobemediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11aff5ba-7 d13SSASLR.2.3.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f66SSASLR.2.3
On the client side swf, you can do it using NetStream.bufferTime = 0. However, it is advisable not to set bufferTime to 0 for recorded streams. For more details, you can check the following link:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.htm l#bufferTime

Similar Messages

  • [Solved?] VLC won't play audio -- cannot set buffer duration

    I can't play sound in VLC. I have tried the default and the ALSA outputs. I know ALSA works, because mpg123, speaker-test, and rdesktop's sound all work. (Saying that, I can't tell if mpg123 uses alsa or not - rdesktop does though)
    Attempting to play something in VLC gives me some rather cryptic errors. What follows is the output of "vlc -v" and an attempt to play a video with sound. I have split the "code"-tag just before the actual error output for clarity and ease of scanning.
    VLC media player 2.0.7 Twoflower (revision 2.0.6-54-g7dd7e4d)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/audio_output/libportaudio_plugin.so' (libportaudio.so.2: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/audio_output/libjack_plugin.so' (libjack.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/services_discovery/libmtp_plugin.so' (libmtp.so.9: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/notify/libxosd_plugin.so' (libxosd.so.2: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libgoom_plugin.so' (libgoom2.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/visualization/libprojectm_plugin.so' (libprojectM.so.2: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/codec/libtwolame_plugin.so' (libtwolame.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libvcdx_plugin.so' (libvcdinfo.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_jack_plugin.so' (libjack.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_dv_plugin.so' (libavc1394.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/access/libaccess_mtp_plugin.so' (libmtp.so.9: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/video_output/libaa_plugin.so' (libaa.so.1: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/video_output/libcaca_plugin.so' (libcaca.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc warning: cannot load module `/usr/lib/vlc/plugins/control/liblirc_plugin.so' (liblirc_client.so.0: cannot open shared object file: No such file or directory)
    [0x8eb108] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    [0x7f1e6cc01bf8] mkv demux warning: MKV/Ebml Parser: m_el[mi_level] == NULL
    [0x7f1e6cc01bf8] mkv demux warning: MKV/Ebml Parser: Up cannot escape itself
    Fontconfig warning: FcPattern object size does not accept value "0"
    [0x7f1e68c068a8] alsa audio output error: cannot set buffer duration: Invalid argument
    [0x7f1e68c068a8] pulse audio output error: PulseAudio server connection failure: Connection refused
    [0x7f1e68c068a8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7f1e68c068a8] main audio output error: no suitable audio output module
    Fontconfig warning: FcPattern object size does not accept value "0"
    [0x7f1e6cc02b68] main decoder error: failed to create audio output
    I have reproduced this with the same result using 'sudo vlc-wrapper' and I am added to the 'audio' group.
    I have no idea where to start with this issue, I've tried googling but it seems that only one person has ever had this issue before (if Google is to be considered a reputable source), and he was running his own VLC build. I am running the build "pacman -S vlc" gave me. If anyone could point me in the right direction on this issue I'd be grateful.
    Edit: This is my /etc/asound.conf. I have no idea what any of this means, at this point it's fill-in-the-blanks wiki copypasta (Edit2: The purpose of this file is to try to stop alsa from sending all my sound through a disconnected HDMI instead of the speakers)
    # Use PulseAudio by default
    #pcm.!default {
    # type pulse
    # fallback "sysdefault"
    # hint {
    # show on
    # description "Default ALSA Output (currently PulseAudio Sound Server)"
    #ctl.!default {
    # type pulse
    # fallback "sysdefault"
    pcm.!default {
    type plug
    slave.pcm {
    @func getenv
    vars [ ALSAPCM ]
    default "hw:Generic_1"
    # vim:set ft=alsaconf:
    Last edited by Score_Under (2013-08-02 23:23:27)

    Situation update:
    1. I didn't need my asound.conf like that -- I should have used pulseaudio in the first place, I was unaware that ALSA does not allow more than one program to use the sound device at the same time, whereas pulseaudio is used to mix sounds.
    2. VLC works fine on PulseAudio. No idea why it failed on ALSA!
    Last edited by Score_Under (2013-08-02 23:22:45)

  • Table name for operation Set-up time

    Hello -
    I want to know the table name which stores the operation set-up time of a production order, that has been changed manually. I tried to see it in S022, but it saved as zero values.
    Please reply. Thanks.

    DD02L Table contains the SAP Tables.
    DD02T Table contains the SAP Table Texts.
    DD01L Table contains the Domains
    DD01T Table contains the Domain Texts.
    DD03L Table contains the Table Fields.
    DD03T Table contains the Table Field Texts. (Language Dependent)
    DD04L Table contains the Data Elements.
    DD04T Table contains the Data Element Texts.
    DD05s Table contains the Foreign Key Fields
    last words with L and T only. L->Database Fetch T-> Text
    Regards,
    Chandru

  • Timer works if I set the time before the current one

    Hi,
    I've got a block that is part of an actionListener that has 4 buttons, anyway I want the timer to execute something exactly at the time I set it.....but in the code that I have it also executes if i set the time before the current time
    Here's the segmant:
    private class ButtonResponder implements ActionListener
              public void actionPerformed(ActionEvent event) 
                    if (event.getSource() == exitButton)
                                  System.exit(0);
                   if(event.getSource() == setButton)
                        int hour = Integer.parseInt(hours[hourComboBox.getSelectedIndex()]);
                        int min = Integer.parseInt(minutes[minuteComboBox.getSelectedIndex()]);
                        Calendar calendar = Calendar.getInstance();
                        calendar.set(Calendar.HOUR_OF_DAY, hour);
                        calendar.set(Calendar.MINUTE, min);
                        calendar.set(Calendar.SECOND, 0);
                        Date time = calendar.getTime();
                    timer = new java.util.Timer();
                        timer.schedule(new TimerTask()
                             public void run()
                                  JOptionPane.showMessageDialog(null, "it is time");
                        , time, 5*1000);
                   if (event.getSource() == cancelButton)
                        timer.cancel();
              }So if I put zeros in hours and minutes it will execute immediately....how can I make execute at the exact time (so that if the time now is 2:00 and I set it to 1:00 it only executes the next day??
    Message was edited by:
    Octavian

    Bump the day if the time is less than current time.
    Kaj

  • Video Buffer Time (CS3)

    I've just begun to encode video in Flash CS3. For some
    reason, the skin to control the video doesn't have buffer time
    listed as an option anymore? Is there some new scheme because it's
    actionscript 3.0? It was there for me in Flash 8, now it's gone.
    Please help. Thanks.

    give your component an instance name, such as, myPlayer. Then
    set its buffer time like so,
    myPlayer.bufferTime = 2; // 2 seconds

  • When I try to set up Time Machine, there are no back up disks displayed.  Therefore, I cannot turn on Time Machine.  How can I fix this?

    When I try to set up Time Machine, there are no back up disks displayed.  Therefore, I cannot turn on Time Machine.  How can I fix this?

    Thanks - let it finish, but zero out data is unnecessary. That option is intended to thoroughly erase previously recorded data so that it cannot be recovered without sophisticated data recovery techniques.
    Case sensitive is OK but I suggest you simply select Mac OS X Extended since "case sensitive" may complicate things for you in the future, should it be necessary to restore files to a case-ignorant volume.
    Once it finishes, make sure it appears as a selectable option in Time Machine. If it does your problems are solved, but consider using Disk Utility and reformatting it. This time don't worry about zeroing unused space, and select Mac OS X Extended (Journaled). It will only take a few seconds this time.
    For a more thorough description read Apple Support Communites contributor Pondini's FAQ: http://pondini.org/TM/5.html Read the pink box regarding the subject of case sensitivity.
    Also: Mac Basics: Time Machine

  • Buffer time in flash video not working

    I am trying to give some videos in my site at least a 7 to 10
    second buffer in order to prevent pauses. I set the time (7 or 10)
    for the buffer Time in the Parameters box (it is also set to
    autoPlay (yes) however, when the page is pulled up on the web, the
    video starts almost immediately. What am I missing? (I don't have
    an instance name on the video, would that matter?)

    first, you need to end that onEnterFrame function, because as
    of now, it is executing the function at the rate of you fps.. so
    start with
    _root.onEnterFrame = funciton(){
    _root.attachMovie("movie", "neoMovie", 1000);
    neoMovie._x=200;
    neoMovie._y=200;
    delete this.onEnterFrame;
    i'm not 100% positive that will resolve this, as i've never
    tried loading a flv into a movie clip that is attached to the stage
    using the attachMovie method.. but that is a start..
    p.s. make sure your linkage id is correct.

  • Rsrcache buffer reserved as zero

    Hi,
    We have a BI 7.0 system
    When we go to transaction rsrcache, and then MAIN MEMORY -->TECH INFO...
    We get runtime object-->current cache size as zero
    and Shared memory -->buffer reserved as zero
    Please guide..
    Thanks,
    Visshwas

    Hi Vishwas,
    You can set the size of the OLAP cache in transaction RSCUSTV14. However, the size of the OLAP cache is limited by the size of the Shared Export Memory in the system. This is configured by changing the parameter rsdb/esm/buffersize_kb settings in RZ11.  For example, if you have set the OLAP cache size to 512MB make sure that rsdb/esm/buffersize_kb is more than 512MB.
    Hope this helps. Cheers.

  • How do i set my time capsule up to function as an external hard drive

    How do i set my time capsule up to function as an external hard drive? Is this even possible? I had a friend tell me it woudl be a good set up to get a time capsule with my Macbook Air to use as a gigantic external hard drive but then was unbale to wlak me through the setup after I bought the equipment. Any suggestions?

    It depends on what you already have equipment wise..
    Just bridge the TC..
    I cannot walk you through it either if you use v6 airport utility.. due to my refusing to run Lion until it gets network issues sorted.
    Download and run the real utility http://support.apple.com/kb/DL1482
    Go to manual setup..
    Internet tab
    Connection sharing.. select off bridge mode in the drop down box.
    You can then if you like turn off wireless under airport wireless.. The TC is now a plain network client with hard disk.
    Personally I would keep the wireless on but sort the channels manually if you already have a wireless AP or router.

  • How do I set up Time Machine to work with an Iomega network hard drive?

    I have just bought a new iMac having switched from Windows, and am very much a beginner when it comes to all things Apple. Previously I had used my NAS hard drive with my old windows pc. i successfully used it to transfer a lot of data from the old pc to the iMac but can't seem to get it recognised when I try to configure time machine. I have downloaded the latest version of Iomega Home storage manager which appears in the application folder in the dock, but when I click on The HSM icon it just disappears and nothing happens. I can access the drive through the Bonjour service and can see its contents in Finder. I have looked through the forums here but much of the info assumes a level of knowledge that i don't have. Is there an 'idiot's guide' anywhere to enable me to set up time machine to use the network hard drive?

    You would probably benefit from a couple of things, first going through these 2 links
    Time Machine FAQs & Time Machine Troubleshooting.
    If you still have questions there is a TM forum, because TM is part of OS X you will find the forum in the Snow Leopard forum. Click Apple Support Communities and in the search field type Snow Leopard. Once you are in the correct forum you can narrow your search by clicking Refine this list.
    Roger

  • Set up time not considered

    Hello ,
    I am using PP-PI.
    The resource category is '001' machine and having std formulas 'sap001' for setup and sap002 for processing and other formula 'sap006'
    The recipe has setup time and processing time .When i run MRP the planned orders are created  but no set up time is considered in it.
    I tested the formula in resource and it calculates set up time.
    What settings i need to check ?
    Also, for the planned order , in det.scheduling tab system shows 'capacty requirments'(in min).
    But this does not match with production dates.
    Example  - prod dates-  10.06.09 ( 14:00:00) to 24.06.2009(24:00:00) = 10*1440(days avlb capacity) + 14:00 =  14410 mins.
    But the capacity req shown is 15000 mins( opr qty *processing time). 
    What settings i need to chk  ? kindly advise
    Regards
    ShankarR

    Shankar,
    Have you maiantained the scheduling parameters  for planned order in OPU5?
    If not then execute the same & under 'Detailed scheduling mark 'Scheduling' & 'Generate capacity requiremnt'.
    Regarding the differnce in capacity requirement & scheduling, make sure you use similar formulas in scheduling as well as capacity tab page.
    Hope this helps you.
    SmanS

  • Having trouble setting up time machine.

    I'm trying to set up time machine and I go to the program, click it on, and then I click "choose backup disk", but there is nothing there. Is there anything I am supposed to do beforehand to give Time Machine a backup disk to save in?
    My next question isn't about time machine but it might be related. I have to reinstall windows on my mac. I had it before and somehow it caught a virus, so I had to erase and it went to ****....long story short, It broke, I fixed it. Now i have to repartition my drive though. I assume that I have to split it three ways, one for Mac, Windows, and Time Machine. My question is....I want to leave Mac with the most space of all 3, obviously....whats the minimum I can split it to to install Windows xp and get Time Machine working (unless I'm way off and time machine setup is a different way)?

    So one can't back up to a partition on the main disk with Time Machine?
    The iMac comes from the factory with a single partition. If you want TM to backup to a second partition on the iMac internal drive, you will need to Partition the drive using OSX disk that came with the iMac (this erases every thing on the hard drive) and reinstall the OS from the DVD.
    But, I do not recommend that approach. Backups are generally needed if your hard disk crashes. If you are backing up to a partition on the internal disk, you will lose your backup if/when the drive crashes.
    The only reason to use TM on a partition on the internal drive is if you are doing a LOT of version sensitive work (meaning you made need to look at yesterday's work on the same project). But most applications can be set to do incremental change backups of individual projects making TM a ppor choice anyway.
    Buy an external drive for the TM backup.
    (jk)

  • Having trouble setting up Time capsule...

    I just bought a new iMac last night. I also picked up Time Capsule and Apple TV. I'm having a problem setting up Time Capsule correctly. I'll go through what I did step by step and hopefully someone can help me as I've never tried to set up a wireless network before.
    I'm connected to the internet via Comcast. I have the outside cable coming into the modem and the ethernet cable from the modem i have plugged into TC's WAN port (the one with the gear logo).
    I start by opening Airport Utility ( I upgraded to the most recent version using the install disc that came with TC) and it recognizes TC in the left side of the window. It says it found TC with default settings and gives a name for it and an Airport ID. I click continue.
    The next window prompts me to name the TC and assign a password. I do so and click continue.
    The next window gives me some options about setting up a new or existing wireless network. It says it found some existing networks which I assume are my neighbors. I select "I don't have a wireless network and want to create one". I click continue.
    The next window prompts me to give a name and security level to the new network. I provide a name and select WPA/WPA2 Personal and enter and verify a password. I click continue.
    The next window asks whether I'd like TC to be in Bridge mode or Share a single IP address using DHCP and NAT.
    If I click Share a single IP, a popup tells me "This will cause my TC to continue to blink amber and do I want to ignore this and continue?". So I figure this can't be a good thing and I click on Bridge mode not really knowing what it means.
    The next window asks me to enter the TCP/IP info from my ISP. It also says to choose "Using DHCP" if I receive an IP address automatically. So in the box where it says "Configure IPv4", I select "Using DHCP" and there is an IP address and Subnet mask with numbers after each. Below that is Router Address, with fields for DNS Server, Domain Name and DHCP Client ID. These fields are blank. I click continue.
    The next window says TC will use these settings:
    TC name - Jim's Time Capsule
    Wireless Mode - Create a wireless network
    Network Name - Jim's Network
    Wireless Security - WPA/WPA2 Personal
    Connect Using - Ethernet
    Configure IPv4 - Using DHCP
    IP Address - (Provided Automatically)
    If settings are correct, click Update to finish setting up your TC or click Go Back to change settings. I click Update and a box tells me that the device and its network service will be temporarily unavailable and do I want to continue? I click continue.
    The next window tells me that the settings for TC have been updated successfully and its being configured. I then get a window reporting a problem.It says-
    "Problem 1 of 1: Internet Connection
    Your Apple wireless device does not have a valid IP address. Make sure your Apple wireless device is connected to your broadband modem or local network, verify your settings and try again. If you still can't connect, call your ISP."
    There are two boxes with options. The first is "Connect Using" and "ethernet" is selected with "PPoE" being the other option. The second box says "Configure IPv4" and "Using DHCP" is selected, and "Manually" is the other option.
    Obviously, I'm doing something wrong, but I don't have a clue. I'm getting online fine when I plug the ethernet cable into the back of the iMac. I've reset the modem by hitting the reset button. The light turns green on the TC but I can't connect to the internet. Any ideas? Feel free to call me a big dummy
    Jim

    Thank you, Jim Somoygi. I had a similar multi-hour odyssey with a AE and a Comcast cable modem.
    This solved the seemingly endless blinking amber light:
    1. unplug power from the modem and AE (or time capsule). Go get a beverage of your choice (wait a couple of minutes).
    2. My modem has a battery backup (Comcast phone service). So, I pressed a tiny reset button on the back of the Comcast modem (it's made by Arris). With the battery backup, I'm not sure I would have been able to reset the modem simply by unplugging.
    3. Make sure there is an ethernet cable connecting the cable modem and the AE or TC
    4. Plug the modem back in, wait for the lights to come on. I also had to press a "standby" button on the front of the modem to get all the lights to come on.
    5. Plug in the AE (or TC)
    6. Green light on the AE (it's not easy being green)
    7. Choose the appropriate Airport network & surf away.
    I will say that the problem seems to be with the modem, rather than the AE. Once I reset the modem, I could configure the AE with ease. Once the AE is configured, it is absolutely rock stable. Before I fiddled with the network & brought this on myself, I enjoyed shockingly stable networking with the AE -- much better than with previous attempts with Netgear or Buffalo products (although I do like the ease with which Buffalo products can be configured together, using their proprietary handshaking protocol "AOSS").

  • How do I change the name I have called my MacBook Air so I can add 11" and 13" into the title of whose computer this is for more clarity when I set up Time Machine and save to it with both computers?  Both are named with "my name and MacBook Air"

    I'm still learning the whole Mac thing but these are great machines!  I purchased a MacBook Air 13" and then thought I should also get a MacBook Air 11" for travel.  When I set it up at the Apple store I told the assistant the exact same name for each machine, i.e., "my name and MacBook Air."  What I want to do is go back in and rename both of them adding the 11" and 13" designation to the name so that when I set up Time Machine or whatever else I know exactly which machine is what.  I'm sure it is very simple but I cannot seem to figure it out.  Help please. Thanks.

    Go to System Preferences - Sharing and change the computer name there. You can also, optionally, change the name of your hard drive to further clarify the origin of your backups. Click once on the "Macintosh HD" on your desktop, then click its name to allow you to edit it.
    Matt

  • How do you set the time period on IMAP email accounts (razr maxx)

    Hi Guys -
    Does anyone know how you can set the time period that the stock email will keep the already downloaded messages for IMAP email accounts?
    Mine never seems to show more than a couple of days worth at a time. I'd ideally like to be able to see at least 2 weeks worth of messages without needing to download them again!
    On other phones I've had there was a setting in the menu, but either I can't find it...or it's not there. I've found the setting for how OFTEN it checks the accounts, but not the setting I am seeking.
    Your help is appreciated!
    Best Wishes for the Holiday Season.
    -Rich

    Hey Rich.  Once in 'settings,' there should be a "days to sync' under the 'data usage' section.   You don't have that?

Maybe you are looking for

  • Spoo Id not geting created while submitting a program at the background

    Hi All, I am submitting a Z program from other Zprogram.  I am actually creating a JOB and submitting the Z program.  Please find the code below, LOOP AT pernr.   CLEAR p_job.   p_stim = p_stim + 120.   CONCATENATE'ITSlip' pernr-low p_job sy-datum IN

  • How to know if records in BSIS/BSAS are for customers or vendors?

    Hello Experts, I am getting records from BSIS and BSAS, now I need to know those records(from BSIS and BSAS) which are for customers or for vendors since that is my filter. Thank you and take care!

  • Playing sound n canvas

    I am trying to call the following function in paint() public void record() throws IOException {         String url="file://tuner1.wav";         try {             // Create a Player that captures live audio.             Player p = Manager.createPlayer

  • Install or not install - exchange 2010 update rollup 4 sp3

    Hi guys! We have Exchange2010 SP3 with update rollup 2. Users with IE11 are having problems with OWA opening only in light mode. I have read on the internet that CU 4 solves this problem but on the other hand this CU makes additional problems with ou

  • The status bar and search bar are black in safari

    Just in the last few days when I go to Safari on my IPad 2 the status and search bars are black with white print.  I want the silver and white color scheme back, can you help?