Source Media Playback

Where can I get source for Strobe Media Playback for http dynamic bitrate streaming. Current 2.0 does not seem to do so.

Thanks Siliviu,
Another query regarding the Strobe Media Player -
We managed to run the Samples code for Dynamic Streaming -
1. We saw that the video stored on a web server was getting played after 2 minutes. Of course this video was about 160MB in size. Smaller video of 1-2 MB was faster. BUt a video of size 160 MB has to start playing since using dynamic streaming the player may not wait until the video is copied.Your views on this please.
2. Also we need o be able to control the playback w.r.t to the chunks being downloaded. We know the offsets in the mp4 to read to read ony chunka and not the full video. How can we play only a chunk using Strobe Media Player. Where should we make the changes.
Thanks
Ramesh

Similar Messages

  • Strobe Media Playback, basic code not working with FLV file?

    I am trying to use the following code with Strobe Media Playback swf 1.5:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />   
        <title> </title>
        <script type="text/javascript" src="scripts/swfobject.js"></script>
        <script type="text/javascript">
                var flashvars = {};
                    flashvars.src = "song.flv";
                    flashvars.poster = "preview.jpg";
                var params = {};
                    params.movie = "StrobeMediaPlayback.swf";
                    params.allowfullscreen = "false";
                    params.allowscriptaccess = "always";
                var attributes = {};
                // Embed the player SWF:
                swfobject.embedSWF
                    ( "StrobeMediaPlayback.swf" //swf file name
                    , "videoDiv" // targeted div
                    , "652", "366" // width, height
                    , "10.1.0" // Flash version
                    , "scripts/expressInstall.swf" //location of expressinstall script
                    , flashvars
                    , params
                    , attributes
         </script></head>
    <body>
        <div id="videoDiv">
            <video controls="controls" poster="preview.jpg" width="652" height="366">
                <source src="song.flv" type="video/flv" />
                <source src="song.ogg" type="video/ogg" />
            </video>
        </div>
    </body>
    </html>
    However, the page is saying:
    We are having problems with playback. We apologize for the inconvenience.
    My links do not appear to be broken, I have checked them with Firebug / View Source. Has the javascript changed for Strobe 1.5?

    Okay, I think I have it *partly* figured out. If I use the link from the example it works:
    http://players.edgesuite.net/videos/big_buck_bunny/bbb_448x252.mp4
    Does the video have to be online for it to work?

  • Flash Media Playback Utility download broken

    The Flash Media Playback tool is advertised here: http://www.adobe.com/products/flash-media-playback.html  But the download link has been hijacked to go to an open source download site that has nothing to do with the Flash Media Playback utility.  How can I get the Flash Media Playback tool?

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • Can't seem to stream (RTMP) an FLV file in Flash Media Playback from the Amazon Cloud

    I seem to be having trouble streaming any FLV file using RTMP from the Amazon Cloud.  Other file formats (i.e., MP4, F4V) seem to work just fine.
    I tried using your Flash Media Playback demo page and still had the same problem:
    http://www.osmf.org/configurator/fmp/
    Without publicly displaying the actual connection path here, this is what I am using for the Video Source (URL):
    rtmp://xxxxxxxxxxxxxx.cloudfront.net/cfx/st/_definst_/MyVideo.flv
    If I change the "MyVideo.flv" to "mp4:MyVideo.f4v", for example, then it works.  But when I try to reference any FLV file that I have located on the Amazon Cloud then it just shows continuous buffering.
    The FLV files that I am trying to use with both the Strobe and Flash Media Playback(s) all stream just fine when I connect to them via other Flash based applications/players that I have.
    Do you have any suggestions?
    Thank you very much.

    Hello,
    The link to the previous post does not seem to apply or help in this case.  Please let me know if I am wrong.
    I am merely trying to stream any FLV file using your Flash Media Playback demo page.  What am I missing here?
    Thanks again.

  • Online Code Walk-Through Wednesday on How To Build an OSMF Player Strobe Media Playback

    Wednesday November 17 at 12:00 noon PDT the OSMF User Group is hosting an online  code walk-through of the open source Strobe Media Playback video  player codebase.
    The code walk-through will be lead by Andrian Cucu who is  Adobe's Project Leader on the Flash and Strobe Media Playback video player  project.
    To join, just go to the following link at the meeting time to join the OSMF  User Group's Connect room:
    http://experts.na3.acrobat.com/osmf/
    For further details and to RSVP see the following link:
    http://osmf.groups.adobe.com/index.cfm?event=post.display&postid=30846
    ** ALL ARE WELCOME! **
    ** PLEASE FORWARD THIS MEETING NOTICE TO ALL WHO  YOU THINK MAY BE INTERESTED! **

    The player supports both standard and advanced delivery methods, including progressive download, RTMP streaming,
    RTMP dynamic streaming, HTTP streaming, HTTP dynamic streaming, and live streaming. Flash Media Playback
    1.5 and Strobe Media Playback 1.5 also provide support for RTMFP multicast content delivery.
    While RTMP(x) streaming are FMS content delivery technologies, the player can also be used with other FMS compatible streaming servers, such as Wowza or Red5.
    In the case you do not need the use of FMS streaming functionality, progressive download is always an alternative (what this means is that all you need is a video that can be served by a webserver like apache, nginx, lightypd, etc).
    As for how the player can be used, these links are allways a good place to start and get a better idea of what it is all about:
    http://www.osmf.org/strobe_mediaplayback.html
    http://blog.theflashblog.com/?p=2087
    Hope this helps.

  • Welcome to Flash Media Playback!

    Welcome to the Flash Media Playback User Forum!
    We are pleased to announce the inaugural release of Flash Media Playback (FMP).  FMP is Adobe’s turnkey player built on the Open Source Media Framework (OSMF).  It is hosted on Adobe’s servers so that anyone who wants to embed video on their website can use it to play their video by simply referencing it in the website’s HTML.  All you need is the URL for your video content and your desired dimensions for your video player window, and you can have video playing on your site in no time.  You can enter in these values into the FMP configurator, press the “Preview” button, and it will generate the embed code you need to copy and paste into your webpage’s HTML.
    FMP is a fully featured player.  Features include:
    - Support for RTMP and HTTP dynamic streaming
    - Support for Flash Access 2.0
    - Default chrome that can be customized
    - Ability to display a play button overlay, poster frame, and animated buffering indicator
    For more information on Flash Media Playback, please visit the FMP product pages on Adobe.com.
    We are really excited about FMP, and we would love to hear your feedback!
    Warm regards,
    Cathi Kwon
    Product Manager for OSMF and FMP

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • Flash media playback not playing local files?

    hi
    I want to use flash media playback http://www.adobe.com/products/flashmediaplayback/ to play some local FLV files on our intranet but it doesnt seem to work with local files
    I can play this http://www.osmf.org/configurator/fmp/ but when i replace the source with something like test.flv then it doesnt play
    Is this the case or I've done something wrong?
    We cant download anything so I need a flv player that comes with Adobe
    Thanks

    Sorry, I do not know Flash Media Playback, so I cannot help you.
    You may try to post at http://forums.adobe.com/community/flash/flash-media-playback but there seems to be almost no activity there.

  • Strobe Media Playback with AIR ?

    Does anybody know how to  use the Strobe Media Playback Player in an AIR application?
    I need to skip all the configuration that comes from flashvars,I tried to modify the source code but it's a headache.

    Adrian,you are the man!
    The dynamic version worked,however I didnt get the static version to work.Here's the modified code,got rid of the unecessary loader stuff
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      creationComplete ="init(event)"
      showStatusBar = "false"
      >
    <fx:Script>
    <![CDATA[
    import mx.core.UIComponent;
    [Embed(source='/StrobeMediaPlayback.swf')]        ????(it was not in the source!)
       private var StrobeMediaPlayback:Class;
    protected function init(event:Event):void
    _stage = systemManager.stage;
    _stage.align = StageAlign.TOP_LEFT;
    _parameters  =
    src:"http://mediapm.edgesuite.net/strobe/content/test/AFaerysTale_sylviaApostol_640_500_short.f lv"
    , controlBarMode:"floating"
    , controlBarAutoHide:"false"
    // For statically linked StrobeMediaPlayback you can use this snippet
    var playerClass:Class = getDefinitionByName("StrobeMediaPlayback") as Class;
    var playerInstance:Object = new playerClass();
    playerInstance.initialize(_parameters, _stage);
    var ui:UIComponent = new UIComponent();
    ui.addChild(playerInstance as DisplayObject);
    addElement(ui);
    private var _stage:Stage;
    private var _parameters:Object;
    /* static */
    private static const ALLOW_LOAD_BYTES_CODE_EXECUTION:String = "allowLoadBytesCodeExecution";
    ]]>
    </fx:Script>
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    </s:WindowedApplication>
    The problem is I did'nt find any  StrobeMediaPlayback.swf   in the source of your project to embed,so I just grabbed the StrobeMediaPlayback.swf  from the StrobeMediaPlayback download,and also tried the swf in the bin folder of the StrobeMediaPlayback Flex Project.
    I got a runtime error
    ReferenceError: Error #1065: Variable StrobeMediaPlayback is not defined.
    I will appreciate your help,(again)!

  • Strobe Media Playback requires FMS, HTTP origin

    I want to know that Strobe Media Playback (that uses OSMF 2.0) requires FMS, HTTP Origin and f4fpackager (all of them or any) as server side support for the Dynamic Streaming Sample application,  (OSMF Sample Players given  in the OSMF Sample Folder) to actually do Dynamic http Streaming.
    Also I want to Know that  HTTP Origin Module is Open Source or not.
    http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS7b362c044b7dd076-735e76121260080a90e -8000.html#WS8af793f9af34bea079185b712874092c43-8000
    Please Clerify me on this.

    As stated in your other post, you are asking these questions in the wrong forum. Here is the forum for FMS: http://forums.adobe.com/community/flash/flash_media_server
    The Shark wrote:
    It is important to note that your post is in the wrong forum. For future reference, if you have FMS related questions, they should be posted here:
    http://www.adobe.com/go/fms_usergroup/

  • About Licence of  Flash media playback

    I am using the flash media server with HTTP Origin Module for development.Is this open source or It has any licence issues.Please clearify me on this.

    I'm not too sure what you're asking, but I will attempt to assist.
    If you asking about the Adobe Flash Media Playback, it is not Open Source, but  is free and is hosted on Adobe's server clusters. If you want the Open Source Media Framework (OSMF) version, you need Strobe Media Playback, which can be found here.
    If you're referring to the Adobe Flash Media Server licensing, it is not Open Source, and a license for whichever version you need must be purchased from an authorized Adobe Reseller. The trial version is known as the Adobe Flash Media Development Server and has no time limit for installation, but there are limitations on available features. A list of features in all FMS products and limitations within the Adobe Flash Media Development Server can be found in the feature matrix in the FMS 4.5 White Paper, located here.
    Lastly, it is most important to note that your post is in the wrong forum. For future reference, if you have FMS related questions, they should be posted here:
    http://www.adobe.com/go/fms_usergroup/

  • Why not enter the Flash Media Playback setup website?

    Why not enter the Flash Media Playback setup website?
    My Live & Vod Flash Service can't run.
    Is Flash Media Playback termination of services?

    How to access the page ??
    Flash Media Playback Setup page
    To copy the embed code, visit the Flash Media Playback Setup page at osmf.org/configurator/fmp/. The Flash Media Playback Setup page (see Figure 2) contains two main sections on the left and the right. Use the form on the left to enter the values for your video: video source location and various custom settings. The right side of the page contains a preview player and the preview embed code. Enter the values and then click Preview to generate the proper embed code.
    I tried the above link and it takes me to the blogs.adobe.com .
    Pls advice

  • Premiere Pro CC is corrupting our source media

    Premiere Pro CC is corrupting our source media.
    Clips are beginning to show single frames that are glitched (Example below). I ignored this issue at first because I thought that this was a playback issue only inside Premiere but the glitch is now showing on our source media.
    Before editing, we back up all of our footage. I checked the exact clips from the original backups and the glitches are not there.
    This has occured on 6 different clips in 4 different projects with 4 different media sources (2 portable UBB3 harddrives and 2 SAN media volumes).
    This is extremely serious. If we had not had original backups of our footage, those clips would be lost.
    The glitch seems to have removed saturation and shifted the picture to the left only on the bottom 9/10s of the frame. In other occurances, the glitch looks much worse. For example one other clip had a frame in which the bottom half of the picture was entirely white noise. That clip was an Interview.
    Is anyone else experiencing this?

    I have seen many complaints. Not about the image being corrupted, but that the writing of the XMP data changes the date on the video clips and that creates a big problem for some user's workflows. And therefore it can be turned off to avoid that.
    How are the clips being Imported? Should definitely be using MEDIA BROWSER in Premiere, and NOT the standard "File > Import" for this type of media.
    Thanks
    Jeff

  • Error trying to open source media - Compressor 1.2.1

    I have a problem with a movie that have been sent to me. I seem unable to add it to a batch in Compressor or in Final Cut Pro 4.5 HD for the that matter.I'm using QuickTime 7.0.3 adn Mac OS X 10.4.3
    When ever I had it to Compressor I get this error:
    "Alert: Error trying to open source media file"
    http://www.saruken.com/temp/Compressor-Error.jpg
    And when I import it into Final Cut I get this error:
    "File Error: 1 file(s) recognized, 0 access denied, 1 unknown."
    http://www.saruken.com/temp/FCP-error.jpg
    The settings for the offending movie are:
    Format: H.264, 640x480, Millions, AAC, Stereo (L R), 22.050kHz
    FPS: 29.97
    Data Rate: 90 kbytes/sec
    Key Frame: Every 300 Frames
    The only difference between my test, which works fine, and this file is the frame rate (mine is at 25fps) and the number of audio channels (my test was in mono).
    The file I was sent was encoded in Compressor, not sure which one - but I think it might be version 2.
    The strange thing is it opens in QuickTime fine. I've tried exporting from QuickTime Pro as another h.264 with mono sound with no joy. I've tried saving a reference of the movie to see if that works, again no joy.
    The only way I can get Compressor to accept the file is by transcoding it to another codec, like Soreson 3. Then FCP and Compressor are happy.
    What I can't work out is why the h.264 file I made is fine (and any file I still make as well), and the one I was sent is not. I'm also having the same problem with an h.264 file I downloaded from Apple QuickTime Trailers, and an another I found on the web.
    Updates that have been done recently incase they might have caused the problem are 10.4.3 and installing Motion 2 Trail (since removed), which wanted to update Pro Application Support (this might be the problem?).
    Any help greatly apprieated
    Hami

    I just tried the offending movie file on my Powerbook, it has never seen Motion 2 or those Pro Application Support updates - and it gets the same error.
    Very odd indeed - any ideas?
    thanks in advance
    Hami

  • How to Create a new plugin in Strobe Media PlayBack?

    Hai
                  i want to create a plugin for swf,and added into the Strobe media Playback.i follow this link:http://osmf.org/dev/osmf/OtherPDFs/osmf_plugin_dev_guide.pdf
    But my plugin is Not Loaded ,i dunno wats the reason.Anybody kindly Help me,am new for creating a plugin.
    Thanks in advance!
    swfPlugin.as
    package
              import flash.display.Sprite;
              import com.realeyes.osmf.plugin.swfPluginInfo;
    public class swfPlugin extends Sprite
              public function swfPlugin()
                        super();
                        _pluginInfo = new swfPluginInfo();
              // OSMF will invoke this getter to retrieve the plug-in's
              // PluginInfo object.
              public function get pluginInfo():swfPluginInfo
                        return _pluginInfo;
              private var _pluginInfo:swfPluginInfo;
    swfPluginInfo.as
    package com.realeyes.osmf.plugin
              import org.osmf.media.PluginInfo;
              import org.osmf.media.MediaElement;
              import org.osmf.media.MediaResourceBase;
              import org.osmf.media.MediaFactoryItem;
              import org.osmf.media.URLResource;
              import org.osmf.elements.VideoElement;
              public class swfPluginInfo extends PluginInfo
              public function swfPluginInfo()
                        var items:Vector.<MediaFactoryItem> = new Vector.<MediaFactoryItem>();
                        // Create the MediaFactoryItem and add to our list of items.
                        var item:MediaFactoryItem = new MediaFactoryItem
                                  ( "com.realeyes.osmf.plugins.WatermarkPlugin"
                                            , canHandleResourceFunction
                                            , mediaElementCreationFunction
                        items.push(item);
                        // Pass the list to the base class.
                        super(items);
              private function canHandleResourceFunction(resource:MediaResourceBase):Boolean
    var result:MediaElement;
                        // Only return true if the resource is an URLResource...
                        var urlResource:URLResource = new URLResource("http://vm2.gloriatech.in/android/load6.swf");
                                  // ... and if the URL starts with "rtmp".
                                  return result = urlResource as MediaElement;
              private function mediaElementCreationFunction():MediaElement
                        return new VideoElement();

    Hai
                  i want to create a plugin for swf,and added into the Strobe media Playback.i follow this link:http://osmf.org/dev/osmf/OtherPDFs/osmf_plugin_dev_guide.pdf
    But my plugin is Not Loaded ,i dunno wats the reason.Anybody kindly Help me,am new for creating a plugin.
    Thanks in advance!
    swfPlugin.as
    package
              import flash.display.Sprite;
              import com.realeyes.osmf.plugin.swfPluginInfo;
    public class swfPlugin extends Sprite
              public function swfPlugin()
                        super();
                        _pluginInfo = new swfPluginInfo();
              // OSMF will invoke this getter to retrieve the plug-in's
              // PluginInfo object.
              public function get pluginInfo():swfPluginInfo
                        return _pluginInfo;
              private var _pluginInfo:swfPluginInfo;
    swfPluginInfo.as
    package com.realeyes.osmf.plugin
              import org.osmf.media.PluginInfo;
              import org.osmf.media.MediaElement;
              import org.osmf.media.MediaResourceBase;
              import org.osmf.media.MediaFactoryItem;
              import org.osmf.media.URLResource;
              import org.osmf.elements.VideoElement;
              public class swfPluginInfo extends PluginInfo
              public function swfPluginInfo()
                        var items:Vector.<MediaFactoryItem> = new Vector.<MediaFactoryItem>();
                        // Create the MediaFactoryItem and add to our list of items.
                        var item:MediaFactoryItem = new MediaFactoryItem
                                  ( "com.realeyes.osmf.plugins.WatermarkPlugin"
                                            , canHandleResourceFunction
                                            , mediaElementCreationFunction
                        items.push(item);
                        // Pass the list to the base class.
                        super(items);
              private function canHandleResourceFunction(resource:MediaResourceBase):Boolean
    var result:MediaElement;
                        // Only return true if the resource is an URLResource...
                        var urlResource:URLResource = new URLResource("http://vm2.gloriatech.in/android/load6.swf");
                                  // ... and if the URL starts with "rtmp".
                                  return result = urlResource as MediaElement;
              private function mediaElementCreationFunction():MediaElement
                        return new VideoElement();

  • How to video via email using flash media playback setup?

    How I can send video via email?  I send every week an email that contain a link to WMV file on our website.  I am trying to send the same thing using flash media player. Here the html generated via flash media playback setup and will not display in an email.  Any advise
    <object width="400" height="400"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"></param><param name="flashvars" value="src=http%3A%2F%2Fwww.4GodIsLove.com%2F%2FTV%2FFlash%2FLydua_Fares_Elhaana.flv"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"  width="400" height="400" flashvars="src=http%3A%2F%2Fwww.4GodIsLove.com%2F%2FTV%2FFlash%2FLydua_Fares_Elhaana.flv"></embed></object>

    salma_salma wrote:
    Thanks Janaki but how can I add a new application? I tried to do it using Flash Media Administration Console but it doesn't work
    Hi Salma,
    To add an application to FMS follow the below steps
    1. Create a folder "my_app" under "$InstallRoot\applications" directory.
    2. For simple server side code... add "main.asc" file inside "$InstallRoot\applications\my_app" directory which has the content like
    application.onConnect = function(clientObj){
         trace('onConnect function");
         return true;
    3. To add streams to the application, creates 'streams' folder inside "$InstallRoot\applications\my_app" directory, within that create '_definst_' folder and then place your FMS supported streams within the directory. So your streams for the 'my_app' application will be at "$InstallRoot\applications\my_app\streams\_definst_\mystream.flv".
    You can connect to this application using the url "rtmp://your_server_name/my_app". To play the stream mystream.flv using video player, use the url "rtmp://your_server_name/my_app/mystream.flv".
    Regards,
    Janaki L

Maybe you are looking for