[svn:osmf:] 18047: Fix FM-1076: Reconnect timeout doesn't always work.

Revision: 18047
Revision: 18047
Author:   [email protected]
Date:     2010-10-06 16:29:01 -0700 (Wed, 06 Oct 2010)
Log Message:
Fix FM-1076: Reconnect timeout doesn't always work.
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-1076
Modified Paths:
    osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as

"Is it intended to cope with NetConnection.Connect.IdleTimeOut of FMS disconnecting clients after some time of inactivity?"
The answer is no. Stream reconnect is all about trying to reconnect in the event of a dropped network connection. For the IdleTimeOut scenario, listen for the MediaErrorEvent.MEDIA_ERROR event on the MediaPlayer and check for an error of MediaErrorCodes.NETCONNECTION_TIMEOUT. You can handle that however you wish in your player.
- charles

Similar Messages

  • [svn:osmf:] 17940: Fix FM-982: MAST plugin doesn' t show preroll for F4M resources.

    Revision: 17940
    Revision: 17940
    Author:   [email protected]
    Date:     2010-09-29 14:47:13 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix FM-982: MAST plugin doesn't show preroll for F4M resources.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-982
    Modified Paths:
        osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

  • [svn:osmf:] 17941: Fix FM-981: MAST plugin doesn' t show preroll for SMIL resources.

    Revision: 17941
    Revision: 17941
    Author:   [email protected]
    Date:     2010-09-29 15:04:11 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix FM-981: MAST plugin doesn't show preroll for SMIL resources.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-981
    Modified Paths:
        osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • [svn:osmf:] 13967: Fix a bug where flushing doesn' t happen right at end-of-playback

    Revision: 13967
    Revision: 13967
    Author:   [email protected]
    Date:     2010-02-03 16:35:08 -0800 (Wed, 03 Feb 2010)
    Log Message:
    Fix a bug where flushing doesn't happen right at end-of-playback
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as

    Dear Adobe support team,
    It's quite an old thread however no update fix for this issue but the workarounds of the good people above. This tiny and yet very irritating bug should has been fixed a long time ago in an update patch. I'm using the latest version of Premiere Pro CS6 (6.0.5) and still look forward for an update fix. I haven't checked whether this issue exists in the CC edition of Premiere Pro, however even if it has been fixed there, I'm not willing to upgrade to it no matter what as I believe in a product I paid the full price for ONCE and that should receive its yearly bug-fix updates, and not for one with an annual fee.
    I look forward to hearing from you.
    Thanks,
    Gal Shemesh

  • My iPhone 4 home button doesn't always work. sometimes its just not responsive. other times, it works great. what's the problem, and how do I get it fixed? my iphone  is 2 days old

    my iPhone 4 home button doesn't always work. sometimes its just not responsive. other times, it works great. what's the problem, and how do I get it fixed? my iphone is 2 days old

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    -Griff W.

  • [svn:osmf:] 18069: Fix FM-1035: Stream reconnect fails to timeout when reconnectTimeout is zero.

    Revision: 18069
    Revision: 18069
    Author:   [email protected]
    Date:     2010-10-07 11:28:56 -0700 (Thu, 07 Oct 2010)
    Log Message:
    Fix FM-1035: Stream reconnect fails to timeout when reconnectTimeout is zero.  This is similar to the other (recent) stream reconnection bugs, in that it only seems reproduceable when NetStream.bufferLength is non-zero upon receipt of the Buffer.Empty event.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1035
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as

    "Is it intended to cope with NetConnection.Connect.IdleTimeOut of FMS disconnecting clients after some time of inactivity?"
    The answer is no. Stream reconnect is all about trying to reconnect in the event of a dropped network connection. For the IdleTimeOut scenario, listen for the MediaErrorEvent.MEDIA_ERROR event on the MediaPlayer and check for an error of MediaErrorCodes.NETCONNECTION_TIMEOUT. You can handle that however you wish in your player.
    - charles

  • [svn:osmf:] 13027: Fix bug in SerialElement where the durationReached event was dispatched on a child-to-child transition due to the base class thinking that the duration had been reached  (since the second child didn't have a duration yet).

    Revision: 13027
    Revision: 13027
    Author:   [email protected]
    Date:     2009-12-16 18:09:46 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Fix bug in SerialElement where the durationReached event was dispatched on a child-to-child transition due to the base class thinking that the duration had been reached (since the second child didn't have a duration yet).  Injection from trait refactoring.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeTimeTrait.as

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • [svn:osmf:] 17761: Fix FM-1049: OSMFAIRTest compile errors.

    Revision: 17761
    Revision: 17761
    Author:   [email protected]
    Date:     2010-09-17 17:05:15 -0700 (Fri, 17 Sep 2010)
    Log Message:
    Fix FM-1049: OSMFAIRTest compile errors.  OSMFAIRTest (& OSMFIntegrationTest) now default to 10.1, and to AIR 2.0.  To run this on AIR 1.5, you need to make sure you're using a compatible SDK and a compatible set of FLASH_10_1 flags.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-1049
    Modified Paths:
        osmf/trunk/framework/OSMFAIRTest/.actionScriptProperties
        osmf/trunk/framework/OSMFAIRTest/OSMFAIRTest-app.xml
        osmf/trunk/framework/OSMFIntegrationTest/.actionScriptProperties

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Which correspondents fine with the
    device "hw:0,3"
    in my mpd.conf alsa section.
    Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
    hokasch:
    I tried changing the mixer to "Master" but that did not change much.

  • [svn:osmf:] 14067: Fixed a bug in DynamicStreamingSample that Ivonne found.

    Revision: 14067
    Revision: 14067
    Author:   [email protected]
    Date:     2010-02-09 11:09:35 -0800 (Tue, 09 Feb 2010)
    Log Message:
    Fixed a bug in DynamicStreamingSample that Ivonne found.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DynamicStreamingSample/src/DynamicStreamingSample.mxml

    I just noticed that for some reason the project is using an old path to my SVN repository. I recreated it and reimported the project but for some reason Xcode didn't realize that. I'm betting there's some little file somewhere that's causing my problem.

  • [svn:osmf:] 14592: Fix bug in ProxyElement's blockedTraits implementation.

    Revision: 14592
    Revision: 14592
    Author:   [email protected]
    Date:     2010-03-04 16:13:02 -0800 (Thu, 04 Mar 2010)
    Log Message:
    Fix bug in ProxyElement's blockedTraits implementation.  Blocked traits take precedence over overridden traits.  The bug was that events would still be dispatched for an overridden trait being added even when the trait was blocked.  Update unit tests.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElementAsDynamicProxy.as

    (Removed)

  • [svn:osmf:] 15505: Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed .

    Revision: 15505
    Revision: 15505
    Author:   [email protected]
    Date:     2010-04-16 09:29:26 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix image smoothing, which had been broken as a result of some changes to how the display object of an ImageElement is exposed.  Add integration test.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/ImageElement.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/elements/TestImageElementIntegration.as

    That's a comment in the file. It has no effect at all.

  • [svn:osmf:] 13806: Fix a bug with the handling of drm metadata/ additional header

    Revision: 13806
    Revision: 13806
    Author:   [email protected]
    Date:     2010-01-27 10:00:06 -0800 (Wed, 27 Jan 2010)
    Log Message:
    Fix a bug with the handling of drm metadata/additional header
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as

    (Removed)

  • [svn:osmf:] 10751: Fix a bug with the ReferenceSample project.

    Revision: 10751
    Author:   [email protected]
    Date:     2009-09-30 10:57:34 -0700 (Wed, 30 Sep 2009)
    Log Message:
    Fix a bug with the ReferenceSample project.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ReferenceSample/org/openvideoplayer/model/ReferenceSWFE lement.as
        osmf/trunk/apps/samples/framework/ReferenceSample/org/openvideoplayer/view/MainWindow.as

    (Removed)

  • [svn:osmf:] 11205: Fix bug FM-169: Trait support for data transfer sample doesn' t display bytes loaded and bytes total for SWF element

    Revision: 11205
    Author:   [email protected]
    Date:     2009-10-27 15:04:26 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fix bug FM-169: Trait support for data transfer sample doesn't display bytes loaded and bytes total for SWF element
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-169
    Modified Paths:
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/org/osmf/model/Model.as

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • [svn:osmf:] 17708: Fix FM-932: Scaling of parallel elements is not consistent.

    Revision: 17708
    Revision: 17708
    Author:   [email protected]
    Date:     2010-09-14 16:32:29 -0700 (Tue, 14 Sep 2010)
    Log Message:
    Fix FM-932: Scaling of parallel elements is not consistent.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-932
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/compositeClasses/ParallelDisplayObjectTrait.a s
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestParallelElementWithDisplayObjectTrait .as

Maybe you are looking for

  • Regarding creation of report categeory

    hi friends, could u help me how to create report categeory of my own . i mean while using ldb we get the standard selection screen. instead of that i need just 3 fields in the selection screen of my own. how can i create that and add it to report cat

  • How do I install snow leopard on to a new blank hard drive?

    I just bought a new 1TB Seagate Sata Solid State and properly installed it into my 2006 model Macbook because I was running out of space. But I can't figure out how to get snow leopard back on. I've been researching all day and I've tried partitionin

  • SAP R/3 4.7e compatable with Netweaver foundation ?

    Hi, could you please suggest me for below Queries . 1. Does IS-Media is very much compatable with 4.7e? 2. Will this present problems for us in any of the functionality we've been expecting? Does 4.7 have the same Netweaver foundation, integration wi

  • Firefox setup 9.0.1 exe won't extract (cannot open output file)

    I downloaded firefox 9.0.1 and it won't extract and install on a win7 computer. It says cannot open output file. I had previous versions of firefox for 10 years. I tried disabling AV and firewall also. Please help. Nate

  • VLC still running in the background (~200% CPU)

    Hello, I noticed that my laptop was getting really hot so I checked the processes running. I found out that a VLC process was still running and using weirdly about 200% of the CPU... I couldn't kill it and had to restart. Any clue about how this coul