how to capture and upload videos to the server.
Hi, I'm developing windows phone 8 app. I need to record 12 sec video and upload to the server. Im able to record the video but not able to upload to the server, getting null response or out of memory exception. I'm using restsharp toolkit to upload the files to the server. Also I dont know how to get the thumbnail image for recorded video. Can anyone help? Please help if there is any solution. Thanks.
Rohan ManfrekPosted Apr 29, 2015, 1:00 PM
Have you verified your connection information is correct?
Does it go to the server you expects?
Does the server have a firewall that could block the connection?
Answering the above questions could give more clues about the cause of the uploading problem.
In all cases, if you can upload the files to the server, you can try getting thumbnail images from the recorded videos using a programming toolkit (leadtools). More details can be found here.
You can use this toolkit on the server side in a REST or WCF service.