Sun MMR Media Player vs Flash

Are there practices that can improve the robustness of Windows media player when used with MMR (multimedia redirection)? Fortunately, we are more interested in Adobe Flash, and this with MMR in Early Access seems much more robust. With Media Player 10 and 11, we have frequent crashes and assorted no-play experiences.
As far as I can tell, Media player and MMR is about the same experience in SRSS 4.1 and Early Access. The problems we see (in limited testing) with Flash are the known "Flash config dialog unresponsive" and that some Flash videos (e.g., the trailer for "Harry Potter") are extremely choppy (even though these don't seem to be much different in size than others that are acceptable).
Config: Solaris 10/x86 on X4200 and X2200. We are testing against ordinary XP machines (Pentium 4 and Core2).
Darrel Hankerson

grommit wrote:
Are there practices that can improve the robustness of Windows media player when used with MMR (multimedia redirection)? Fortunately, we are more interested in Adobe Flash, and this with MMR in Early Access seems much more robust. With Media Player 10 and 11, we have frequent crashes and assorted no-play experiences.
As far as I can tell, Media player and MMR is about the same experience in SRSS 4.1 and Early Access. The problems we see (in limited testing) with Flash are the known "Flash config dialog unresponsive" and that some Flash videos (e.g., the trailer for "Harry Potter") are extremely choppy (even though these don't seem to be much different in size than others that are acceptable).
Config: Solaris 10/x86 on X4200 and X2200. We are testing against ordinary XP machines (Pentium 4 and Core2).
Darrel HankersonAre you playing HD YouTube videos by default? The Harry Potter trailers have HD versions as well. HD versions of YouTube videos are too large to be well accelerated.

Similar Messages

  • Windows Media player and flash player conflicting

    Hello,
    I have a problem with watching streams (television programs)
    on the internet. I think this is caused by conflicting roles of
    windows media player and flash player. When i don't have installed
    flash player i can watch the streams. When i install flash player,
    i see only green and red blocks on the respective screen. I don't
    know where the problem lies. I have installed Windows Media player
    again, (also Flash player) but this hasn't worked. The streams work
    with Mozilla firefox.
    I hope you could really help me,
    Sincerily,
    Tuncie

    Hi Tuncie
    Verify that Windows Media Player is not set as the default
    player for all content in Firefox including Flash.
    Also, please respond with a URL for testing.

  • Problems with Windows Media Player and flash

    It seems that since I've installed Itunes, whenever I try to play a video on a website, it will only go 3 seconds and then pause. This happens on streaming videos as well as things that are on YouTube and the like.
    Do you think it's related? Any ideas?
    Also, it seems that sound is now disabled when I try to play audio off of those clips too. I do most of my browsing with Mozilla, but it appears to do the same in Explorer.
    Do I need to update drivers or something?

    It seems that since I've installed Itunes, whenever I try to play a video on a website, it will only go 3 seconds and then pause. This happens on streaming videos as well as things that are on YouTube and the like.
    Do you think it's related? Any ideas?
    Also, it seems that sound is now disabled when I try to play audio off of those clips too. I do most of my browsing with Mozilla, but it appears to do the same in Explorer.
    Do I need to update drivers or something?

  • Flash media server and strobe media player

    Hi,
    any one is done by sample program with Strobe media player and Flash media server?if yes means please send me some tutorials or sample file with steps how to do.

    Hi,
    Thanks for your interest in FMS and Strobe Media Player. SMP is a out of box sample player that can play streams from FMS and no coding is required for its basic functionality.
    It can play RTMP and HTTP dynamic Streaming / HTTP progressive as well as multicast streams.
    Download the Strobe media playback from http://www.osmf.org/strobe_mediaplayback.html , host it on a webserver and launch in a broswer.
    launch either strobemediaplayback.html or setup.html to setup your own player with different settings.
    Thank you !

  • Hello,I need help.ipad 3 does not support flash media player.which player must I download instead of flash media player?

    Hello,I need help.ipad 3 does not support flash media player.which player must I download instead of flash media player?

    Flash is not supported on the iPad - and as Adobe have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store.

  • Win Media Player from JMF...

    Hi,
    I am new to JMF. I am currently developing a p2p based video streaming project and would like to invoke Win Media Player or Flash Movie Playre from the Java app..
    Pleasen help / advice / suggest...
    Thank you.
    Salil.Siddhaye

    this code may help it is sun sample code
    * @(#)SimplePlayerApplet.java     1.2 01/03/13
    * Copyright (c) 1996-2001 Sun Microsystems, Inc. All Rights Reserved.
    * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
    * modify and redistribute this software in source and binary code form,
    * provided that i) this copyright notice and license appear on all copies of
    * the software; and ii) Licensee does not utilize the software in a manner
    * which is disparaging to Sun.
    * This software is provided "AS IS," without a warranty of any kind. ALL
    * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
    * IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
    * NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
    * LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    * OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
    * LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
    * INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    * CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
    * OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
    * POSSIBILITY OF SUCH DAMAGES.
    * This software is not designed or intended for use in on-line control of
    * aircraft, air traffic, aircraft navigation or aircraft communications; or in
    * the design, construction, operation or maintenance of any nuclear
    * facility. Licensee represents and warrants that it will not use or
    * redistribute the Software for such purposes.
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.String;
    import java.net.URL;
    import java.net.MalformedURLException;
    import java.io.IOException;
    import java.util.Properties;
    import javax.media.*;
    //import com.sun.media.util.JMFSecurity;
    * This is a Java Applet that demonstrates how to create a simple
    * media player with a media event listener. It will play the
    * media clip right away and continuously loop.
    * <!-- Sample HTML
    * <applet code=SimplePlayerApplet width=320 height=300>
    * <param name=file value="sun.avi">
    * </applet>
    * -->
    public class SimplePlayerApplet extends Applet implements ControllerListener {
    // media Player
    Player player = null;
    // component in which video is playing
    Component visualComponent = null;
    // controls gain, position, start, stop
    Component controlComponent = null;
    // displays progress during download
    Component progressBar = null;
    boolean firstTime = true;
    long CachingSize = 0L;
    Panel panel = null;
    int controlPanelHeight = 0;
    int videoWidth = 0;
    int videoHeight = 0;
    * Read the applet file parameter and create the media
    * player.
    public void init() {
         //$ System.out.println("Applet.init() is called");
         setLayout(null);
         setBackground(Color.white);
         panel = new Panel();
         panel.setLayout( null );
         add(panel);
         panel.setBounds(0, 0, 320, 240);
         // input file name from html param
         String mediaFile = "The Departed CD1.avi";
         // URL for our media file
         MediaLocator mrl = null;
         URL url = null;
         // Get the media filename info.
         // The applet tag should contain the path to the
         // source media file, relative to the html page.
         if ((mediaFile = getParameter("FILE")) == null)
         Fatal("Invalid media file parameter");
         try {
         url = new URL(getDocumentBase(), mediaFile);
         mediaFile = url.toExternalForm();
         } catch (MalformedURLException mue) {
         try {
         // Create a media locator from the file name
         if ((mrl = new MediaLocator(mediaFile)) == null)
              Fatal("Can't build URL for " + mediaFile);
         try {
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.writePropArgs);
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.readPropArgs);
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.connectArgs);
         } catch (Exception e) {}
         // Create an instance of a player for this media
         try {
              player = Manager.createPlayer(mrl);
         } catch (NoPlayerException e) {
              System.out.println(e);
              Fatal("Could not create player for " + mrl);
         // Add ourselves as a listener for a player's events
         player.addControllerListener(this);
         } catch (MalformedURLException e) {
         Fatal("Invalid media file URL!");
         } catch (IOException e) {
         Fatal("IO exception creating player for " + mrl);
         // This applet assumes that its start() calls
         // player.start(). This causes the player to become
         // realized. Once realized, the applet will get
         // the visual and control panel components and add
         // them to the Applet. These components are not added
         // during init() because they are long operations that
         // would make us appear unresposive to the user.
    * Start media file playback. This function is called the
    * first time that the Applet runs and every
    * time the user re-enters the page.
    public void start() {
         //$ System.out.println("Applet.start() is called");
    // Call start() to prefetch and start the player.
    if (player != null)
         player.start();
    * Stop media file playback and release resource before
    * leaving the page.
    public void stop() {
         //$ System.out.println("Applet.stop() is called");
    if (player != null) {
    player.stop();
    player.deallocate();
    public void destroy() {
         //$ System.out.println("Applet.destroy() is called");
         player.close();
    * This controllerUpdate function must be defined in order to
    * implement a ControllerListener interface. This
    * function will be called whenever there is a media event
    public synchronized void controllerUpdate(ControllerEvent event) {
         // If we're getting messages from a dead player,
         // just leave
         if (player == null)
         return;
         // When the player is Realized, get the visual
         // and control components and add them to the Applet
         if (event instanceof RealizeCompleteEvent) {
         if (progressBar != null) {
              panel.remove(progressBar);
              progressBar = null;
         int width = 320;
         int height = 0;
         if (controlComponent == null)
              if (( controlComponent =
              player.getControlPanelComponent()) != null) {
              controlPanelHeight = controlComponent.getPreferredSize().height;
              panel.add(controlComponent);
              height += controlPanelHeight;
         if (visualComponent == null)
              if (( visualComponent =
              player.getVisualComponent())!= null) {
              panel.add(visualComponent);
              Dimension videoSize = visualComponent.getPreferredSize();
              videoWidth = videoSize.width;
              videoHeight = videoSize.height;
              width = videoWidth;
              height += videoHeight;
              visualComponent.setBounds(0, 0, videoWidth, videoHeight);
         panel.setBounds(0, 0, width, height);
         if (controlComponent != null) {
              controlComponent.setBounds(0, videoHeight,
                             width, controlPanelHeight);
              controlComponent.invalidate();
         } else if (event instanceof CachingControlEvent) {
         if (player.getState() > Controller.Realizing)
              return;
         // Put a progress bar up when downloading starts,
         // take it down when downloading ends.
         CachingControlEvent e = (CachingControlEvent) event;
         CachingControl cc = e.getCachingControl();
         // Add the bar if not already there ...
         if (progressBar == null) {
         if ((progressBar = cc.getControlComponent()) != null) {
              panel.add(progressBar);
              panel.setSize(progressBar.getPreferredSize());
              validate();
         } else if (event instanceof EndOfMediaEvent) {
         // We've reached the end of the media; rewind and
         // start over
         player.setMediaTime(new Time(0));
         player.start();
         } else if (event instanceof ControllerErrorEvent) {
         // Tell TypicalPlayerApplet.start() to call it a day
         player = null;
         Fatal(((ControllerErrorEvent)event).getMessage());
    } else if (event instanceof ControllerClosedEvent) {
         panel.removeAll();
    void Fatal (String s) {
         // Applications will make various choices about what
         // to do here. We print a message
         System.err.println("FATAL ERROR: " + s);
         throw new Error(s); // Invoke the uncaught exception
                   // handler System.exit() is another
                   // choice.
    take care add the video to the same path where the code is saved
    hope that will help you

  • In need of a flash/html5/quicktime audio/video media player for a website

    Hello everybody,
    I'm looking to get some kind of audio/video media player for a website. I would like it to be customizable, and also most likely read a play list from some kind of text file or xml file.
    Normally, I would look for some kind of flash media player, but recently the site might be read from Apple mobile devices also, which of course not flash which might be a problem, so I'm also looking into other options such as some kind of QuickTime media player web application or even html5 player.
    I do not personally know how to code in flash or HTML 5, so I would be willing to hire someone to help out.
    Is HTML 5 for long enough that it would play on most current browsers? I would imagine that HTML 5 might not work on older browsers–is this correct?
    I don't know of any QuickTime media players - any links to get me started?
    Does anyone know some solutions to this flash / apple issue?

    Looks like you are getting a very good lesson in why Flash is the best choice for a Web media player.... plentilful, easily customizable, and is a "right now" solution. Good luck on getting your viewers to download and install the codex need to play an Ogg video!
    To add the extra accessabilty for the iPhone etc, use swfobject to provide an alternative video file type... the .mov
    Here is an example of a Flash video that plays on the iPhone (well sort of..):
    http://www.cidigitalmedia.com/tutorials/qt/play_qt.html
    Using swfobject for Flash detection, if the Web browser has the Flash plugin, the Flash .flv video is displayed, if not, the QT, .mov version is displayed.
    View the source code for more exact details.
    If the Web browser does not have the Flash plugin, alternate content is displayed, which in this case happens to be a QT player, which displays a .mov video. In this case it's just a single video. Now maybe you have a QT player with playlist... but let me tell you.. they are a lot rarer than Flash media players with playlists, xml playlist, etc.... Strong case for Flash here..
    But your alt content could just as easily hold a QT media player (with playlist) if such an animal exists.
    Info on swfobject:
    http://code.google.com/p/swfobject/
    Best wishes,
    Adninjastrator

  • Using Flash Media player to play files run from a database

    Hello all,
    I have a dynamic webpage which is connected to a MySQL
    database displaying dynamic information stored in a MySQL table.
    One additional field I have added is a 'video' field in which
    the path to a flash video file is displayed.
    I have a number of user (each user corresponds to a row in
    the table) pictures which are stored in a folder, but the paths to
    which are stored in the database.Using Dreamweaver, I can drag the
    dynamic binding onto the image place holder and then it will lift
    the corresponding image from the table, but the flash video player
    doesn't seem to allow me to do this.
    I would like to do something similar for flash videos, but
    I'm not sure how to do it. Whenever I add a flash movie through the
    media player I need to specify the path - which will change
    depending on what entry in the table is being viewed.
    I have created my websites only with dreamweaver and can't
    program which probably explains why I've got no idea what to do.
    Hope I made sense - will gladly clarify or send you my code.
    Any help would be greatly appreciated.
    Thanks
    Adam

    Make sure that your database has the full path and that you
    are tetsing in
    the browser. You won't be able to see anything in DW
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "fool" <[email protected]> wrote in message
    news:eec8i6$9f3$[email protected]..
    > Thanks - I inserted the media player which came with
    Dreamweaver 8 and
    > the
    > following code was generated:
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=8,0,0,0" width="130" height="98"
    id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="salign" value="lt" />
    > <param name="quality" value="high" />
    > <param name="scale" value="noscale" />
    > <param name="FlashVars"
    >
    value="&MM_ComponentVersion=1&skinName=Corona_Skin_1&streamName=videos/naomi3&au
    > toPlay=false&autoRewind=false" />
    > <embed src="FLVPlayer_Progressive.swf"
    >
    flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_1&streamName=videos/naomi
    > 3&autoPlay=false&autoRewind=false"
    quality="high" scale="noscale"
    > width="130"
    > height="98" name="FLVPlayer" salign="LT"
    > type="application/x-shockwave-flash"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    > </object>
    >
    > I attempted to replace 'videos/naomi3' (the file is at
    video/naomi.flv)
    > with
    > <?php echo $row_d['video']; ?>(this is the field
    of the sql table in which
    > the
    > location to the flv file is located, but nothing
    happened (no video
    > appeared).
    >
    > The mysql table is set up properly as I can view image
    files which are
    > linked
    > to by paths in the MySQL table so the problem can't be
    that.
    >
    > Thanks
    >

  • Flash media player in my browser resets security/privacy settings!

    Why do the last three versions of flash media player in my browser reset my security and privacy settings leaving my system totally vunerable???  I have set and reset multiple times both locally and on the global settings panel on the Adobe web site.

    Reguardless of what is "encoded" into Shockwave Flash streaming player the fact that the settings default back to accept update notifications, allow peer to peer sharing, and storage settings still exist since the last several program updates.
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l
    All programs have been updated, re-installed to all current versions. Checked everyday the player will reset anywhere from one to five days from being set. I also check before and after any utilities run on my systems to verify the change is not caused by any resident commands or software. Yes this happens on different computers and OS.
    I run all maintenance and security manually, including updates of any kind.

  • Flash player and Win media player for iphone 3G?

    There's any way to download an iphone 3G version of Flash player and Window media player. I am trying to hear a radio station on a web site but need those plugins to hear it. (www.lax.fm)
    Please let me know.
    Angel
    Message was edited by: Mundy KalEl

    No. You cannot download or install anything to iphone, unless it is offered in the App Store on itunes.
    Adobe does not make a flash player for iphone.

  • Audio recording on a flash. recommended to download vlc media player did this. tried to play messages says quicktime does not recognise this format. what to do pleaser

    RECIEVED AN AUDIO RECORDING ON A FLASH. PLUGGED IT IN. DOWNLOADED VLC MEDIA PLAYER AS RECOMMEMDED. TRIED TO PLAY.
    MESSAGE RECEIVED SAYING QUICKTIME DOES NOT RECOGNISE THIS FORMAT. WHAT TO DO PLEASE.

    You could add Perian.  It may help (...or not).
    Wait, you received and audio recording and you are trying to use a video player (vlc) to play it?  What kind of file is it?  Does it have a filename extension?  If it is .wmv then you might want to install Flip4Mac.  Then you could play it with QuickTime.

  • How do I copy music files in Apple Lossless format on to a flash drive so I can play on a digital media player.

    I have an iMac 21", running on OS X Yosemite 10.10.2, processor is 2.7GHz Intel Core i%, Memory 8GB 1333MHz.
    I would like to copy some of my iTunes music in Apple Lossless or AIFF to a flash drive which I would like to insert into a digital media player in my home Hi Fi system. How do I copy the files in these formats. Thank you.

    Drag the song files there, either from the iTunes application window or the iTunes Media folder in the Finder.
    (125190)

  • Playing website videos requiring flash media player.

    Websites such as cnn.com and foxnews.com as well as many others offer video clips for viewing, but they require use of a flash media player. Is it possible to play such clips on an IPhone and, if so, how?

    No. iPhone does not support Flash.

  • Flash Media Player- missing controls

    I am using the flash media player.  When I publish the file, the controls seem to be missing from the player.  I have the skin.swf file uploaded with the player....but it appears missing?
    Could something else be causing this?

    Reguardless of what is "encoded" into Shockwave Flash streaming player the fact that the settings default back to accept update notifications, allow peer to peer sharing, and storage settings still exist since the last several program updates.
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.htm l
    All programs have been updated, re-installed to all current versions. Checked everyday the player will reset anywhere from one to five days from being set. I also check before and after any utilities run on my systems to verify the change is not caused by any resident commands or software. Yes this happens on different computers and OS.
    I run all maintenance and security manually, including updates of any kind.

  • Flash content in Windows Media Player

    Can Flash Content play in the Windows Media Player? I don't see it as a supported file type but found this on the Microsoft site:
    ...you must have Adobe Flash 9 installed to play Flash content through Windows Media Player. If Flash 9 is not installed, a dialog box that contains the following text prompts you to install Flash 9
    Thanks

    I looked up the internet but can't find anything on this. As no replies here too I guess I'm the only one. The other thing that struck me is the enormous CPU usage when playing flash in the browser. Up to 95%-100% cpu usage when playing HD flash content. First I assumed it was a Flash issue but Internet Explorer never used more then 35%-55%. I then assumed it was just Flash in Safari. Strange thing is, if I maximize the window the cpu load actually drops to 55%. I only get high cpu usage when flash is played in the Safari window. I guess that means it's something to do with the browser and not an isolated flash 'bug'.
    Also still no luck playing WMV in the browser itself. Maybe time to look for yet another browser. A shame as I like the Safari browser a lot. MobileMe and iPhone are great to sync bookmarks and the look and feel is great. The engine is not so good unfortunately.

Maybe you are looking for

  • Data load times

    Hi, I have a question regarding data loads. We have a process cahin which includes 3 ods and cube. Basically ODS A gets loaded from R/3 and the from ODS A it then loads into 2 other ODS B, ODS C and CUBE A. So when I went to monitor screen of this lo

  • Prolonged delivery times for SSDs

    Why does the delivery time for BTO iMacs specced with SSDs bump up from a few days to 4-6 weeks?

  • Send SmartForm as Email Body

    Hi All! I need to send a SmarForm by email as an email body. The SmartForm is a simple plain text form. Does someone know how to do it? Regards, Alejandro.

  • ERROR: Context Value Management Failed

    Hi, While running autoconfig, i am getting below error ================================= ./adautocfg.sh Enter the APPS user password : Context Value Management will now update the Context file Exception in thread "main" java.lang.NoSuchMethodError: o

  • Business Graphics don't work properly

    Hello everyone. I created some graphics with an older version of web dynpro. There it was easy for me to create graphics with different kinds of chart types by adding some additional series in the chart designer. But if I do it the same way in my act