-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with MUX #7
Comments
You're welcome. Try What have you passed as the const chunk = new ChunkUpload({
size: ???
}); Mux says |
Thank you very much. I've logged the error but it is a string itself, it is not an object so error.response is undefined. As the size property I've passed this : I don't find what Mux says very clear : |
@adrienfloor I think you should create another issue for the chunk size (256KB) ask if there's a backdoor. |
Yah, I know ... 😅 Do you mean creating another issue on this repo ? |
😂 Sorry i forgot to say on upchunk |
👋 Hi there, Mux person here! Fwiw, I agree that the upload workflow is way harder than it should be right now, so it's on our radar and we're working on it. That being said, currently our direct uploads are performed via a GCS resumable upload, so if anything that works with GCS works with us, and any backdoors we could mention would be backdoors on Google's side of things. The most obvious one is just to do a single I'll dig into this more just generally, but just to ask the question...is there any way around the multiple of 3 requirement? |
Hi @mmcc , Thanks for the clarification. This package uses There's no way all i know. |
Hello. we are thinking of using mux with our Rn project. But they will be large files. Is this issue something people were able to work around? |
Hi, any advice from anyone on the above? |
Thanks again for the great work here @hossein-zare
I'm trying to use the lib to upload to MUX as direct upload but somehow I'm getting 400 bad request :
https://docs.mux.com/guides/video/upload-files-directly#if-you-dont-want-to-use-upchunk
I've added "content-length" and "content-range" headers as Mux is asking, but the catch block only sends back a text error saying "Error: Request failed with status code 400". Therefore I'm having trouble debugging because I don't know what I'm doing wrong not having the whole error object.
Here is my code :
The text was updated successfully, but these errors were encountered: