Skip to content
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

Video uploading not starting #46

Open
petrssk opened this issue May 21, 2024 · 6 comments
Open

Video uploading not starting #46

petrssk opened this issue May 21, 2024 · 6 comments

Comments

@petrssk
Copy link

petrssk commented May 21, 2024

Hey,
I'm having an issue with uploading recorded video. After video is recorded, SDK tries to upload it but it gets stuck during preparation.

Based on logs API returns 404 after request with first part of the video. I initially thought it is related with #45 issue but it didn't help in my case.

logs.txt

I don't set any special uploading config, just adding callback.

Ziggeo version: 2.6.25

When I tried old version 2.6.5 of the SDK everything worked just fine.

@3akat
Copy link
Contributor

3akat commented May 22, 2024

Hi @petrssk, can you please specify the device and the android version?

@petrssk
Copy link
Author

petrssk commented May 28, 2024

I tried Pixel 7 (Android 14) and OnePlus 6T (Android 11), and both have the same issue.

@petrssk
Copy link
Author

petrssk commented Jun 12, 2024

Any update about this?

@Bane-D
Copy link
Contributor

Bane-D commented Jul 23, 2024

Hi Petrssk,

Sorry for the wait on this. I believe that your issue might not really be the 404 rather something before that results in the 404 later on.

Can you please try moving the API calls to a separate thread instead of using the main thread?

For an example please see here: https://stackoverflow.com/a/3391287/6230588 (do note that the example is not recent, however should still apply).

Please let us know if this helps.

@LukasVykuka
Copy link

LukasVykuka commented Jul 24, 2024

@Bane-D API is called by your Android SDK so it should handle it correctly. We just call startCameraRecorder() method.
I can send you data from all requests and responses which lead to 404 but I should prefer more secure channel that github. Where can I send them to you?

@Bane-D
Copy link
Contributor

Bane-D commented Jul 26, 2024

Hi Lukas, you can send us an email to [email protected], it would then only be visible by our support team.

It would be great if you can also include the details related to the Ziggeo account that you are using.

  • Please note that we will only reply with the details back on the ticket with the people included (CCed) not here as well. If you and Petrssk are not using the same account, pleas do let us know so that we can know these are 2 requests with similar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants