|
-
Apr 15th, 2007, 05:34 PM
#1
Thread Starter
Fanatic Member
[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.
-
Apr 15th, 2007, 09:39 PM
#2
Re: [Win2003 SP2] FLV Streaming
VLC media player has a streaming feature.Did you try that?
-
Apr 17th, 2007, 01:30 AM
#3
Thread Starter
Fanatic Member
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?
-
Apr 18th, 2007, 06:07 PM
#4
Frenzied Member
Re: [Win2003 SP2] FLV Streaming
We need more details. What's not working? What is working? What software are you using? Any error messages?
-
Apr 18th, 2007, 10:56 PM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|