Video Js Buffering Issue #8280
Unanswered
aravihipoint
asked this question in
Q&A
Replies: 3 comments
-
@aravihipoint Did you get any solutions or workaround? I'm also facing the same issue with videojs on Mac Safari. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue but, in my case, I'm testing locally the test and also having in a $web container in Azure and I'm having the same issue with the buffering. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello I have added accelerate keyword along with s3 urls thus solved my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have integrated video js for playing files stored in AWS S3 bucket so generally video url will be an s3 based url (.mp4 type video file). Now the issue is when i take the video its taking much time to buffer and play the video. I have enabled Transfer Acceleration attribute in the corresponding bucket as well. For safari in mac , media buffering time much higher than chrome in windows . When i checked in browser console i could see multiple request are going to AWS based on bytes .
So anyone faced this issue before ? please suggest a solution
Thanks
Beta Was this translation helpful? Give feedback.
All reactions