Перевод there was an issue with playback
Reed–Solomon error correction — Reed Solomon error correction is an error correcting code that works by oversampling a polynomial constructed from the data. The polynomial is evaluated at several points, and these values are sent or recorded. Sampling the polynomial more often… … Wikipedia
Samsung P2 — Information appliance| title = Samsung YP P2 logo = manufacturer = Samsung Electronics type = Digital audio player Portable media player connectivity = USB 2.0 lifespan = 2007 present storage = Available in 2, 4, 8 and 16 GB flash memory… … Wikipedia
Advanced Audio Coding — AAC redirects here. For other uses, see AAC (disambiguation). Advanced Audio Codings iTunes standard AAC file icon Filename extension .m4a, .m4b, .m4p, .m4v, .m4r, .3gp, .mp4, .aac Internet media type audio/aac, audio/aacp, au … Wikipedia
Comparison of analog and digital recording — This article compares the two ways in which sound is recorded and stored. Actual sound waves consist of continuous variations in air pressure. Representations of these signals can be recorded using either digital or analog techniques. An analog… … Wikipedia
Windows Media Player — A component of Microsoft Windows Details … Wikipedia
Analog sound vs. digital sound — Analog sound versus digital sound compares the two ways in which sound is recorded and stored. Actual sound waves consist of continuous variations in air pressure. Representations of these signals can be recorded in either digital or analog… … Wikipedia
Compact Disc — CD redirects here. For other uses, see CD (disambiguation). Not to be confused with DVD. Compact disc The readable surface of a Compact Disc incl … Wikipedia
Laserdisc — Not to be confused with disk laser, a flat configuration solid state laser. Not to be confused with VCD, DVD, or Blu ray, optical disc formats employing digital video encoding. Not to be confused with CED, a coincident but incompatible analogue… … Wikipedia
Voice modem command set — Main article: Modem Voice modem is a term commonly used to describe an analog telephone data modem with a built in capability of transmitting and receiving voice recordings over the phone line. Voice modems are used for telephony and answering… … Wikipedia
MPEG-1 — Moving Picture Experts Group Phase 1 (MPEG 1) Filename extension .mpg, .mpeg, .mp1, .mp2, .mp3, .m1v, .m1a, .m2a, .mpa, .mpv Internet media type audio/mpeg, video/mpeg Developed by ISO, IEC Type of format audio, vid … Wikipedia
PlayStation 3 — PS3 redirects here. For other uses, see PS3 (disambiguation). PlayStation 3 … Wikipedia
Перевод there was an issue with playback
Reed–Solomon error correction — Reed Solomon error correction is an error correcting code that works by oversampling a polynomial constructed from the data. The polynomial is evaluated at several points, and these values are sent or recorded. Sampling the polynomial more often… … Wikipedia
Samsung P2 — Information appliance| title = Samsung YP P2 logo = manufacturer = Samsung Electronics type = Digital audio player Portable media player connectivity = USB 2.0 lifespan = 2007 present storage = Available in 2, 4, 8 and 16 GB flash memory… … Wikipedia
Advanced Audio Coding — AAC redirects here. For other uses, see AAC (disambiguation). Advanced Audio Codings iTunes standard AAC file icon Filename extension .m4a, .m4b, .m4p, .m4v, .m4r, .3gp, .mp4, .aac Internet media type audio/aac, audio/aacp, au … Wikipedia
Comparison of analog and digital recording — This article compares the two ways in which sound is recorded and stored. Actual sound waves consist of continuous variations in air pressure. Representations of these signals can be recorded using either digital or analog techniques. An analog… … Wikipedia
Windows Media Player — A component of Microsoft Windows Details … Wikipedia
Analog sound vs. digital sound — Analog sound versus digital sound compares the two ways in which sound is recorded and stored. Actual sound waves consist of continuous variations in air pressure. Representations of these signals can be recorded in either digital or analog… … Wikipedia
Compact Disc — CD redirects here. For other uses, see CD (disambiguation). Not to be confused with DVD. Compact disc The readable surface of a Compact Disc incl … Wikipedia
Laserdisc — Not to be confused with disk laser, a flat configuration solid state laser. Not to be confused with VCD, DVD, or Blu ray, optical disc formats employing digital video encoding. Not to be confused with CED, a coincident but incompatible analogue… … Wikipedia
Voice modem command set — Main article: Modem Voice modem is a term commonly used to describe an analog telephone data modem with a built in capability of transmitting and receiving voice recordings over the phone line. Voice modems are used for telephony and answering… … Wikipedia
MPEG-1 — Moving Picture Experts Group Phase 1 (MPEG 1) Filename extension .mpg, .mpeg, .mp1, .mp2, .mp3, .m1v, .m1a, .m2a, .mpa, .mpv Internet media type audio/mpeg, video/mpeg Developed by ISO, IEC Type of format audio, vid … Wikipedia
PlayStation 3 — PS3 redirects here. For other uses, see PS3 (disambiguation). PlayStation 3 … Wikipedia
Playback rate changing is not working #465
Comments
Copy link Quote reply
ivoneug commented Jul 31, 2019 •
Expected Behavior
Should be able to set playback rate when controls are disabled.
Actual Behavior
setPlaybackRate rejects when main controls are disabled.
Steps to Reproduce
I’m setting the embed options into < speed: true, controls: false >, then I’m calling player.setPlaybackRate(0.5) and promise rejects with the message «Error: Setting the playback rate is not enabled for this video.».
We have a business account and this issue really annoying us 🙁
Hope you will fix it soon.
fisherinnovation commented Jul 31, 2019
Thanks for your report! I agree, this seems like a annoying issue — we will reivew this internally and get back to you as soon as possible with a solution.
jpdupere commented Aug 26, 2019
It also happens when the player is in background mode:
ivoneug commented Sep 10, 2019
Thanks for your report! I agree, this seems like a annoying issue — we will reivew this internally and get back to you as soon as possible with a solution.
Hi there, do you have any progress regarding this issue?
steve52 commented Sep 10, 2019
@ivoneug, sorry for the lack of updates here, but we have a PR for a fix that should be going out soon. Most likely tomorrow!
superfunkminister commented Feb 14, 2020
Hey @steve52, any updates on this?
luwes commented Feb 20, 2020
@ivoneug are you sure this is not working?
seems to be working on my end, https://codepen.io/luwes/pen/JjdReLG
it’s probably because speed is not enabled in the embed settings.
thinking about it, I agree it’s a bit confusing. needing it to be enabled in 2 places.
superfunkminister commented Feb 24, 2020
You can only enable speed controls on the pro account anyway 🙁
The error is caught in Chrome but in Firefox it crashes my whole Gatsby app in development mode.
vojtad commented Jul 5, 2020 •
We also hit this issue. We would like to be able to call setPlaybackRate using Player API for videos with Playback controls hidden in Embed settings.
When I call setPlaybackRate with controls disabled I get this error:
I have set speed: true when creating the embed. Could you please look into this? We have Vimeo Premium account.
fisherinnovation commented Jul 6, 2020
@vojtad Could you provide a link or example code we could take a look at the replicates your issue?
vojtad commented Jul 6, 2020 •
Unfortunately I can’t. I’ve managed to work around this just a couple of hours ago. Here are the steps I took, hopefully it will help you identify the issue:
- I went to Embed preset settings (at https://vimeo.com/settings/videos/embed_presets/
) and check Show play bar, check Speed control and then uncheck Show play bar.
After some time changing playback rate for all videos started working. I guess it took some time to apply new settings to all our videos.
It looks like Speed control affects the videos even when it is hidden because of unchecked Show play bar.
Here is a screenshot form before when it didn’t work:
Here is a screenshot for video where it works now:
Notice the Speed controls checkbox being in a different state although it is disabled.