question

MaheshCM-7927 avatar image
0 Votes"
MaheshCM-7927 asked

Video File chunks Parallelly upload to server while recording a screen in Windows Application

HI,

I have an application for recording the current screen in windows. Which is developed in wpf. My requirement is to record the screen and split up the video file into different chunks and upload to server. All these actions should be done in parallelly. I have used screenrecordlib dll to record the section and by default this doesnot have an option to split up the video file into chunks for that I have used mediatoolkit to do the split up. Once these all done I have to send the chunks to server parallelly. I have given threading operation but its not getting worked. Is there any better option to record the screen and send to server as different chunks by parallelly. Any other dll is available for these purpose please let me know.

Could anyone help me on this.

Thanks in advance !

windows-wpf
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers