Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All

I am using Flow Player (www.flowplayer.org) to show the flv videos on my site which is developed on asp.net 2.0.

The process we follow is we upload the flv video and call it to flow player on runtime.

Now the issue I am facing is the lack in video streaming as it stucks too much in between.

Can anyone give me a good solutions ?

Thanks
Posted
Comments
Ed Nutting 19-May-11 14:09pm    
Pay for a more bandwidth and a faster connection tends to be about it. Also, possibly use a faster server though that's unlikely to be your problem, unless it's being overwhelmed with video requests. Using a dedicated file server may help too.

1 solution

Take a look at IIS Media Services[^].

They allow you to throttle the delivery of content to reasonable levels, allowing more users to get good experiences. Additionally, it lowers your bandwidth requirements.

Matthew
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900