TUSKit icon indicating copy to clipboard operation
TUSKit copied to clipboard

Chunksize and filesize. How to set using older objective c framework?

Open pangia opened this issue 2 years ago • 0 comments

I am using the older objective C version of the framework (version 1.4.2). Everything works fine, except the videos are getting uploaded and staying in a false 'ReadyToStream' status. The duration is set to zero in the response, but the dimensions are correct.

Also, the thumbnail is available.. just no video.

I noticed in the javascript package that there is an 'options' object that gets populated with filesize and chunk size, as well as the endpoint to our server. Is there a place I can set this in the objc package? Thank you :)

pangia avatar May 03 '22 19:05 pangia