[svn:osmf:] 17786: Add comments on example in Example Player (FM-1044).

Revision: 17786
Revision: 17786
Author:   [email protected]
Date:     2010-09-21 10:56:05 -0700 (Tue, 21 Sep 2010)
Log Message:
Add comments on example in Example Player (FM-1044).
Ticket Links:
    http://bugs.adobe.com/jira/browse/FM-1044
Modified Paths:
    osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/buffering/SynchronizedP arallelElement.as

Silviu!
I'm really sorry, but as all the office is trying to fix the problem, someone replaced the url content with the stuff that was pointing to the local machine.
I've fix it, and the video player is available here again: http://pp.player.webtv.flumotion.com/params/apiKey/5PzLR2ULL3z2rumJ/videoId/60
If there are other references to the localhost, please do not bother with them, as they do not affect player functionality.
The stream that it uses is an RTMPE, so i'm afraid it will only works with this player. Anyway, the stream url is as follows: rtmpe://87.248.205.81/a4349/e2/veo7/ondemandrtmpe/mp4/med/first-person-mario-4d8741aa.mp4
I really appreciate your help!
Thank you!

Similar Messages

  • Is it possible to add additional features, such as I had in iTunes? What I mean is: how could I add comments for example of an ebook; or the publisher?

    Is it possible to add additional features, such as I had in iTunes? What I mean is: how could I add comments for example of an ebook; or the publisher?

    Many thanks Brett, but probably I wasn't clear enough about my problem.
    I know that I'm able to include some notes, or to highlight paragraph; what I want to know if is it possible to make a summary of the book; or add additional features such as Publisher, if I read or not; language, etc. And show in the information for each book … In the application there's only: title, author, genre … How can add additional features as a reference for the ebook as a whole, and see them at the same level of the author, genre, etc.
    For example
    BOOK A          AUTHOR BRETT L     PHILOSOPHY     ENGLISH     TO READ     iTUNES STORE    
    The first three items are the default items … what I want to include is the others (as an example) … And create a box or something to make a summary of the book.
    Sorry for the bothering … but I was (and I suppose I'm not the only one) very comfortable with iTunes format for Music; but iBooks lost quite everything compared to iTunes; and it looks like a mere Kindle application.
    Many thanks in advance
    Gerardo Garcia Gorostidi

  • [svn:osmf:] 9988: Add example for a preloaded SerialElement.

    Revision: 9988
    Author:   [email protected]
    Date:     2009-09-03 10:13:16 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Add example for a preloaded SerialElement.  Disable autoRewind.  Fix bug in display of durations across tests.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/examples/AllExamples. as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/view/MainWindow.as

  • [svn:osmf:] 16065: Add example to expected directory

    Revision: 16065
    Revision: 16065
    Author:   [email protected]
    Date:     2010-05-12 10:21:39 -0700 (Wed, 12 May 2010)
    Log Message:
    Add example to expected directory
    Added Paths:
        osmf/trunk/docs/examples/org/osmf/media/examples/MediaPlayerSpriteExample.as

    Hi,
    -Run netdom query dc and check the list of dc in the domain.
    - Run netdom query fsmo and confirm fsmo roles holder
    -Ping all DC to confirm the site connectivity and also run repadmin /showreps command to check the replication errors.
    Regards
    Dinesh Patil
    Best Regards, Dinesh Patil. MCP-Windows Server 2003 Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. If you satisfied with answer,please click on Proposed as answer key.

  • [svn:osmf:] 15449: Add example showing how to inject a live NetConnection and/ or NetStream into a VideoElement.

    Revision: 15449
    Revision: 15449
    Author:   [email protected]
    Date:     2010-04-15 12:57:20 -0700 (Thu, 15 Apr 2010)
    Log Message:
    Add example showing how to inject a live NetConnection and/or NetStream into a VideoElement.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/AllExamples.as
    Added Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/SimpleNet ConnectionFactory.as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/osmf/examples/netconnection/SimpleNet Loader.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:osmf:] 10441: Add support for strict validation of VAST documents during parsing.

    Revision: 10441
    Author:   [email protected]
    Date:     2009-09-20 16:23:43 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support for strict validation of VAST documents during parsing.
    Modified Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as

    Hi, everything in the "Quick Reference" section should be commented out with ;
    You should change those settings further down in the php.ini file.
    Example:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    display_errors = Off
    Last edited by adrianx (2013-07-26 12:32:02)

  • [svn:osmf:] 10437: Add support and unit tests for parsing VAST documents ( inline or wrapper).

    Revision: 10437
    Author:   [email protected]
    Date:     2009-09-20 13:31:16 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support and unit tests for parsing VAST documents (inline or wrapper).   All elements are covered with the exception of Video.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [svn:osmf:] 15256: Add metadata to the resource of elements created by LoadFromDocumentElement subclasses indicating the derived resource .

    Revision: 15256
    Revision: 15256
    Author:   [email protected]
    Date:     2010-04-07 09:51:55 -0700 (Wed, 07 Apr 2010)
    Log Message:
    Add metadata to the resource of elements created by LoadFromDocumentElement subclasses indicating the derived resource.  This allow recipients of MediaFactoryEvent.MEDIA_ELEMENT_CREATE to be able to determine where a created element derives from.  Updated F4M code and SMIL code, plus unit tests.  Also added MediaType to resources generated by SMILMediaGenerator, in case they lack file extensions.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/f4mClasses/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataNamespaces.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/loader/SMILLoader.as
        osmf/trunk/plugins/SMILPlugin/org/osmf/smil/media/SMILMediaGenerator.as
        osmf/trunk/plugins/SMILPluginIntegrationTest/src/org/osmf/test/smil/loader/TestSMILLoader .as

    Yes, it seems to be a kernel bug. Previously, my wife used Windows for years and nothing like this happened. Now, she tells a lot about Linux systems :-)
    An example of this very-ugly-workaround for somebody who'll find this topic struggling with the same problem:
    $ cat /etc/pm/sleep.d/99_fix_time_shift
    #!/bin/bash
    # fixing https://bbs.archlinux.org/viewtopic.php?id=173487
    case "$1" in
    suspend)
    date +%s > /tmp/suspend.log
    resume)
    was=`cat /tmp/suspend.log`
    now=`date +%s`
    # time shifts for 68 hours
    if [ $now -gt `expr $was + 244800` ]; then
    date -s "`date -R --date="-68 hours ago"`"
    ## sleep 30; ntpdate ntp.ubuntu.com
    fi
    esac
    Last edited by shurup (2014-03-26 16:25:55)

  • [svn:osmf:] 14907: Adding comments, removing test URL.

    Revision: 14907
    Revision: 14907
    Author:   [email protected]
    Date:     2010-03-22 05:50:23 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Adding comments, removing test URL.
    Modified Paths:
        osmf/trunk/apps/samples/framework/OSMFPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/OSMFPlayer/src/OSMFPlayer.as

    Thanks for the architecture comments. I'm interested in this topic because ALARM brought me to arch (although I've replaced the raspberry pi with an Intel-based machine now).
    Well, I'm afraid of starting some kind of flame war by suggesting this officially as a lowly arch noob. I'll leave it up to the people who might profit by something like this (i.e. ALARM – or maybe they don't care and are fine with the current solution, in which case the change is not required at all). For the record, I like the glob solution. It's more flexible than just 'all' and it's easier to memorize the difference between 'any' and '*' compared to 'any' and 'all'.
    It turned out the "adding users" topic is not an issue, because I realized I can simply set "User=nobody / Group=audio" in the systemd unit file to get rid of root privileges while keeping the permission to play audio without logging in. I also set up a minimal Arch VM to test if gnome-icon-theme can be dropped. I found no problems without that package, so I think I'm now ready to upload the modified PKGBUILD (and related files) to the AUR.
    I'll flag this topic as solved. Feel free to add more comments though. Thanks everyone

  • [svn:osmf:] 11993: Add build scripts

    Revision: 11993
    Revision: 11993
    Author:   [email protected]
    Date:     2009-11-19 10:44:08 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Add build scripts
    Added Paths:
        osmf/branches/flex4/build/
        osmf/branches/flex4/build/build.xml
        osmf/branches/flex4/build/paths.properties
        osmf/branches/flex4/build/svn_sync.cmd

    DanielW wrote:
    elocal wrote:
    great stuff, thanks!
    so far the only really bad thing i've noticed in kde4 is the slow performance while accessing websites under kde4's konqueror, it is really slow looking up and loading the websites.  Must be some dns or ipv6 bug...
    Am I correct that you are using an AVM or AVM built OEM router? (the may be some from other vendors affected too).
    Its a well known bug an easy workaround not using your local router for DNS but the DNS from your provider (in your resolv.conf) or for example the one from opendns.  Another workaround is to use a local dns proxy.
    The bug is: http://bugs.kde.org/show_bug.cgi?id=154774  but it is closed now, as it has nothing to do with konqueror.
    Further discussion about it is here: http://bugs.kde.org/show_bug.cgi?id=162600
    Please tell what router you are using.
    Yea i figured it out earlier.  I am using the modem's IP as the dns, and telling dhcpcd not to modify resolv.conf.  But even with epiphany or firefox, if i use my router as the DNS it feels slower, not as slow as kde4/konqueror, but it is slower than if I use my modem's IP (or the ISP DNS) in resolv.conf.
    My router is an old Netgear WGR614 v4.  Besides the slow DNS lookups, it is giving me some other issues with wireless encryption... it is about time to upgrade it i guess...
    Thanks for the info.

  • [svn:osmf:] 17958: Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.

    Revision: 17958
    Revision: 17958
    Author:   [email protected]
    Date:     2010-09-30 11:31:49 -0700 (Thu, 30 Sep 2010)
    Log Message:
    Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26940
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/ExamplePlayer.mxml

    Height is determined by content.  I can't think of a single reason to have a div height of 5px because almost nothing will fit inside that small a space without problems. 
    As to why it doesn't show up in other devices, you must have put that style into the Tablet CSS code instead of the default Mobile CSS code.
    Fluid Grids build up from Mobile (applied to everything) with specific rules for Tablets, then Desktops.
    Best advice, use Fluid Grids for layout only.  Use a separate CSS file for content styles.
    Hope this helps,
    Nancy O.

  • [svn:osmf:] 10124: Add a few variations of HelloWorld, showing the different ways of adding the DisplayObject to the Sprite.

    Revision: 10124
    Author:   [email protected]
    Date:     2009-09-10 10:40:10 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Add a few variations of HelloWorld, showing the different ways of adding the DisplayObject to the Sprite.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/.actionScriptProperties
    Added Paths:
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld4.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld5.as
        osmf/trunk/apps/samples/framework/HelloWorld/HelloWorld6.as

    The connections which you have done are right, Here are some settings which you can set on your computer and check if this solves your problem or not.
    Win XP: Click on the Start button >>> go to RUN>> type in "ncpa.cpl"- hit OK >>Here(Network Connections) right click on the ""Local Area Connection"" icon and select properties-Here click on the "Configure"   jaspal button- Click on the "Advanced" tab- In the "Property" box highlight Link speed and duplex/Connection type/Network or Media type- And in the "Value" box select 10 Mbps half duplex/ 10 base T/10 base half mode and click on OK.
    If still you face the same problem, then i feel it might be the problem with the Switch itself. 

  • [svn:osmf:] 15010: Add f4f unit tests, more to come.

    Revision: 15010
    Revision: 15010
    Author:   [email protected]
    Date:     2010-03-24 17:05:36 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Add f4f unit tests, more to come.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/AdobeSegmentRunTable.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/HTTPStreamingTestsHelper.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeBootstrapBox.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeSegmentRunTable.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/httpstreaming/f4f/TestAdobeSegmentRunTableInte gration.as

    Abuse reported.

  • [svn:osmf:] 11233: Add downloadable related unit tests for MediaPlayer

    Revision: 11233
    Author:   [email protected]
    Date:     2009-10-28 11:29:23 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Add downloadable related unit tests for MediaPlayer
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/MockMediaElementWithDownloadab leTrait.as

    Revision: 11233
    Author:   [email protected]
    Date:     2009-10-28 11:29:23 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Add downloadable related unit tests for MediaPlayer
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/MockMediaElementWithDownloadab leTrait.as

  • [svn:osmf:] 17080: Add basic unit tests for MulticastNetLoader

    Revision: 17080
    Revision: 17080
    Author:   [email protected]
    Date:     2010-07-27 16:03:01 -0700 (Tue, 27 Jul 2010)
    Log Message:
    Add basic unit tests for MulticastNetLoader
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/OSMFTests.as
    Added Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/net/multicast/
        osmf/trunk/framework/OSMFTest/org/osmf/net/multicast/TestMulticastNetLoader.as

Maybe you are looking for

  • If you can't get your new Shuffle to work..check this out

    My computer is approx. 3-4 years old. After wasting lots of time troubleshooting why my computer wouldn't recogize my iPod, I finally called Apple. They said they thought I had a problem with my USB being too slow. I then called Radio Shack, and they

  • SQL loader In toad

    I am trying to load the following data using the ctl written below through toad : 40,7,PR_SDIL,,,,STOPPED,TRANSACTION,0,0,0,9/23/2007 1:00:23 PM,,9/23/2007 1:00:23 PM,9/23/2007 1:00:23 PM,,, LOAD DATA INFILE 'C:\Documents and Settings\poduvalr\Deskto

  • P55M-GD45: VCore cannot be decreased

    Having this strange issue: vcore can only be increased. Also strangely when increasing, the next value after "auto" is not the vcore but just the increment amount itself, eg. 0,006 -> 0,012 ... So for example under default settings (FSB 133), CPU Spe

  • Pages - step back

    Hey, how do step back in Pages? Thank you for help.

  • Internal Caller ID off of RP from IPCC

    Here is my dilemma. I need to have the alerting name changed from a redirected call off of a menu option in an IPCC script. Here is what I did: 1) Created CTI RP with the desired Internal Caller ID. Configured to Call Forward All to the required dest