DVD playback issue with Windows Media Player

Hi,
This isn't an Encore specific question, rather, a DVD playback one. Has anyone had issue playing their replicated DVDs in Windows Media Player? I truly believe it's the media player, not the DVD.  When we put a DVD in the drive and try to open it in WMP, it jumps right to a video, or jumps directly to the last place we were in a video.... it's not defaulting to the main menu.
Has anyone experienced this? Is it a programming glitch on my DVD? I feel like it's a WMP issue, as it's only happening on certain computers.
thanks.

WMP has never been a good player for DVD's. At some point in the past, much of that functionality was disabled my MS, in hopes to reduce piracy. For some versions, no burned DVD would even play, though replicated/pressed DVD's were supposed to play fine.
I use CyberLink's PowerDVD and it is fine, even with my burned DVD's. The free MediaPlayer Classic HC plays my discs well too, with full menuing.
Good luck,
Hunt

Similar Messages

  • Issues with Windows Media Player 10.0

    I authered a DVD-R project for a client using DVDSP 3. The check disc plays fine on both Windows XP and of course Mac machines. It was tested in machines running WindDVD2000, PowerDVD, RealPlayer 10.5, Windows Media Player 8 and of course the Macs, and all worked just fine. However, on a Toshiba Laptop running Windows Media Player 10.0, the buttons failed to function when clicked. Does anyone have any experience with this issue, or do you think it's a simple DVD-R versus DVD+R issue?
    Any help will be much appreciated. Thanks for your time.

    So, lets be clear, it runs fine on WinDVD2000, PowerDVD, RealPlayer, Windows Media Player 8, Macs and stand-alone players, but it does not play on one computer using Windows Media Player 10. Therefore you think that there is something wrong with the disc?!?!?!
    No.
    Its obvious that there is something wrong with that computer. Make sure it has the latest Service Packs and other such files. See if it can play other DVDs. But otherwise focus your attention on what that computer is doing wrong.

  • Issues with Windows Media Player scrub bar

    Here's the problem:
    I've authored a dvd in dvdsp 4, and rigorous testing proved that repeatedly pressing the chapter skip forward/back buttons make the disc do weird stuff. I fixed that by going in and actually setting up the connections etc, disc works fine, no more problems, but now on a PC in windows media player, the scrub bar has no effect on the video. Why?

    Unless each computer is individually set up by the end user to use a recognised DVD codec, Windows Media Player will not play back DVD Video.
    Tell your users to only use the dedicated DVD software player on there computer such as Win DVD

  • Problem with Windows Media Player -- saving, transferring

    Operating system:   Windows 7 Home Premium       
    Product: HP Pavilion P6000 Series
    Windows Media Player
    Copy short videos onto a thumbnail drive from a different computer running Windows 7 with Windows Media Player.    Thumbnail drive accepts files, lists and can play back fine on same computer.    Take thumbnail drive to different computer also running/using Windows Media Player & Windows 7, and playback only plays back audio -- no picture.  What am I doing wrong? 

    As WMP is not a DVD player, my suggestion would be to tell your clients to never use WMP.All our DVD discs go out with a warning not to allow WMP to be used.
    In most computer setups, WMP does not play back video correctly as it does not have an MPEG codec installed, or has navigational problems.
    All computers that have a DVD drive fitted, will have a dedicated DVD software player installed, such as Win DVD or Power DVD, so why not use that?

  • Safari with Windows Media Player cannot use PHP as filename/src/url

    I'm running Windows XP Pro SP2 with Windows Media Player 11
    and Safari 3 public beta. In addition to being the absolute
    slowest browser among MSIE, Firefox, Netscape, and Opera, the
    Safari browser has two annoying WMP defects.
    1) Even with WMP 11 installed, the code below for embedding
    can use either the classid for WMP v6.4 or v7+ but Safari
    (or rather it's plugin) always displays a v6.4 looking UI.
    All other browsers display the media player using the v11 UI
    2) Safari will not download the movie if the "filename" param
    is a web url (e.g. getmovie.php?select=1234 ) rather than the
    precise name of the movie file itself (e.g. "movie.wmv"). The
    other browsers may differ in use of the param name="xxxx", where
    xxxx is "filename" or "src" or "url" or "data" ... but Safari
    will not work using any of these.
    Has anyone successfully embedded a WMP object that uses the
    URL as a PHP page (or other server-side script) ? I have already
    my server-side PHP code that works perfectly for MSIE, Firefox,
    Netscape, and opera. Safari is the only problem browser.
    ------------------------CODE------------
    //Media Player v6.4
    // CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95
    //Media Player v7,9,10,11
    // CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
    <object id="MediaPlayer"
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    type="application/x-oleobject"
    height="300" width="300"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab #Version=6,4,5,715"
    standby="Loading Microsoft Windows Media Player components...">
    <param name="url" value="http://www.yourdomain.com/movie.wmv">
    <!-- For other browsers * Windows Media Player -->
    <!--[if !IE]> <-->
    <object type="application/x-mplayer2" height="300" width="300">
    <param name="filename" value="http://www.yourdomain.com/movie.wmv">
    </object>
    <!--> <![endif]-->
    </object>

    I have run into several issues pointing to what you are describing...
    I fixed my Safari by installing the WMP plugin. I am able to view visualizations embedded into a webpage, one of which I created...I am able to view videos and so on.. Before I installed the plugin, All that would load is a place holder which looked like the old WMP and would not function properly. However this is what is displayed beside the media which is embedded.
    I think that I got the plugin by going to the download page for Safari and looking for plugins. Funny thing was that the plugin that I installed was the one for Firefox on its site that nobody every installs because Firefox gets the plugin if you already have WMP11 installed. Anyway this should solve your problem...with most..
    I have noticed just now that PHP served links or applications which launch in their own window and are protected by PHP script do work but still display a lack of functionality showing the Version 6.4 that you are speaking of. I checked it out using the KDGE Live Stream which opens another window, and displays version 11 properly ( in other browsers ), the link which is served is also protected and will close any media player that tries to play it on its own. It soley depends on the script which is coded into the page or window for the player. I can see this method as useful for a corporation as large and well advertised as ClearChannel Productions, because of the lack of bandwidth and cost to the company. Several sources do this and it winds up being an issue for the website administrator and designers to take care of, or update the script, or the person who has written the plugin, which could be from a number of resource; this particular instance would be the author of the WMP Plugin for Firefox.
    For any other purpose though the plugin I mentioned above should get rid of ( MOST ) of that problem.
    http://www.apple.com/safari/download/plugins.html
    Message was edited by: heath28m
    This is also a good link for sources and coding issues when embedding WMP.. Hope some of this helps..http://www.codingforums.com/showthread.php?t=50666&page=39
    Message was edited by: heath28m

  • Ipod WILL sync with Windows Media Player....not iTunes!!!!

    To no avail, my ipod is not recognized in iTunes... however it is by my computer, and my Windows Media Player will sync to it...
    I have tried to Reset, Restore, Reinstall... all of that, but nothing has worked. I have Vista, anyone have any ideas? I would much rather use iTunes, so I can download some games, and such... but I CAN work around with Windows Media Player using mp3 files... no album art

    have you ever found a solution to your problem? I would like to know, because I'm having the same issues with my Nano. If so, help me Please......

  • BB 8220 Pearl Flip drops WiFi calls when synch music with Windows Media Player

    I noticed the 8220 crashes or drops calls if I synchronize a playlist of songs with Windows Media Player.  Strangely, if I simply shuffle the songs with no playlist, then I encounter less problems.  Is this because I don't have enough room on the media card after synchronization?  (I set a playlist and sychronize it as there are certain songs I do not wish to place on my phone.)
    I'm using: Windows XP, Windows Media Player version 11, Blackberry Desktop Manager version 5.0.1.

    I'll try to answer to some of your questions.
    The Media Card is according to the OS verison on the BlackBerry. The model doesn't really matter.
    Look at Options > About, third line down beginning with a "v.4.xxx".
    Maximum capacities:
    BlackBerry Device Software Media Card Size Limit
    BlackBerry Device Software 4.2.0 -- Up to 2 GB
    BlackBerry Device Software 4.2.1 -- Up to 4 GB
    BlackBerry Device Software 4.2.2 -- Up to 4 GB
    BlackBerry Device Software 4.3.0 -- Up to 8 GB
    BlackBerry Device Software 4.5.0 -- Up to 8 GB
    BlackBerry Device Software 4.5.0.81 and above -- Up to 16 GB
    BlackBerry Device Software 4.6.0 -- Up to 32 GB
    if your issue solved set "Solution" mark at the relevant post

  • How can I consolidate my itunes music with Windows Media Player?

    How can I consolidate my itunes music with Windows Media Player?

    Ah, did you move your media files by hand? Often doing so will have broken the links from iTunes to them.
    The "missing file" error happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, one of its parent folders, or the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to Get Info, then click No when asked to try to locate the track. (Due to a bug in iTunes 12 you currently have to say No twice!) Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, a folder renamed, or a drive letter has changed, it should be possible to reverse the actions. If the difference between the two paths is an additional Music folder in one path then this is a layout issue. I can explain further if that is the case.
    In some cases iTunes may be able to repair itself if you go through the same steps with Get Info but this time click Locate and browse to the lost track. It may then offer to attempt to automatically fix other broken links.
    If another application like Windows Media Player has moved/renamed the files then the chances are that subtle differences in naming strategies will make it hard to restore the media to the precise path that iTunes is expecting. In such cases, as long as the missing files can be found somewhere, you should be able to use my FindTracks script to reconnect them to iTunes. See this post for an explanation of how it works.
    tt2

  • While installing a program (MediaCenter.exe) to handle audiobooks from the library, I erroneously associated the download site with Windows Media Player instead of the actual application (NetLibrary Media Center). How can I reverse/change this?

    While installing a program (MediaCenter.exe) to handle audiobooks from the library, I erroneously associated the download site with Windows Media Player instead of the actual application (NetLibrary Media Center). How can I reverse/change this? Reinstalling the application does not clear the error, so I'm assuming the association is somewhere in Firefox.

    Never mind -- I just found it under Tools/Options.../Applications, where I changed the incorrect association of "nlmcp" from Windows Media Player to the correct one, NetLibrary Media Center. Done!

  • Problem with Windows Media Player since installing Firefox 4.0

    Problems with Window Media Player. When I am using Windows Media Player to view a video from another source I am having problems. When I hit pause and then go back to hit play it does not have any sound. The player is not on mute and it keeps going from pause to play with no sound most times. Please help. Thank-you. I have Windows Vista programs.

    What can I do to get the Windows Media Player to work properly?

  • How do i sync my ipod with windows media player?

    how do i sync my ipod touch 4 generation 8gb with windows media player?

    123abcshay wrote:
    how do i sync my ipod touch 4 generation 8gb with windows media player?
    An iPod Touch will require iTunes.
    Stedman

  • Content Engine compatability with Windows Media Player

    I am currently running ACNS version 5.5 on our CE510 Content Engine. We want to set this box up to serve VOD requests from WMT. I think the clients on site are all using Windows Media Player version 10. Does this version of ACNS software work with Windows Media Player 10?

    Dan
    this brings up an interesting point. The content (which is canned Video on an Intranet Web site) is HTTP? I am wasting my time here by trying to use the Windows MP services?? Perhaps I already have what I need...
    Your comments appreciated.
    Kevin

  • Viewing iMovie file with Windows Media Player

    Is it possible to convert an iMovie file to allow viewing on a PC with Windows Media Player? Unable to use Quicktime on the PC due to unique reason while on mission.

    RobbieSnr wrote:
    AppleMan1958 wrote:
    You will need [Flip4Mac|http://www.telestream.net/flip4mac-wmv/overview.htm]
    I have a similar problem, which is that I want a Windows user to be able to view my iMovie file using Windows Media Player. I have Flip4Mac on my Mac but isn't that for converting the other way around - for viewing a Windows Media Player file on a Mac?
    Sorry, I see that there is a Studio version that allows conversion to wmv - I only had the free basic version for Flip4Mac - should have looked more closely at the website!

  • Can i sync with windows media player?

    Am i able to sync music to my ipod with windows Media player? or do i have to use itunes?

    iPods are only compatible with iTunes.

  • Synk iPod touch with windows media player

    Can iPod Touch be sync with windows media Player?

    No.
    Why would you want to use WMP instead of iTunes?

Maybe you are looking for

  • No sound, ecept whem plug speakers in

    I know this subject or a similar subject has been touched on quite a bit, but I couldn't find anything that directly correlated to my problem. I have no sound on my power mac g-5 except when I plug in external speakers. I tried to look into the audio

  • Change text of 'Overall Result' to Custom text in BEx

    All, Is it possible to change the text 'Overall Result' to custom text (say, Total) in the BEx analyzer. Pls let me know if you need more detail on this. Regards, Anand

  • External Audio/Video in FCP

    OIn FCP, external audio plays fine, but the external video yields only a still image. Am running FCP6 with EXCam HD.

  • Depreciation forecast report

    Hello All, I need a depreciation forecast report that gives me the depreciation by month. It needs to subtotal by cost center and asset class. Eg if cost center X has deprecaition of 5000 which is comprised of asset class A of $1000 Asset classs B of

  • MS Access - Failed to retrieve data from the database

    Hello, I've developed a quite complex report (CR XI) from a SQL Server 2005 database. The report contains a number of inner and outer joins and a subreport. I have a duplicate copy of the database held in MS Access. If I attempt to change the datasou