is it possible to stream a wmv file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SleazyDream
    I'm here for SPORT
    • Jul 2001
    • 41470

    #1

    is it possible to stream a wmv file?

    just curious - everyone seems to use flash

    is it possible to stream a wmv file? meaning skip ahead before the file has downloaded
    This dog, is dog, a dog, good dog, way dog, to dog, keep dog, an dog, idiot dog, busy dog, for dog, 20 dog, seconds dog!

    Now read without the word dog.
  • Porn Mickey
    we all love porn
    • Nov 2001
    • 2840

    #2
    Here's a helpful link that might answer your question

    http://www.spartanicus.utvinternet.ie/streaming.htm
    $150 SignUp Bonus

    Comment

    • SleazyDream
      I'm here for SPORT
      • Jul 2001
      • 41470

      #3
      Originally posted by xxxtreme
      Here's a helpful link that might answer your question

      http://www.spartanicus.utvinternet.ie/streaming.htm
      i mean stream/skip AHEAD - meaning skip ahead in a movie like the big tubes do but with a WMV file onto a part of the movie that isn't downloaded yet
      This dog, is dog, a dog, good dog, way dog, to dog, keep dog, an dog, idiot dog, busy dog, for dog, 20 dog, seconds dog!

      Now read without the word dog.

      Comment

      • RayBonga
        too cool for highschool
        • Nov 2005
        • 12164

        #4
        yes, this was around much before the flvs.

        remember the mms:// streaming files?

        only issue is that sometimes they won't work well with firefox

        Comment

        • RayBonga
          too cool for highschool
          • Nov 2005
          • 12164

          #5
          try the code below

          Code:
          <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="540" height="405" codebase="http://www.microsoft.com/Windows/MediaPlayer/">
          <param name="Filename" value="video.wmv">
          <param name="AutoStart" value="true">
          <param name="ShowControls" value="true">
          <param name="BufferingTime" value="2">
          <param name="ShowStatusBar" value="true">
          <param name="AutoSize" value="true">
          <param name="InvokeURLs" value="false">
          <embed src="video.wmv" type="application/x-mplayer2" autostart="1" enabled="1" showstatusbar="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" width="540" height="405"></embed>
          </object>

          Comment

          • XXXInsights
            Confirmed User
            • Jun 2001
            • 112

            #6
            I guess you need Windows Media Server for that. You can encode one big streaming file (with Media Encoder) that's holding a bunch of different bit rates in it, so it streams the best version depending on the clients bandwidth.

            I would go for mp4 streaming, better quality and you can do it with lighthtpd and some streaming mods.

            Comment

            • 2MuchMark
              Mark of 2Much.net
              • Aug 2004
              • 50921

              #7
              YOu need Windows Media Server to do this. If you install it on anything else like Apache for example it will download but not stream.

              Comment

              • candyflip
                Carpe Visio
                • Jul 2002
                • 43069

                #8
                Microsoft has Silverlight. Look that up and see what you find.

                Spend you some brain.
                Email Me

                Comment

                • Phoenix
                  BACON BACON BACON
                  • Nov 2002
                  • 35475

                  #9
                  just let us stream all your videos
                  Telegram PhoenixBrad
                  https://quantads.io

                  Comment

                  • WWF-Rich
                    Confirmed User
                    • Oct 2005
                    • 109

                    #10
                    yes : check out www.worldwidefeeds.com/demo we have 1000's of streaming wmv files for your site
                    Rich Trance | ICQ: 276 300 460
                    [email protected]

                    Comment

                    • TheSenator
                      Too lazy to set a custom title
                      • Feb 2003
                      • 13330

                      #11
                      Use this is you are comfortable with linux stuff.

                      http://www.gnu.org/software/gnump3d/
                      ISeekGirls.com since 2005

                      Comment

                      • NetHorse
                        Confirmed User
                        • Dec 2006
                        • 3526

                        #12
                        Why do you want to stream WMV files? It's slower, eats more bandwidth and has more browser compatibility issues.
                        ┌∩┐(◣_◢)┌∩┐
                        ICQ # 427013273

                        Comment

                        • raymor
                          Confirmed User
                          • Oct 2002
                          • 3745

                          #13
                          Apple's Quicktime Streaming Server and it's open source branded clone
                          Darwin Streaming Server provide streaming capability with out locking you in
                          to one vendor for everything. With Microsoft, you have to use their server on
                          their OS with their encoding and management tools. The open source Darwin
                          server and it's commercially supported version by Apple can run on any server
                          OS, such as Linux, FreeBSD, Unix, Mac OSX, Solaris, and even desktop OSes
                          including Windows. Because Darwin doesn't require you to package your video
                          stream in a proprietary WMV package, but instead lets you use the actual
                          video directly as a plain mpeg file, you can use almost any tool you wish to
                          create, convert, and manage your content.

                          All of the dedicated streaming servers suffer from one huge drawback, though.
                          Because they all dispose of the web server, you lose the hundreds of different
                          features and functions provided by Apache. Basically, anything you have in your
                          .htaccess will be lost by using a streaming-only server, as well as other things you
                          may rely on such as stats. Security, is another example. There are many different
                          authentication systems designed for Apache which won't work with a streaming
                          server that just does streaming, not strong authentication. To avoid this problem,
                          the best route for many sites may be to use a module or web service which adds
                          full streaming capability to Apache. That way you still have your same stats, your
                          same security, your same search engine friendly URLs, etc. All that changes is
                          that you go from http streaming to full streaming with seek capability.

                          The module based solutions will be most efficient and are easy to set up and manage.
                          Here's one. You may find others worth considering:
                          http://h264.code-shop.com/trac

                          The PHP ones will be the very easiest, but not the much efficient.
                          Here's one of several:
                          http://polygeek.com/1423_flex_video-streaming-php-xmoov

                          Web services are more difficult to set up and manage, and may be more efficient than PHP:
                          http://www.alphaworks.ibm.com/tech/s...treamingengine
                          For historical display only. This information is not current:
                          support&#64;bettercgi.com ICQ 7208627
                          Strongbox - The next generation in site security
                          Throttlebox - The next generation in bandwidth control
                          Clonebox - Backup and disaster recovery on steroids

                          Comment

                          • wizzart
                            scriptmaster
                            • May 2006
                            • 5246

                            #14
                            why not convert it on server to flv file?
                            BimboZone

                            Comment

                            Working...