I built an application that used to record the clients screen in an avi file. Now the client wants to save the recoding on web server in real time. i.e he want that all recording should be saved directly on web server, how can we do this?
Asked
Active
Viewed 139 times
1
-
Why does it have to be "real time"? If all you are doing is saving it (for archiving, for example), you do not need to stream the file. – anon Feb 07 '11 at 04:11
-
the architecture is like we have a presenter , server, end user. the presenter screen is needed to be displayed to the end user... this is the task – user321963 Feb 07 '11 at 04:42
-
So you want to build something like goto meeting, with the server also recording an .avi file? – Chad Ruppert Feb 07 '11 at 04:50
-
1Maybe check out this SO question: http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c – anon Feb 07 '11 at 04:54
-
yes... just like webex... i only need to allow the end user to see the client's screen... – user321963 Feb 07 '11 at 04:56