Creating a streaming media player to play .WMV

I am new to JMF and indeed Java itself. I've been going over the documentation for JMF and am a bit confused. Can some one please let me know if it is possible to stream Windows Media Videos using a JMF based player (I guess either by extending JMF through a plugin or otherwise)?
Your assistance is very much appreciated,.
Thanks
dare001

In my opinion, it's very hard... because, you will not find through web a plugin... (I think)..
I have one example : Me, I try to decode mpeg2 ts incoming stream and to play it... JMF does not support mpeg2 ts in theory (I think I am not wrong !).
I have downloaded codec/plugin so as to be able to decode it... but, I have not succeeded in programming it... But, maybe, my program is wrong, or my codec is not good...
So, I just would like to say that : to extend jmf is not very easy and you have no guarantee by advance that it will be ok.

Similar Messages

  • Windows Media Player cannot play the file because the required video codec is not installed on your computer

    I can not find solution to the issue "Windows Media Player cannot play the file because the required video codec is not installed on your computer" while attempting to play the file with *.wmv extension. Some computer fail in spite of said missing codec
    being present according the windrows media player in Windows 7 box

    If Rashid's link does not resolve it... consider the below:
    A)  As of this writing, the codec for GoToMeeting webinar recordings ("G2M4" codec) was only mentioned in *one* web page, of about 10 Microsoft web pages I read, to resolve this problem (and that codec is not included, yet, in their diagnostic tool),
    so if you're trying to play a GoToMeeting webinar, simply get the codec for it from their site:  http://www.GoToMeeting.com/codec
    B)  If Windows Media Player (WMP) will not even open the file, you won't be able to get the 4-character codec's name (like "G2M4") from WMP.  But VLC's media player will tell you that code, even when it fails to run the video.... and then you can
    search the internet for it. 
    C)  The problem sometimes is not actually a missing codec.  Other things that have helped others, some from: 
    http://answers.microsoft.com/en-us/windows/forum/windows_7-pictures/the-windows-media-player-12-could-not-play-the-wma/bb823460-44df-4e8d-ba2c-42ec0e111e5a?page=3
    (1) running the System File Checker (SFC.exe),
    (2) opening WMP first (running both the 32-bit and 64-bit versions) then opening the file from inside them,
    (3) confirming that WMP was the file association for WMV files,  
    (4) Control Panel -> Hardware and Sound -> Sound, selecting my audio device, and looking for a "5.1" setting (I didn't have one), to change to "stereo",
    (5) checking Tools\Options\Devices\Speakers\Properties\Speaker Properties\AdvancedPlayback\ Speakers /HP\Properties\Advanced\Default Format, to select "CD or DVD Quality" (if that setting appears for your device),
    Good luck,
    -- Doug
    Doug Ivison

  • Streaming remotely with streaming media player

    I have a Sony SMP-N200 Streaming Media Player and was wondering if it is in any way possible to connect it to a remote network/server. I thought it might be a good Christmas gift for someone to get them a media streamer and give them access to my extensive movie library, or simply have the ability to bring it with me when I leave town and conenct to home. I understand that most of these things only connect to home networks, but if it's so easy for PC's and smartphone to play my media anywhere, maybe there's a server software or app to download to the SMP-N200 which will allow this.

    Hi hizzoze,
    SMPN200 Network Media Player cannot be setup as DLNA server. It is a DLNA renderer device. Information about DLNA device classes is mentioned on the below page:
    https://us.en.kb.sony.com/app/answers/detail/a_id/35234
    If my post answers your question, please mark it as "Accepted Solution".

  • I need help creating a java media player

    Hey I'm new to Java and i'm trying to create my own media player. I found this code but i can't get it running. I would really appreciate some help.
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    import javax.media.*;
    public class MediaPlayerDemo extends JFrame {
       private Player player;
       private File file;
       public MediaPlayerDemo()
          super( "Demonstrating the Java Media Player" );
          JButton openFile = new JButton( "Open file to play" );
          openFile.addActionListener(
             new ActionListener() {
                public void actionPerformed( ActionEvent e )
                   openFile();
                   createPlayer();
          getContentPane().add( openFile, BorderLayout.NORTH );
          setSize( 300, 300 );
          show();
       private void openFile()
          JFileChooser fileChooser = new JFileChooser();
          fileChooser.setFileSelectionMode(
             JFileChooser.FILES_ONLY );
          int result = fileChooser.showOpenDialog( this );
          // user clicked Cancel button on dialog
          if ( result == JFileChooser.CANCEL_OPTION )
             file = null;
          else
             file = fileChooser.getSelectedFile();
       private void createPlayer()
          if ( file == null )
             return;
          removePreviousPlayer();
          try {
             // create a new player and add listener
             player = Manager.createPlayer( file.toURL() );
             player.addControllerListener( new EventHandler() );
             player.start();  // start player
          catch ( Exception e ){
             JOptionPane.showMessageDialog( this,
                "Invalid file or location", "Error loading file",
                JOptionPane.ERROR_MESSAGE );
       private void removePreviousPlayer()
          if ( player == null )
             return;
          player.close();
          Component visual = player.getVisualComponent();
          Component control = player.getControlPanelComponent();
          Container c = getContentPane();
          if ( visual != null )
             c.remove( visual );
          if ( control != null )
             c.remove( control );
       public static void main(String args[])
          MediaPlayerDemo app = new MediaPlayerDemo();
          app.addWindowListener(
             new WindowAdapter() {
                public void windowClosing( WindowEvent e )
                   System.exit(0);
       // inner class to handler events from media player
       private class EventHandler implements ControllerListener {
          public void controllerUpdate( ControllerEvent e ) {
             if ( e instanceof RealizeCompleteEvent ) {
                Container c = getContentPane();
                // load Visual and Control components if they exist
                Component visualComponent =
                   player.getVisualComponent();
                if ( visualComponent != null )
                   c.add( visualComponent, BorderLayout.CENTER );
                Component controlsComponent =
                   player.getControlPanelComponent();
                if ( controlsComponent != null )
                   c.add( controlsComponent, BorderLayout.SOUTH );
                c.doLayout();
    }

    great, what does " i cant get it running " mean?
    no one is going to run your code, tell us your errors

  • Windows Media Player cannot play the file after ame encode with out audio?

    strange behavior using media encoder today
    ive selected no audio when encoding an h264 for the android...every time (5x) I tried to encode I got "Windows Media Player cannot play the file" when I selected audio the error went away..
    the other issue I had was the work area only , my encodes were including the whole sequence an not the "work area only" when selected?
    buggy day ..love to edit ..
    mike d Oakland ca.
    cs6 premiere

    The export without audio is an .m4v file, which many plays have trouble with.  For now, use the audio, which creates a playable .mp4 file.

  • Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file

    Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file
    How do I fix this?

    That would probably be a question best taken up in on a site for Windows support questions. Not knowing anything about the movie you're trying to play, all I can suggest is to confirm that the format of the movie you wish to play is supported in your version of WMP. If it isn't, you'll either need to convert the movie or use some other player software.
    Regards.

  • While playing this media clip: Adobe's Windows built in media player cannot play this

    I downloaded a PDF file about a week ago and am stumped on how i can make it play. it is a PDF with audio clips to help learn a language. the file opens fine but whenever i click the audio it says "acrobat has encountered an error while playing this media clip: Adobe's Windows built in media player cannot play this format as the required decoder is not installed on the system. " i googled and came to a few differrent threads on this site, someone said they resolved it with quicktime, so i got quicktime... no use. then someone else said its a problem with "legacy media" and id have to go into my preferences in adobe and allow it, i didnt see an option to "allow" but i saw one where i could pick how i wanted to play it (quicktime, windows built in, windows media player, and i think one more) i tried with all of them and still no luck. i really .want this file to play, but since i am not tech savvy, i am stumped as what i can do next. please help

    What is your operating system & version?
    What is your Reader version?
    Do you have any Codecs installed on your system?
    I downloaded the file, and the audio plays fine on my system (Windows 7, Reader XI, using Windows 7 Codec Pack).

  • Streaming media player error

    Hi, I have a brand new yoga 10 tablet and I'm getting a streaming media player error on every streaming video on the internet that I have seen.   My friend has the same tablet and everything works fine.   I have made a factory default command but the error is still there, I'm getting desperate, does anyone have an idea on this matter?
    thanks
    Solved!
    Go to Solution.

    Hi calibant,
    thanks for posting and welcome to the community. Was reading through your post and wondering if you've updated your table with the latest firmware available? You may want to compare firmwares with your friend as see if you have matching firmware. If it found to be same, I believe there maybe something internally causing this and you will have to seek the assistance of our service team.
    Another thing I'd like to as if you downloaded another player are you facing the same issue? How about streaming video such as youtube? do you get the same results?
    Hope to hear back.
    Regards

  • Windows Media Player cannot play the audio files

    Hi, I have Toshiba laptop, it's my baby, and suddenly I cannot play any sounds! When I click to play a song on windows media player it says:
    Windows Media Player cannot play the file because there is a problem with your sound device. There might not be a sound device installed on your computer, it might be in use by another program, or it might not be functioning properly.
    I have tried everything and I'm on my last nerve! Basically, I'm really rubbish with computers, I can't understand this at all, I've followed every path suggested by the 'help' section in my computer and I still can't listen to 'The Feeling!' Please help, I'm going mad here!

    Hello
    I have had similar problem after usage of Windows Live messenger (talk option). The sound was suddenly gone without any reason. I have done follow steps:
    Close all running applications
    Enter start control panel system hardware tab device manager and remove listed sound card
    Start Add Hardware option in control panel.
    The sound card should be detected and installed properly. After doing this try please to use Windows Media player again
    Good luck!

  • How to disable autoplay in windows media player, normally play FLAC and watch AVI with two or more audio streams

    0x1) is there a way to disable annoying autoplay feature in windows media player: when i play music in "now playing" mode and insert a disc which contains some video WMP stops playing music and asks me to play that disc or starts playing without any questions (e.g. when i insert DVD). in addition when WMP asks before playing it proposes three options: resume playing, go to library and play previous list. choosing "resume playing" you'll not resume the music just played, you'll start playing inserted disc. if you choose "play previous list", it also won't continue the playlist i was just playing, rather a playlist or track before the one i was just playing! very strange behaviour, isn't it?
    note that this happends only in "now playing" mode, when library is active everything works fine.
    please don't tell to go to control panel and change autoplay settings: it takes no effect. it works when WMP is not started or if WMP is not in "now playing" mode, otherwise WMP ignores that settings and demonstrates his "very intellectual"automatic playing.
    0x2) when playing FLAC files windows media player doesn't show progress indicator, it always is positioned at the beginning (or at the place where you've positioned it). if i select multiple FLAC files and click "play with windows media player" it will play only the last file from the selected list.
    0x3) when playing AVI files with two or more audio tracks WMP plays only one of them and gives no opportunity to change autio track. in wmp of vista it plays all the audio tracks at the same time (!).
    If there is no solution for these problems, please tell me where i can send a feedback about my complaints?

    i use K-Lite 5.2 full codec pack. in the k-lite codec tweak tool report i see madFLAC.ax installed. i'll try the Xiph.org filters.
    K-Lite Codec Tweak Tool | Log file | Generated at 2009-10-30 08:04:48
    #####  DirectShow Filters (32-bit)  #####
    Description:  ffdshow Video Decoder
    File name:    c:\program files (x86)\k-lite codec pack\ffdshow\ffdshow.ax
    CLSID:        {04FE9017-F873-410E-871E-AB91661A4EF7}
    Merit:        FF800001
    Description:  Nero Subpicture Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nesubpicture.ax
    CLSID:        {06CBC9D1-92B8-41FA-B4A7-D841A0C13422}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  CoreVorbis Audio Decoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\corevorbis.ax
    CLSID:        {0835DC4B-AA01-48C3-A42D-FD62C530A3E1}
    Merit:        00800000 = MERIT_PREFERRED
    Description:  ffdshow Audio Decoder
    File name:    c:\program files (x86)\k-lite codec pack\ffdshow\ffdshow.ax
    CLSID:        {0F40E1E5-4F79-4988-B1A9-CC98794E6B55}
    Merit:        3FFFFFFF
    Description:  MPC - Mpeg Source (Gabest)
    File name:    c:\program files (x86)\k-lite codec pack\filters\mpegsplitter.ax
    CLSID:        {1365BE7A-C86A-473C-9A41-C0A6E82C9FA3}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  MONOGRAM AMR Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmamr.ax
    CLSID:        {24FA7933-FE18-46A9-914A-C2AA0DBACE93}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero Resize
    File name:    c:\program files (x86)\common files\ahead\dsfilter\neresize.ax
    CLSID:        {30002E0C-C574-481E-A5DE-90AE54A79E10}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  MPC - MP4 Source
    File name:    c:\program files (x86)\k-lite codec pack\filters\mp4splitter.ax
    CLSID:        {3CCC052E-BDEE-408A-BEA7-90914EF2964B}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero QuickTime(tm) Video Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\neqtdec.ax
    CLSID:        {470157A6-BFEA-4DF8-A8A7-12CE5EF33AE7}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  MPC - FLV Splitter (Gabest)
    File name:    c:\program files (x86)\k-lite codec pack\filters\flvsplitter.ax
    CLSID:        {47E792CF-0BBE-4F7A-859C-194B0768650A}
    Merit:        00600000 = MERIT_NORMAL
    Description:  WavPack Audio Decoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\wavpackdsdecoder.ax
    CLSID:        {4B420C26-B393-48B3-8A84-BC60827689E8}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero MP4 Splitter
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nemp4splitter.ax
    CLSID:        {4DA9D034-1B99-4104-BAA8-6A42E5348FEE}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MONOGRAM AMR Decoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmamr.ax
    CLSID:        {50DDA33E-C529-4343-9689-338ADC793BB5}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MONOGRAM Musepack Decoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmmpcdec.ax
    CLSID:        {555C4774-101E-49D7-8EEC-B9B87F8E1905}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Haali Media Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\haali\splitter.ax
    CLSID:        {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}
    Merit:        00800001 = MERIT_PREFERRED + 1
    Description:  Haali Media Splitter (AR)
    File name:    c:\program files (x86)\k-lite codec pack\filters\haali\splitter.ax
    CLSID:        {564FD788-86C9-4444-971E-CC4A243DA150}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  Nero ES Video Reader
    File name:    c:\program files (x86)\common files\ahead\dsfilter\ndparser.ax
    CLSID:        {5CB78A55-01B8-431E-96DE-6227D2E0C312}
    Merit:        00600000 = MERIT_NORMAL
    Description:  DV Source Filter
    File name:    c:\program files (x86)\nero\nero 7\nero vision\nvdv.dll
    CLSID:        {5F999665-C66E-46B7-9446-7864278C06C8}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  MPC - MP4 Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\mp4splitter.ax
    CLSID:        {61F47056-E400-43D3-AF1E-AB7DFFD4C4AD}
    Merit:        00600000 = MERIT_NORMAL
    Description:  File Source (Monkey Audio)
    File name:    c:\program files (x86)\k-lite codec pack\filters\monkeysource.ax
    CLSID:        {66EA14E6-E2B3-433D-923E-EE401CADBBD9}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  Nero PresentationGraphics Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nebdgraphic.ax
    CLSID:        {68936D7B-59D8-4724-9493-17A225E03F91}
    Merit:        00600000 = MERIT_NORMAL
    Description:  madFlac Decoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\madflac.ax
    CLSID:        {6B257121-CBB6-46B3-ABFA-B14DFA98C4A6}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero InteractiveGraphics Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nebdgraphic.ax
    CLSID:        {6F23E3FF-4234-4F1B-BC16-50D8A45235CA}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero Vcd Navigator
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nevcd.ax
    CLSID:        {7855449D-FC96-44D7-BA7C-3C3D86330EC4}
    Merit:        00600000 = MERIT_NORMAL
    Description:  DirectVobSub (auto-loading version)
    File name:    c:\program files (x86)\k-lite codec pack\filters\vsfilter.dll
    CLSID:        {9852A670-F845-491B-9BE6-EBD841B8A613}
    Merit:        00800002 = MERIT_PREFERRED + 2
    Description:  MONOGRAM AMR Encoder
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmamr.ax
    CLSID:        {99735894-CAF4-488B-8275-B8CB1998216E}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero Splitter
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nesplitter.ax
    CLSID:        {A336CD3B-599C-4F70-A34D-E88EDE4B64C3}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MONOGRAM AMR Mux
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmamr.ax
    CLSID:        {AAA4AACD-FD95-4240-9C45-9EB98E5DAC52}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero File Source / Splitter
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nefsource.ax
    CLSID:        {ABA51A41-B929-4419-8660-D33BBFA7C5AD}
    Merit:        00600000 = MERIT_NORMAL
    Description:  DC-Bass Source
    File name:    c:\program files (x86)\k-lite codec pack\filters\dcbasssource.ax
    CLSID:        {ABE7B1D9-4B3E-4ACD-A0D1-92611D3A4492}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  VP7 Decompressor
    File name:    c:\program files (x86)\k-lite codec pack\filters\vp7dec.ax
    CLSID:        {C204438D-6E1A-4309-B09C-0C0F749863AF}
    Merit:        00800000 = MERIT_PREFERRED
    Description:  MONOGRAM Musepack Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\mmmpcdmx.ax
    CLSID:        {C3E2E983-0198-4F73-9E5C-8365BB4C4131}
    Merit:        00600000 = MERIT_NORMAL
    Description:  madFlac Source
    File name:    c:\program files (x86)\k-lite codec pack\filters\madflac.ax
    CLSID:        {C52908F0-1C06-4C0D-A4CD-3D10EA51C757}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MPC - FLV Source (Gabest)
    File name:    c:\program files (x86)\k-lite codec pack\filters\flvsplitter.ax
    CLSID:        {C9ECE7B3-1D8E-41F5-9F24-B255DF16C087}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero Thumbnail Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nebdthumbnail.ax
    CLSID:        {CCFB194D-9CEA-4457-9B84-554B7D4853C6}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MPC - MPEG4 Video Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\mp4splitter.ax
    CLSID:        {D3D9D58B-45B5-48AB-B199-B8C40560AEC7}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero QuickTime(tm) Audio Decoder
    File name:    c:\program files (x86)\common files\ahead\dsfilter\neqtdec.ax
    CLSID:        {D6D8A64E-F9F7-4685-9757-7338077234D8}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  WavPack Audio Splitter
    File name:    c:\program files (x86)\k-lite codec pack\filters\wavpackdssplitter.ax
    CLSID:        {D8CF6A42-3E09-4922-A452-21DFF10BEEBA}
    Merit:        00600000 = MERIT_NORMAL
    Description:  Nero File Source (Async.)
    File name:    c:\program files (x86)\common files\ahead\dsfilter\nefilesourceasync.ax
    CLSID:        {DA5E4EC4-61AB-458B-B836-B8744B6BD3A7}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  Nero Ogg Splitter
    File name:    c:\program files (x86)\common files\ahead\dsfilter\neoggsplitter.ax
    CLSID:        {DB4D8EF5-C2ED-4835-95A1-871C2327018A}
    Merit:        00400000 = MERIT_UNLIKELY
    Description:  MPC - Mpeg Splitter (Gabest)
    File name:    c:\program files (x86)\k-lite codec pack\filters\mpegsplitter.ax
    CLSID:        {DC257063-045F-4BE2-BD5B-E12279C464F0}
    Merit:        00400001 = MERIT_UNLIKELY + 1
    Description:  Nero Digital Parser
    File name:    c:\program files (x86)\common files\ahead\dsfilter\ndparser.ax
    CLSID:        {E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}
    Merit:        00600000 = MERIT_NORMAL
    Description:  MPC - MPEG4 Video Source
    File name:    c:\program files (x86)\k-lite codec pack\filters\mp4splitter.ax
    CLSID:        {E2B98EEA-EE55-4E9B-A8C1-6E5288DF785A}
    Merit:        00600000 = MERIT_NORMAL
    Description:  AC3File
    File name:    c:\program files (x86)\k-lite codec pack\filters\ac3file.ax
    CLSID:        {F7380D4C-DE45-4F03-9209-15EBA8552463}
    Merit:        00600000 = MERIT_NORMAL
    (A total of 169 filters, 44 shown, 125 hidden)
    #####  ICM Class Manager (32-bit)  #####
    Description:  ffdshow video encoder
    File name:    c:\program files (x86)\k-lite codec pack\ffdshow\ffdshow.ax
    CLSID:        {4DB2B5D9-4556-4340-B189-AD20110D953F} (ffdshow video encoder)
    Merit:        00100000 = MERIT_SW_COMPRESSOR
    (A total of 3 filters, 1 shown, 2 hidden)
    #####  Default source filters (32-bit)  #####
    .264    {5CB78A55-01B8-431E-96DE-6227D2E0C312}  Nero ES Video Reader
    .3g2    {E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}  Nero Digital Parser
    .3gp    {E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}  Nero Digital Parser
    .aac    {ABE7B1D9-4B3E-4ACD-A0D1-92611D3A4492}  DC-Bass Source
    .ac3    {F7380D4C-DE45-4F03-9209-15EBA8552463}  AC3File
    .alac   {ABE7B1D9-4B3E-4ACD-A0D1-92611D3A4492}  DC-Bass Source
    .ape    {66EA14E6-E2B3-433D-923E-EE401CADBBD9}  File Source (Monkey Audio)
    .apl    {66EA14E6-E2B3-433D-923E-EE401CADBBD9}  File Source (Monkey Audio)
    .bmp    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .bsf    {5CB78A55-01B8-431E-96DE-6227D2E0C312}  Nero ES Video Reader
    .dib    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .dts    {F7380D4C-DE45-4F03-9209-15EBA8552463}  AC3File
    .dv     {5F999665-C66E-46B7-9446-7864278C06C8}  DV Source Filter
    .dvr-ms {C9F5FE02-F851-4eb5-99EE-AD602AF1E619}  StreamBufferSource
    .dvr-ne {8BD32EBA-D7D7-4AB7-914E-C4E551113869}   Nero Stream Buffer Source
    .flac   {C52908F0-1C06-4C0D-A4CD-3D10EA51C757}  madFlac Source
    .flv    {C9ECE7B3-1D8E-41F5-9F24-B255DF16C087}  MPC - FLV Source (Gabest)
    .gif    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .h264   {5CB78A55-01B8-431E-96DE-6227D2E0C312}  Nero ES Video Reader
    .jfif   {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .jpe    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .jpeg   {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .jpg    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .m3u    {e436ebb5-524f-11ce-9f53-0020af0ba770}  File Source (Async.)
    .m4a    {E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}  Nero Digital Parser
    .mka    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .mks    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .mkv    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .mp3    {E436EBB5-524F-11CE-9F53-0020AF0BA770}  File Source (Async.)
    .mp4    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .mpls   {1365BE7A-C86A-473C-9A41-C0A6E82C9FA3}  MPC - Mpeg Source (Gabest)
    .nd     {E206E4DE-A7EE-4A62-B3E9-4FBC8FE84C73}  Nero Digital Parser
    .nvavi  {51393094-F0E2-4E34-87A5-25EBC68629EB}  Multi File Reader
    .oga    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .ogg    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .ogm    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .ogv    {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}  Haali Media Splitter
    .spdif  {F7380D4C-DE45-4F03-9209-15EBA8552463}  AC3File
    .tga    {7DF62B50-6843-11D2-9EEB-006008039E37}  Generate Still Video
    .tta    {ABE7B1D9-4B3E-4ACD-A0D1-92611D3A4492}  DC-Bass Source
    .wtv    {C9F5FE02-F851-4eb5-99EE-AD602AF1E619}  StreamBufferSource
    .wv     {E436EBB5-524F-11CE-9F53-0020AF0BA770}  File Source (Async.)
    .wvc    {E436EBB5-524F-11CE-9F53-0020AF0BA770}  File Source (Async.)

  • Windows stream media player

    hey - i'm developing a new joomla based site and i'd like to
    have a custom flash media player embedded into the page that uses
    the windows media player functions if possible, or easier that way.
    my goal is to put a simple player on the page and the real
    focus would be a "graphic equalizer" that would match the color
    scheme and look like a part of the site. below that simple buttons
    that would have start/stop/pause and volume. if i could "detach"
    this player from the page that would be an added bonus. if i did
    that then i'd also want current song title playing to stream
    through as well.
    how hard is this to do in flash? i have NO history of flash
    development but can figure things out if given some good pointers.
    would the EQ part be difficult to bounce to the music? change the
    imagry to be other things as well other than the standard bar eq?
    if it would be more difficult is there a good place to post
    to ask for some dev help on this?
    thanks in advance!
    iceberg
    www.renegaderadio.net

    I'm wondering if you received a reply. Neither the Windows Media Player in Internet Explorer nor Safari will give me a live feed for more than 30 seconds to 1 minute and will then freeze. "Refreshing" the page doesn't provide a "live" response.
    iBook G4   Mac OS X (10.4.6)   iBook G4

  • 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
    >

  • How do i get my windows media player to play?

    how do i get my windows media player HP Pavillion g series to play? it was doing fine Friday, than had problems on Saturday, and now it won't play my cd's

    Install iTunes for Windows and play them through that application.
    Best of luck.

  • Using Windows Media Player to play my itunes music

    Just wanted to know if there is a way for me to transfer my Itunes music to Windows Media Player?
    Thanks

    I have the same problem you had - how do I convert the .m4p files to mp3? Did you figure it out? Thanks.
    Yes, should be no problem if the files are in the
    .mp3 format. Windows media player can't play .aac or
    .m4p files, which are an iTunes only format. When
    using iTunes you have a choice on how you want music
    files to be saved. The work around if you have them
    in the aac format is to convert these to mp3 then
    import them into the media player.
    T.

  • HELP! iphone media player wont play files in a .htaccess protected folder.

    I installed a personal webserver, Apache and configured it to provide access to my .mp3 files. Through Safari on the iphone I can connect to my webserver and see all of my .mp3 files. If I click on one, it fires up the music/media player.. then says "movie cannot be played". NOW, if I remove any .htaccess protections from the folder or server, then it works perfectly fine and will play my files. With the .htaccess set it does indeed ask me for a login/password,which I enter, but it STILL wont play the file. This stinks. Any smart web people out there know how I can use my own web server to access my files while protection them from other people browsing my IP???? Thanks in advance.

    I'm not using secure access (https). I started with the most basic configuration, standard http: on port 80, etc. The configuration works perfectly fine when tested on my home PC. The problem seems to be in Safari on the iphone it prompts me for a login, and accepts it.. then it fires up the media/movie player and I'm guessing it's not passing the authentication/credentials/whatever to the movie player. When the media tries to play, it notes it's an access controlled file and just quits out. The movie player doesnt seem to allow asking of login/password info. Thoughts??

Maybe you are looking for

  • HT5957 My 4th generation ipod won't update and says iOS 6.1.3 is up to date

    My ipod isn't updating to any new update even though it's out and millions are using it. My ipod is connected to the internet and is a 4th generation. It just contiues to say iOS 6.1.3 is up to date. I have eveb tryed going though itunes store and on

  • INITIAL_JCO_RETURN -error in mapping

    Hello! I get the following error in XI when I'm trying to send quite large IDOC in IDOC to JDBC -scenario. <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">   <SAP:Ca

  • Find a user

    Hi All, If 10 users connected to my database, and one user executed some query and it was hanged or didn't get any result. now the database is running slow, so i want to find the user who runs that query. for v$session we can find the connected usern

  • Macbook upgrade from 10.4.11 to at least 10.5.8?

    i have a MacBook Pro 10.4.11 - 2.16 Ghz Intel Core Duo, 1 GB 667 Mhz Ram. I would like to upgrade at least to 10.5 so I can hook my iphone up to this machine. i recently got rid of the machine that i could plug into. Can I? since its not a Core 2 Duo

  • Mavericks is corrupt

    Trying to download Mavericks; it keeps saying the file is corrupt. My time machine backups are gone. What do I do?