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.
Printable View
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.
VLC media player has a streaming feature.Did you try that?
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?
We need more details. What's not working? What is working? What software are you using? Any error messages?
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:
I tried to make my pc to host the site then I used another pc to browse the site and everything works fine.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>
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.