J2me Media player with windows DRM support

Hi guys
I am trying to build a j2me client , which will support windows DRM ,
has any one tried out this , or could point me to any links or information.
thanks

Both work here without any problem. I suspect a bad installation. Start over by first deleting these from ~/Library/Preferences/: com.microsoft.mediaplayer.plist, Windows Media Favorites, Windows Media Player Prefs; these from /Library/Internet Plug-ins/: /Disabled Plug-ins/Windows Media Plugin, Flip4Mac WMV Plugin.plugin, and Flip4Mac WMV Plugin.webplugin; and the Flip4Mac WMV.prefPane from /Library/Preference Panes/Flip4Mac WMV.prefPane, restarting, repairing permissions, reinstalling WMP and see if it launches. If so, reinstall Flip4Mac and see if that launches. If you have any problems, report back.

Similar Messages

  • Windows Media Player with 10.4.6

    My first post here so I hope I do it right.
    My question relates to using the Windows Media Player with the new Operating System. I just upgraded from v.10.2 to 10.4. Once I upgraded I was no longer able to open any files in Windows Media player. I figure,no big deal, I just need to upgrade my Media Player. I downloaded Windows Media 9 Player for Mac. Installed no problem but when I try to open I get the message "The application Windows Media Player closed unexpectedly". I then downloaded and installed Flip4Mac as well, but I got the same error messsage.
    Am I just missing something obvious?
    Any help is appreciated.
    Thanks
    Flagg
    Powerbook G4   Mac OS X (10.4.6)  

    Both work here without any problem. I suspect a bad installation. Start over by first deleting these from ~/Library/Preferences/: com.microsoft.mediaplayer.plist, Windows Media Favorites, Windows Media Player Prefs; these from /Library/Internet Plug-ins/: /Disabled Plug-ins/Windows Media Plugin, Flip4Mac WMV Plugin.plugin, and Flip4Mac WMV Plugin.webplugin; and the Flip4Mac WMV.prefPane from /Library/Preference Panes/Flip4Mac WMV.prefPane, restarting, repairing permissions, reinstalling WMP and see if it launches. If so, reinstall Flip4Mac and see if that launches. If you have any problems, report back.

  • How can I use Microsoft Media Player with my new iPod Nano?

    I do not like the iTunes player.  I want to use the Microsoft Media Player with my iPod Nano.  I dislike the iTunes player so much that if I don't get this resolved I will have to return the iPod Nano.

    Michelle,
    You can download media components for QuickTime which will enable you to play WMA files through QuickTime on your Mac:
    http://windows.microsoft.com/en-gb/windows/windows-media-components-quicktime
    Alternatively, Get the free VLC player for Mac, which will play almost all media types:
    http://vlc-media-player.en.softonic.com/mac
    If the interview requires Windows Media Player to be running to conduct the interview, then I fear you may be stuck, there is not a version of Windows Media Player for Mac - It is for Windows.  Your options in this case would be to borrow a Windows PC or install a valid copy of Windows on your MacBook under BootCamp.

  • Windows Media Player in Windows 8 Pro-64 Bit - Server Execution Failed

    I'm running Windows 8 Pro - 64bit.  I have also installed Windows Media Center add-on.
    Windows Media Player returns an error "Server Execution Failed" when attempting to load any non-music media file, such as .avi, .mp4, .wmv, etc.   These files open and play properly in the base Windows 8 "app" Video, and in Windows Media Center.
    WMP opens OK from a desktop shortcut and updates it's music libraries.  It plays all types of audio-only media files properly. 
    I have tried all the various "fixes" for various versions of Windows and WMP including removing WMP as a feature, rebooting and "re-installing" it as a feature... I've run regserv.dll, etc. all to no avail...
    I just want WMP to be the default "media" player for all standard file types...
    Anyone have any suggestions... ?
    Thanks... MTGB

    You can try the following suggestions.
    Method 1.
    1. Control Panel -> Administrative Tools -> Services. Find the Windows Media Player Network Sharing Service, stop it temporarily.
    2. Close Windows Media Player 12 if it is started.
    3. input %USERPROFILE%\Local Settings\Application Data\Microsoft\Media Player\ to Windows Explorer to find the folder.
    4. Move all files in the folder to another place as a backup. Move files in the specific folder will reset database.
    5. Restart service and Windows Media Player to check the result. 
    Method 2. 
    1. Open command prompt with Admin.
    2. In the command prompt type the following command
         net localgroup "Administrators" "NT Authority\Local Service" /add
    3. Restart the computer to check the result.
    Niki Han
    TechNet Community Support

  • Strobe media player with aspnet

    I want to use strobe media player with my aspnet application. Can I access it on server side. I want to read one video at one time and display using strobe media player. Also I want to control current position of the video from server side. Truly it feels like I want to use Strobe media player as Windows media player in visual studio. Can anyone has some idea..please.

    You can control SMP via JavaScript, so if your app can dynamically write values to the JavaScript used in the app, then you should be fine.

  • I am unable to download Adobe Flash Player with Windows 7 64Bit

    Hello there I am unable to download Adobe Flash Player with Windows 7 64Bit I get and error messagePlease Help

    Hi Pickypattie
    What is the error message you're getting ?

  • No such interface supported - Windows Media Player 12 Windows 7 Home 64bit

    I have Windows 7 Home 64 bit on my laptop...it's an original install.
    When I double click on .mp3 files, .avi files or .mpeg I get an error message that says "No such interface supported". All files are set default to open with Windows Media Player.
    If I open WMP I can play the files directly through there...however clicking on the file to open it will result in the error. 
    Anybody know how to fix this?

    Open the Start Menu, go to All Programs - Accessories , right-click
    Command Prompt , and select Run as administrator . In Command Prompt, type the following:
    sfc /scannow
    and press Enter. Let it run until it completes. Does it find any problems, and if so, is it able to fix them? Do you still get the messages afterwards?
    Tim De Baets
    http://www.bm-productions.tk

  • Embedded Windows Media PLayer With Non-Standard File Extension

    I have embedded a windows media player in a asp.net web page, using the usual
    <object> and <embed> tags. The video is served by an ashx (http handler). When I try to play the video, I usually (but not always) get an error message telling me that the file extension (ashx) does not match the file format.
    This happens in IE (8, 9, 10, 11) and also in Firefox (latest) with the WMP plugin.
    I know that the tags (with classid, etc) are correct because the media player displays and allows me to click the 'play' button.
    The ashx returns the correct mime type (video/x-ms-wmv) and a valid file name (somevideo.wmv) in the response headers. I have tried content-disposition attachment and inline.
    I have tried urls using 'http://', 'https://', and '//' (which I prefer)
    If I put the url (including the .ashx) of the video file in the browser address bar directly, the video downloads and plays in the standalone media player.
    If I modify the object tag to use a direct path to the video file (/somewhere/somevideo.wmv), it works - but I can't use this as a solution.
    The same ashx serves up video and audio in various other formats with out any fuss - it just seems that the embedded windows media player doesn't like it.
    This has been working for several years - I think this is some new behavior, though I can't identify what has changed, other than browser updates.
    Any ideas on what could be causing this? Am I missing something simple?

    Hi,
    Tools>Internet Options>Security tab, click "Reset all zones to default"
    Advanced tab of Internet Options>uncheck "Do not save encrypted files to disk"
    f12>Networking tab, click the Start button, navigate to your page and observer the response header and content.
    To determine if you page is being rendered in a x64 host (all IE versions and WaterFox, type
    navigator.platform in the IE Developer tools Console tab,
    Post questions about html, css and scripting for website development using MSIE browsers to the IE Web Development forum... WITH a link to your website.
    Rob^_^

  • Windows media player with safari for windows

    Hi everyone
    just a little problem of mine...
    safari seems unable to detect windows media player. I get a message about 'content of MIME type application/x-mplayer2' when I safari tries to use media player. I tried installing the plugin on this page http://www.apple.com/safari/download/plugins.html which didn't seem to work. I don't know if this is a mistake but the file name suggests the plugin is for firefox...
    i have also tried installing quicktime and realplayer with no effect
    help appreciated; thank you in advance!

    Hi on_safari,
    I don't know if this is a mistake but the file name suggests the plugin is for firefox...
    Safari and Firefox (and other browsers) use the same interface for handling plug-ins so Safari should be able to use it nonetheless.
    I tried installing the plugin on this page http://www.apple.com/safari/download/plugins.html which didn't seem to work.
    Can you describe in more detail what you mean? What did you try and what happened? Were any error messages generated?

  • Install Windows Media Player with GPO

    Hello,
    I want to install Windows Media Player on multiple machines by using a GPO. Anyone who knows how to do this? Because I have little experience doing this. but figured this should be pretty easy. Any other way is appreciated, as long as it is managable.
    Thanks in advance.
    Rense Hartog

    Hi,
    Thanks for posting.
    Please see steps here for step by step instructions:
    http://www.linglom.com/administration/deploy-windows-media-player-using-group-policy-part-i-make-an-msi-installer/
    Thanks
    Denis
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • Using Windows media player with my Zen Touch (2

    Have had a Zen Touch for some months, using the supplied software for ripping and transfer.
    But after many aborti've attemps to use Media Player my player witll not repsond.
    Is it a Firmware issue, Media Player config issue, Creative config, whatever?
    Any thoughts suggestions????
    Also along same lines why can I not see the device when using explorer etc?
    regards,
    JMR

    Check the English manual on page 41 about USB data cable connections.
    http://www.nokiausa.com/get-support-and-software/p​roduct-support/nokia-7510-supernova/guides
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Can I use Windows Media Player with my Mac?

        I am scheduled to have an interview via WEBEX and need to make sure that all the components of the Universal Communications Format are up and running.  When I did a diagnosis check on my MacBook Pro, the Windows Media Player 9.0 or newer said I needed a plug in to run.  Where can I find this plug in?
       Thank you!!
       Michelle Schaal

    Michelle,
    You can download media components for QuickTime which will enable you to play WMA files through QuickTime on your Mac:
    http://windows.microsoft.com/en-gb/windows/windows-media-components-quicktime
    Alternatively, Get the free VLC player for Mac, which will play almost all media types:
    http://vlc-media-player.en.softonic.com/mac
    If the interview requires Windows Media Player to be running to conduct the interview, then I fear you may be stuck, there is not a version of Windows Media Player for Mac - It is for Windows.  Your options in this case would be to borrow a Windows PC or install a valid copy of Windows on your MacBook under BootCamp.

  • Lost windows media player with Lion install

    Is there an alternative player or ?
    Thanks for your help.

    I'm not exactly sure what you're asking.  Do you mean you can no longer play WMV files since upgrading to Lion?
    http://windows.microsoft.com/en-US/windows/products/windows-media-player/wmcompo nents
    Windows Media Player is a Windows only program (it is not available in OS X).  So I'm only guessing that you're looking to play Windows Media files on your Mac.

  • Start windows media player with trigger

    Hello,
    I have a VI that sends a trigger to Biopac MP100 through USB 6501 in order to take EEG signals. When I run the VI, I want windows media player start playing a movie automatically and I want the trigger to go to USB 6501 simultaneously. At the moment when I run the VI the trigger goes to 6501 but the windows media player doesn't start. What can I do?
    Solved!
    Go to Solution.

    Use the activeX container and make a WMP referance and than use the URL property to call a movie file
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome

  • Window media player with ipod nano

    I have window media player files that i want to play on my pod, can that be done .It seems to take only quickmedia files ..thanks

    iTunes and other files can convert unprotected Windows media files. If they are protected files then you are out of luck.

Maybe you are looking for

  • Front-end and Database upgrade

    Hi SDN, We have recently upgraded Oracle database to 10.g.2.1 on our BW 3.5 server, used as a sandbox. We are having HTTP related problems. Running any web app gives us the following message: System error in program SAPLRSDM_F4 and form RSD_CHA_GET_V

  • To load non cumulative cube initialize opening balance in R/3. explain?

    To load non-cumulative cube i have to initialize opening balance in R/3(S278). please elaborate and what is S278 means is it LIS datasource please explain? Thank you, York

  • Do i need a CAS server per AD site?

    Hi! So I have been browsing through a lot of Exchange Server documentation, guides and best practice but I have not found (or misunderstanding) the CAS placement for my situation. We are currently in the process of upgrading to Exchange server 2013.

  • RD farm in High Availability

    Hi all, I am in the process of bilding a RD farm using 3 Server 2008 VMs as RDSH. This is a temp and may only be used for max. 3 months. Can Session Broker and NLB installed on RDSH servers?   MS article regarding NLB states that The Windows Server 2

  • Maximize page to fit screen width

    Hi, I would like to maximize all the pages of the application to fit the entire screen size i.e. effect similar to F11. Please let me know how it can be done at application level. Thanks.