Results 1 to 5 of 5

Thread: [Win2003 SP2] FLV Streaming

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Exclamation [Win2003 SP2] FLV Streaming

    Please help me how to stream FLV files through MSWindows 2003 SP2.
    I've already tried using the video/x-flv and flv-application/octet-stream as MIME types but still not working.

    Thanks for any help.

  2. #2
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: [Win2003 SP2] FLV Streaming

    VLC media player has a streaming feature.Did you try that?

  3. #3

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win2003 SP2] FLV Streaming

    I've tried several Media streaming servers, it will only slows our server.

    I already decided to use FLV.

    I tried to use my local computer to stream FLV files using other pc and it works.
    But why not on our server?

  4. #4
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: [Win2003 SP2] FLV Streaming

    We need more details. What's not working? What is working? What software are you using? Any error messages?

  5. #5

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win2003 SP2] FLV Streaming

    I'm sorry for not giving details.

    I'm just using an embedded flash video player that can play FLV files, it means no special software for streaming.

    This is the sample w/ some ASP.NET code:
    HTML Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="374" height="291" id="Object1">
              <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=Halo_Skin_3&streamName=<%=Application("PlayVideo")%>&autoPlay=false&autoRewind=false" />
              <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_3&streamName=<%=Application("PlayVideo")%>&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="374" height="291" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />          
            </object>
    I tried to make my pc to host the site then I used another pc to browse the site and everything works fine.
    But when I upload it to our server; the video won't show.
    There is no error message, just the video don't stream.
    The path is correct.

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