tus / tus-android-client

The tus client for Android.
https://tus.io/
161 stars 46 forks source link

OutOFMemory Error #23

Closed AnkanDey closed 5 years ago

AnkanDey commented 6 years ago

Hello,

I am using tus-android-client to upload video files into our server. Upload process goes well for small size video files(eg. 50MB). But when I try to upload large files(eg. 500MB), I am getting outOfMemory error.

Note : I am using same code as described here.

Any help will be appreciated.

Thanks in Advance.

Acconut commented 6 years ago

Did you try the solution I posted in https://github.com/tus/tus-android-client/issues/22#issuecomment-425679119? Is there a reason why you opened another issue for the same question?

AnkanDey commented 5 years ago

I tried couple of time. And it is now working well. Thank you.