Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

What are the possibilities of capturing video of client side session logged into portal and sent it to server simultaneously??

If it is possible please show me a way to start.

Thank You
Posted
Updated 26-Jun-13 6:53am
v2
Comments
Sergey Alexandrovich Kryukov 21-Jun-13 16:42pm    
I doubt there is a general method of doing it. Besides, a browser does not always show the actually received stream. You can use any HTTP spying software, interpret every piece, determine where the media streams are, find out their compression algorithm (you may or may not have appropriate codes installed) and ultimately collect the data from them. You should also understand that video maybe delivered piece by piece on sequence of separate requests (this is how streaming protocols over HTTP work), video can be interlaced with audio and other channels in separate streams. Streaming protocols are quite complex.
—SA
Ariana Bond 26-Jun-13 12:29pm    
Thank you SA for the response, but whatever you wrote here is actually way beyond my knowledge base.I am not getting how can i capture video of client and sent it to server.
Sergey Alexandrovich Kryukov 26-Jun-13 13:24pm    
I understand it. But, as I say, the problem is inherently quite difficult. Either learn it all, even without 100% guarantee of success, or pick up some easier task. There is no such thing as miracle. Some problems can be solved only by more or less highly skilled people. Become one of them, to solve it.
—SA
Ariana Bond 26-Jun-13 13:28pm    
I will become one of them and i am not going to take any easier task.I will do this.
Sergey Alexandrovich Kryukov 26-Jun-13 13:32pm    
Great attitude! This is one of the necessary preconditions for success.

I wish I could provide better help, but perhaps, if you face more specific problem, I would be able to help a bit more.

Good luck,
—SA

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