ASP.NET School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a ASP.NET Expert!

Join 307,086 ASP.NET Programmers for FREE! Get instant access to thousands of ASP.NET experts, tutorials, code snippets, and more! There are 2,245 people online right now. Registration is fast and FREE... Join Now!




Displaying Video While uploading it

 

Displaying Video While uploading it

Rating  5
naved_pasha06

8 Jun, 2009 - 10:45 PM
Post #1

New D.I.C Head
*

Joined: 8 Jun, 2009
Posts: 4

Hi There...
I am a new user of .net so i dont know much about the .net.I am working on one application that is file uploading(video).
What i want to do is

IMP=> file=video file
1)Display the file while it is uploading(simultaneously display and upload the same file)
2)Break the file into equal parts so that it can be uploaded quickly.

I have gone through many forum and got some valuable info.What i want is either you suggest or explain just the concept of breaking the file and displaying while uploading and not to give the code(if anyone wish to than no prob)..
Thanks in advance... biggrin.gif


User is offlineProfile CardPM
+Quote Post


naved_pasha06

RE: Displaying Video While Uploading It

16 Jun, 2009 - 09:42 PM
Post #2

New D.I.C Head
*

Joined: 8 Jun, 2009
Posts: 4


Is there no one(user/moderator) who can help me?

You are telling that
the #1 programming and web development help community on the internet

I don,t think so...
User is offlineProfile CardPM
+Quote Post

JayFCox

RE: Displaying Video While Uploading It

18 Jun, 2009 - 06:05 PM
Post #3

New D.I.C Head
*

Joined: 31 May, 2009
Posts: 41



Thanked: 5 times
My Contributions
QUOTE(naved_pasha06 @ 16 Jun, 2009 - 09:42 PM) *

Is there no one(user/moderator) who can help me?

You are telling that
the #1 programming and web development help community on the internet

I don,t think so...


Displaying a video while uploading doesn't quite make sense unless you are using a clientside application. While the uploading bit probably would deserve to be in this forum, the idea of displaying it while uploading makes it more worthy of a C# or VB.NET forum. I'm not saying you'd get better response there. I'm not a client application developer, so I don't know all the client side tricks that could be invoked easily. But it seems to me like you need a program that does two things:

1. Splits a (movie) file into chunks.
2. Plays said file.

On the server side, you need:
1. some thing that accumulates the chunks and can recombine chunks back into a file.

It might benefit you to have some sort of sanity check on both sides (checksum or CRC maybe?... or hell maybe the SHA-1 hash function).

Beyond this, things could get kinda interesting, but it's not really worth getting into detailed hypotheses unless you know where to go with it. For instance, how to play the movie? Do you just hand it off to Windows Media Player, or are there some components you could create/invoke to do something similar? My guess is probably (I know java has some movie handling components, so why not .NET??), but at this point all I could do is guess.
User is offlineProfile CardPM
+Quote Post

naved_pasha06

RE: Displaying Video While Uploading It

24 Jun, 2009 - 08:38 PM
Post #4

New D.I.C Head
*

Joined: 8 Jun, 2009
Posts: 4

Hi there...
Thanx for reply. whatever you said in your reply like

"1. Splits a (movie) file into chunks.
2. Plays said file.

On the server side, you need:
1. some thing that accumulates the chunks and can recombine chunks back into a file."
is absolutely true.

i know how to upload the video but i dont know how to split the file into chunks. Will you help me?
Thanx anyway..

Thanks & Regards
Naved Mohammad


User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 10:45AM

Live ASP.NET Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

ASP.NET Tutorials

Reference Sheets

ASP.NET Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month