Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to upload large size videos to the server using C#. When I am uploading a video I get an out of memory exception. I also want to play these videos but I am unable to find how to do streaming.

If you know any alternative ways or any links you know please post them.

Thanks & Regards
v.s.r.k.raju
Posted
Updated 26-Apr-10 21:04pm
v2

V.SivaRamaKriShnaRaju wrote:
it giving an error like out of memory exception.


LIKE out of memory, but not out of memory ? Perhaps if you showed us your code, it might help ? How big are the videos ? Big enough to fill your memory ? Once they are on a server, you can point a windows media player instance to the URL and the video should stream from there, assuming it's a compatible format.

You need to give us some meaningful information if you want more specific help. Edit your post, don't push 'answer' to post more questions.
 
Share this answer
 
I guess saving it asynchronously and as chunks instead of a whole will solve this problem.Give a try in that way.
 
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