How to Prevent Endless Buffering after Playback?

I'm using the Strobe Media Playback player.
The video works very well on both iOS and Desktops, (I'm very pleased), but I'm seeing an anomaly after playback ends.
When the video has finished playing, it begins buffering, or at least the "Buffering..." animated display appears, (see image below).
This occurs only when viewing the desktop versions of the videos.  When I view it on an iPhone, the Buffering... message doesn't appear.
How do I prevent "Buffering..." from appearing after a video finishes playing?  It gives the impression something's broken, or that more video is about to play.
Here's the html I'm using to link to the Strobe Media Playback .swf:
!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxx  FLASH/ANDROID VERSION  xxxxxxxxxxxxxxxxxxxxxxxxxx --> 
  <script type="text/javascript" src="swfobject.js"></script>
                    <script type="text/javascript">
                              var flashvars = {};
                              var params = {};
                              params.allowfullscreen = "true";
                              var attributes = {};
swfobject.embedSWF("http://myFMS.scoe.net/videoPlayer/swfs/StrobeMediaPlayback.swf?src=http://myFMS.scoe.net/v od/myProject/myVideo_manifest.f4m", "myAlternativeContent", "325", "247", "10.1.0", "expressInstall.swf", flashvars, params, attributes);
</script>

This is a bug. I could fix it using the source patch below.
Download the fixed version from:
http://mirrors.ctan.org/macros/latex/contrib/media9/players/StrobeMediaPlayback.swf
--- ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButtonOverlay.as.orig   2012-11-14 15:48:22.000000000 +0100
+++ ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButtonOverlay.as    2012-11-20 15:14:02.000000000 +0100
@@ -98,6 +98,11 @@
        override protected function onMouseClick(event:MouseEvent):void
            var playable:PlayTrait = media.getTrait(MediaTraitType.PLAY) as PlayTrait;
+           var seekable:SeekTrait = media.getTrait(MediaTraitType.SEEK) as SeekTrait;
+           if(playable.playState == PlayState.STOPPED)
+           {
+               try{seekable.seek(0);}catch(e:Object){}
+           }
            playable.play();
        }  @@ -134,4 +139,4 @@
        /* static */
        private static const VISIBILITY_DELAY:int = 500;
\ No newline at end of file
+}
--- ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButton.as.orig  2012-11-14 15:48:22.000000000 +0100
+++ ./player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/PlayButton.as   2012-11-14 15:42:53.000000000 +0100
@@ -26,6 +26,7 @@
    import org.osmf.traits.MediaTraitType;
    import org.osmf.traits.PlayState;
    import org.osmf.traits.PlayTrait;
+   import org.osmf.traits.SeekTrait;     public class PlayButton extends PlayableButton
@@ -44,6 +45,11 @@
        override protected function onMouseClick(event:MouseEvent):void
            var playable:PlayTrait = media.getTrait(MediaTraitType.PLAY) as PlayTrait;
+            var seekable:SeekTrait = media.getTrait(MediaTraitType.SEEK) as SeekTrait;
+           if(playable.playState == PlayState.STOPPED)
+           {
+               try{seekable.seek(0);}catch(e:Object){}
+           }
            playable.play();
            event.stopImmediatePropagation();
@@ -58,4 +64,4 @@
\ No newline at end of file
+}

Similar Messages

  • Endless buffering after video playback

    using strobe media playback and FMS 4.5.1  I am getting an endless buffer after playing a video.  the only way to break this cycle is to refresh the page.  how can I fix this issue?

    We solved this using the Javascript Bridge
    There's not really any doc on it but demos here: http://osmf.org/dev/2.0gm/
    This thread's ok too
    http://forums.adobe.com/thread/791624
    Not sure if the 'complete' event actually works, but we had a hack using durationChange and currentTimeChange events and it works.
    Trap for beginners - looks like the bridge created callback gets called by the player every tick -
    So if you're doing stuff in there (like addEventListener) you'll gradually consume more and more cpu until everything craps out.
    We solved by just putting everything in an "if" checking we hadn't already done that.

  • How to prevent contacts disappearing after FW upda...

    Hi all, I would like to know how to prevent all contacts from vanishing after firmware update, can contacts be saved on memory card & retrieved or restored ? I have over 300 contacts & it would be a pain in the a** to restore it one at a time, thanks.

    you can
    a) back them up in your pc with PC Suite / SVI Cuite, and in the SD Card
    b) Copy them all in your SIM Card (if not already recorded there instead of the phone memory

  • How to prevent key sound after pressing Enter

    I don't want to hear "beep" sound after pressing enter in TextBox object.
    Is it possible to prevent this?
    Private Sub TextBox1_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
    If e.KeyChar = Convert.ToChar(13) Then
    MsgBox("You will hear "beep" after you press it")
    End If
    End Sub

    Hi,
     I am guessing this is a single line TextBox.  You can use the KeyDown event to detect the Enter key being pressed and Suppress the Key.  If you are using the Enter Key to do something when it is pressed in the TextBox then put it in here
    instead of the KeyPress event.
    Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
    If e.KeyCode = Keys.Enter Then
    e.SuppressKeyPress = True
    'Do something here if you need to when Enter is pressed
    End If
    End Sub
    If you say it can`t be done then i`ll try it

  • How to prevent PR deletion after PO creation

    How can we prevent PR  from Deletion if PO created.

    Hi Mohamad,
    Set the System Message No. 152 to error message in SPRO--> MM --> Purchasing --> Environment Data --> Define Attributes of System Messages -->  System Message
    Version 00 Appication 06 Message 152 Error Message.
    Hope it helps.
    Regards,
    Bijoy Kumar

  • How to prevent PO changes in ME22N after Order acknowledgement?

    Hi everyone,
            Can anyone tell me how to prevent PO changes (ANY) in ME22N after Order acknowledgement?
            I would like to make it possible without release strategy process or authorizations.
            Do you know some User Exit or Customazing way?
    Regards.
    Jaime S.

    Dear Jaime S,
    You can do this by restricting in authorization SHDO and also by marking "changes not possible after release" in Release strategy procedure.
    And also you can navigate the menu to, SPRO------>IMG------>Material Management--->Purchasing(OLME)------->Purchase Order---->Define screen Layouts at Document Level---->And go to ME22n And Select the right parameter and in this you can make it display, optional or required entry for the fields.
    Regards,
    Manjunath B L

  • ADF 11g How to prevent reinvokation method action after error

    We have a page with an action binding that is invoked automaticaly on entering the page:
    <executables>
    <invokeAction id="invokeProcess" Binds="process"/>
    If an error (exeption) occurs the invoke action will be called 5 times. This is that our underlying BPEL-Process is also invoked 5 times.
    How can we prevent the resubmit after an exception occures?

    How are you bringing this up for edit? Via a dialog?
    Have you looked at "setCurrentRowWithKeyStr" operation in the page def? Our application uses dialogs for editing one row at a time, when the user clicked on the row via a command link, we call setCurrentRowWithKey to make sure the view object's iterator cursor is at the right location when this record is brought up for edit.

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • TS3276 On received mail, I delete sender's name, address, etc. then forward it.  The forwarded mail has a duplicate of the original mail, show original sender's name, etc.  How to prevent the duplicate from being sent?

    How to prevent duplicate of orginal mail (with original sender's name, address) being "attached" when forwarded?

    Maybe I am mis-understanding what you are seeing.
    When I forward a message, the receiver will see the original mail (unless I edit it, such as removing any previous sender's information) and the length will be the same as the message was before forwarding except for the added line "Begin forwarded message" (again, unless I edit bits out), and there will be no attached copy of the original message.
    So when you say in your reply above "The orginal email with the sender's name and address was also sent with my forwarded email." do you mean:
    a) that it is still visible at the head of the text of the message (which I was saying does not happen for me because "after hitting delete, the previous sender's information disappears." [and since] "it has disappeared, it cannot be in your forwarded mail." Disappeared means it is not there.
    b) another copy of the original message is attached to the forwarded email at the end, either as an included file or as repeated text.
    c) some other situation.
    Sorry about the previous mis-spellings! I hope that we can get to the bottom of this.

  • How to prevent AT SELECTION-SCREEN event on second Selection Screen

    Hi All
    I have a program in which I am entering some parameters in a selection screen and also validating them in AT SELECTION-SCREEN events. After validating them the program shows another selection screen in which I have some push-buttons. I have some events on those push-buttons also.
    However I am facing a different problem now. When I execute the second selection screen I get the report, and when I click on back button then it again triggers the AT SELECTION SCREEN event of the first selection screen and displays the related messages.
    How to prevent this ? Is there any way where I can restrict the execution of selection screen events for a particular selection screen?
    Amol

    Hi,
        try this logic when Ist selection screen validation
         is done set a flag = 'X' .
          at selection-screen.
          if glag is initial
           *screen validation
               flag = 'X..     
          endif.
    regards
    amole

  • How to prevent user keyin wrong in master-detail

    How to prevent user keyin wrong in master-detail.
    Example : User click button to created mster with out crete detail then they going to another master record for created detail for that master,
    How to control user keyin master-detail currect record finish first then can go to another master?
    Is it posible if I will disable another record of master and enable only current record after they finish to keyin master and detail of this record then I enable all.
    If posible can you give me step-by-step and coding.
    Thank you very much

    I'm not able to understand the scenario. You probably will have to provide more detail of the issue.
    --Shiv                                                                                                                                                                                                                           

  • How to prevent automatic download and install of Reader 8.1.2

    Hi-
    I have Adobe Reader 7.0.9 and I need to keep it as my default Adobe reader program and plug-in for some applications that I use.
    Over the last week, Adobe reader 8.1.2 downloads automatically and installs itself in my business laptop (Win XP SP2) and replaces my 7.0.9 version.
    Each time I uninstall the 8.1.2 and reinstall the 7.0.9. I ensure the option of automatic download and install is disabled in 7.0.9.
    But it still happens I have for the xth time today the new 8.1.2 in my laptop.
    Anybody knows what is going on ? And how can I solve this issue to keep my 7.0.9 version ?
    Thanks.

    radellaf wrote:
    This nonsense is happening right now on my iPhone.  2.3GB deleted, now iOS 8 is downloading without my consent.
    That's *not* a good thing to hear.
    After the download finishes, do NOT press the Install Now button. Try the following to remove the download from the device. Here's the procedure I came up with last time this happened with iOS 7...It may or may not work.
    Re: Apple Forced iOS7 update on my iPad2 !
    Afterwards if you succeed, block Apple's update server using the following method so it wont get pushed to the device again:
    In your router's settings, set up a block (using Access Restrictions or similar in the router's web interface) to mesu.apple.com. This will prevent the devices from "phoning home" to Apple, checking for the update and getting the download pushed to it again.
    Or follow the instructions at this link:
    http://ios8tips.com/how-to-prevent-automatic-update-to-ios-8/

  • FTP dictionary attack - how to prevent ?

    I'm already searched the board but haven't found a solution for our problem:
    During the last weeks the server was being hit by attacks looking like a dictionary attack. Someone tries to log in by ftp thousands of times. This made the server to reboot and finally destroying its mail database, which I rebuilt.
    My biggest problem however is how to prevent this in the future ? Unfortunately the server is used by a nonprofit organization, so we can't spend thousands for intrusion prevention firewall hardware.
    But isn't there a way to configure something like "Each IP is allowed to try logging in via ftp only X number of times per hour" for the ftp service ? I think this would help us.
    I already set to close connections after one wrong password try using Server Admin. By default it was set to "3". But guess that this doesn't really help.
    Any idea would be appreciated.

    No, the people here are used to access the server by ftp and I can't do much. Unfortunately.
    There are alternatives that are (usually) easier to use than ftp. (In my experience, most end-users aren't running a shell-level ftp command, they're running some sort of a front-end or GUI-based ftp client. Finder, perhaps. Which means most don't know they're even running ftp, in any real sense.)
    Also aren't most CMS more vulnerable to DoS attacks and intrusion attempts ? It's complex software with lots of security holes.
    Valid concerns, certainly.
    You do realize that ftp transmits the username and password credentials in cleartext, right?
    Anybody that peeves somebody else sufficiently can end up getting hit with a DoS or (worse) a DDoS or a dictionary attack. Sometimes, you don't even need to peeve somebody. I've dealt with a case of a user launching a DoS to get a tactical advantage over another user in an online game, too.
    Yes, CMS installations can be vulnerable; pick wisely, and stay current. An administrator need do the same thing with a CMS as with most anything else web-facing; evaluate security carefully, track updates and security notices and generally keep a lid on the riff-raff.
    But if you have a situation where you can use, for instance, certificate-based access, you can block most of the trouble and you can block typical open access.
    I find http://www.aczoom.com/cms/blockhosts being an interesting thing. However it's from 2005 - is it still actual or outdated ?
    I tend to either run fairly locked down with the web server and fairly defensive around, or (where applicable) use mod_security, or both.
    And a typical recommendation is to use an out-board firewall, and to house your address-based defenses and blacklists out there. Having users "loose" on the firewall (and I include myself in that) means that a mistake or a configuration change on the server can potentially open up an exposure. I much prefer to have the extra step of connecting to the firewall.
    A VPN server can also be housed out on a firewall (or host-based, if you're so inclined), which can allow you to run ftp and other protocols more securely.
    I do block some IP subnets. But the attacks I (still) see are from all over the IPv4 address space.

  • How to prevent .DS_Store files in specificied folders

    Hello.  I want to stop creation of .DS_Store files in Desktop and Picture/hoge folders only. Also I would like to keep its settings of .DS_Store files in other folders.  When I googled the web I found so many pages explaining how to prevent .DS_Store in network folders, how to stop creation of .DS_Store files in all of the OSX system and usage of TotalFinder. Those are not what I am finding for. I want to stop creation of .DS_Store files in only particular folders.  I can use AppleScript or Terminal commands.  Thank you very much.

    would creating an empty one, then locking it achieve what you need ?
    + locking existing ones as needed.
    briefly checking here causes no obvious problems, Finder still alows changes, but reverted after relaunch.

  • Multiple podcast login windows cause iTunes to be unresponsive.  How to prevent attempt of authentication from unsubsribed podcasts?

    I have several podcasts that I have been storing following the subscription service.  These podcasts in recent updates to iTunes have been attempting logging on (for what I assume) to check for updates to the podcasts.  This occurs at initialization of iTunes and at periodic intervals while iTunes is running.  When the login/password window appears, iTunes becomes unresponsive.  Any media that is currently playing continues to play, but cannot be paused, fast forwarded, etc.  After a period of time, iTunes becomes responsive, it can take 10+ minutes.  At this time, I can cancel the login windows by hitting cancel the number of times I have individual password protected podcasts (that I do not have active usernames/passwords for).
    I have opened the settings for each podcast and they are all "unsubscribed" and have set every setting that I can find so that the podcasts do not update, but I am still getting prompts to login causing iTunes to be unresponsive.
    I do not want to delete the podcasts, because I still want to use the podcasts and associated podcast documents.  Any suggestions on how to prevent the podcasts from attempting to authenticate?
    Note that I have had these podcasts for >1yr as unsubscribed podcasts and have not had this issue until recent updates to iTunes.  (Since 11.1 or 11.2.)

    I've had a problem similar to yours since the iTunes update in January 2014.  I have not subscribed to any paid podcasts...mine are all free, and I don't recall that any have needed a password.  Since January, when I have iTunes open and click on Podcasts, I get a pop-up window that says "Authentication Required" needing username and password.  I can try 5 times with entering username/password, then iTunes locks-up, and if I click cancel on the pop-up window, iTunes locks-up.  I start Task Manager then alt/control/delete...that's the way I have to close out the iTunes window.  Any updates since January has not fixed the problem.  In about mid May, quite by surprise, I clicked on podcasts and it opened without the pop-up window showing and I was able to click on any of my podcasts.  After another update, I was back to the same problem.  The problem has to be with that update in January.  If you run across a "fix" for the problem, please post, I'd really like to get my iTunes working again.  I use Windows 7.

Maybe you are looking for

  • Upgraded Qosmio X500-10T to Win 8.1: Sound drivers for 5.1 over HDMI

    Hello *brilliant* Toshiba community, I have recently upgraded my Qosmio X500-10T from 64-bit Windows 7 to 64-bit Windows 8.1. I have left Windows to download driver updates. My setup: Qosmio (HDMI) => Yamaha AV receiver (HDMI) => Samsun LCD TV. _The

  • Getting Apple TV to play music from iTunes using Remote App on iPad

    Hi I play my iTunes Library music on my Apple TV. I use the Remoe App to select songs etc. However, if I stream (push) from iTunes to Apple TV the subwoofer does not play (this is a well know problem). However, if I pull the music from the Apple TV (

  • Error calling a webservice from one server process of the cluster

    Hi , I have a servlet which on startup makes a call to a webservice. I deploy this webapp on the cluster. The cluster has two instances each instance having one server process. So when the server restarts one server process on one instance calls the

  • Verifying a list of same events

    Hi, I am writing a test method to verify playing a list of video. Each time a video is played, player sends "playing" event out. So my code would just listen for that event from the player. In addition, player implementation is asynchronous by nature

  • Conversion Oracle data into query

    Hi everyone, I've 1000 records in my table. Now i want to create the same table in another database. If i have script to create and insert all values, i can very easily execute it. How to generate script for the Oracle table which contains 1000 recor