-
Notifications
You must be signed in to change notification settings - Fork 17
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
Vimeo not playing on some browsers #495
Comments
Hello, @everton137 I've created a task to investigate the issue, all I can say now is that we've tested the xBlock recently on the Maple release. The results are the same for macOS and Windows:
I'll try to check it on Koa ASAP. |
UPD: |
Dear @dyudyunov! Thank you for the feedback. I've tried this version, but I couldn't make it work. One of the problem on Chrome is regarding a Chorme and Edge policy of having to have the video muted and was solved by this commit Added mute before playing video for chrome to avoid autoplay policy, in a PR you merged recently. I also have this error message: Another error I am getting is that this JS is not present when I load on Chrome on MacOS: I am not sure if the main issue could be related to the JS player for Vimeo (https://github.com/raccoongang/videojs-vimeo) (there is another version with more recent changes here) or some setting in the iframe of the player being generated by the Python code. If you could give some light or educated guess here, that would be appreciated. Ah, since I saw these improvements in the last PR above-mentioned, I am debugging using the latest changes in the master branch. |
Hi, @everton137! |
Hi, @pamhristova!
|
I was able to install xblock-video (master branch with
pip install -e git+https://github.com/raccoongang/xblock-video.git@master#egg=video_xblock
). I am using Koa version and installing it using derex.[1]I've used BrowserStack to test it on OS and Windows (I use Linux) and there were some problems while playing the videos:
On macOS:
On Windows:
On Linux (my machine)
I suppose there might be some problem with the JavaScript used for the player. Can someone give some tips on what it could be? I will also share some trials I made during the debugging.
[1] I had to use
piip install
directly inside the LMS and CMS containers, but I think I need further debugging to check the reason.The text was updated successfully, but these errors were encountered: