Skip to content Skip to sidebar Skip to footer

Big Video To String Base64 Causes Outofmemoryerror

i need to send video to webservice in .net, im send a string base64 encode, if the video its about 2MB or 6 o 7 seconds all its ok, but when is more heavy causes outofmemoryerror w

Solution 1:

You cannot do like this. The memory is an issue in android. You should split the video in few parts, encode each part, send it (I think you want to send it over a WS or something) and recombine it on destination.


Post a Comment for "Big Video To String Base64 Causes Outofmemoryerror"