Replies: 1 comment 4 replies
-
Could this issue be related to the audio codec? I've tried posting the two videos separately. The version that works (test_game01.mp4) uses the AAC audio codec, while the one that throws the error (new_video.mp4) uses MPEG Audio layer 1/2 (mpga). After converting new_video.mp4 to AAC, the error disappeared. Both are using H264 for video. I'll run a few more tests to confirm- |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I’m having an issue with the send_video() function. Occasionally, it works, but most of the time, it throws a Timeout Error (see attached screenshot). It’s not a network issue on my end, as my connection is stable.
Any ideas on what could be causing this?
Here’s the code I’m using:
Beta Was this translation helpful? Give feedback.
All reactions