Results 1 to 9 of 9

Thread: [RESOLVED] Stream wmv files

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Resolved [RESOLVED] Stream wmv files

    Would it be possible to stream wmv files in Firefox and Opera, or would that be like asking Bill Gates for an iPod? I mean by use of the object tag or something like that. Not my changing settings on Fx and Opera.




    - ØØ -

  2. #2

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Stream wmv files

    Looks like it worked in the end.


    http://www.noteme.com/video2.html



    - ØØ -

  3. #3
    Junior Member hairball's Avatar
    Join Date
    Aug 2006
    Location
    i'm not here.
    Posts
    24

    Re: [RESOLVED] Stream wmv files

    What plugin do I need. It says Unknown Plugin.

    Break out from your mental box.
    I found better company. Iced chocolate with coffee jelly, anyone?

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [RESOLVED] Stream wmv files

    Quote Originally Posted by hairball
    What plugin do I need. It says Unknown Plugin.
    For Windows: http://free-codecs.com/download/K_Lite_Codec_Pack.htm

    NoteMe, that video is scary. You look like a slightly mad Norwegian version of Jenson Button. I dare not play it with sound whilst at work.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: [RESOLVED] Stream wmv files

    It still should be possible with an <object> tag, provided it is used correctly. But I remember issues with Flash and streaming, so the same problem might apply to videos.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: [RESOLVED] Stream wmv files

    Quote Originally Posted by penagate
    NoteMe, that video is scary. You look like a slightly mad Norwegian version of Jenson Button. I dare not play it with sound whilst at work.

    It was from my last hiking trip. We got caught by pretty harsh weather. Witch threatened with tossing us both down the mountain while sleeping in the tent.



    - ØØ -

  7. #7

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: [RESOLVED] Stream wmv files

    Quote Originally Posted by CornedBee
    It still should be possible with an <object> tag, provided it is used correctly. But I remember issues with Flash and streaming, so the same problem might apply to videos.

    You are probably right, but as long as this is working I don't care anymore. I guess I just didn't find the right ID or something for object to work. Can't be arsed. I am too lazy..


    http://www.noteme.com/browse.php?fol...ing-clouds.wmv


    - ØØ -

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: [RESOLVED] Stream wmv files

    Hmm ... my Firefox crashes if I load your example site in Windows. Something about a missing DLL - seems like the WMP plugin crashes and takes Firefox with it.

    The object element should work without a clsid. In a proper implementation (read: not Microsoft's), the correct plugin to use should simply be identified by content type. This is important, because how could, for example, the mplayer-plugin, the realplayer-plugin and the xineplayer-plugin (not sure if the last exists) all have the same ID on Linux? But some people will have one, others the other.
    It should simply work like this:
    Code:
    <object data="url/of/video.wmv" type="video/x-wmv">
      <img src="novideo.png" alt="Sorry, your browser does not have a plugin to display this video.">
    </object>
    That's the theory. I have no idea about the practice.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  9. #9
    Junior Member hairball's Avatar
    Join Date
    Aug 2006
    Location
    i'm not here.
    Posts
    24

    Re: [RESOLVED] Stream wmv files

    Quote Originally Posted by penagate
    For Windows: http://free-codecs.com/download/K_Lite_Codec_Pack.htm

    NoteMe, that video is scary. You look like a slightly mad Norwegian version of Jenson Button. I dare not play it with sound whilst at work.
    Oh K-lite I have that one at home. I'll just try again at home... thanks.

    Break out from your mental box.
    I found better company. Iced chocolate with coffee jelly, anyone?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width