We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
動画停止中に書き起こしをクリックすると該当場所にseekしてその箇所のサムネが表示されるだけで、再生はされない。Youtubeの書き起こしと同じ仕様。
動画停止中に書き起こしをクリックすると該当場所からビデオが再生される。
単純に書き起こしがクリックされた時にsetIsPlaying(true)を呼ばないようにすれば良いが、その場合以下のようなバグが発生する。
どうやらreact-player側のバグで、まだ一度も再生されていない動画に対してはseekToメソッドは上手く動かないっぽい。このバグはライブラリ側では修正されることはなさそうな雰囲気(以下のissue参考)。 cookpete/react-player#755
以下のような回避策が考えられる
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Expected Behavior
動画停止中に書き起こしをクリックすると該当場所にseekしてその箇所のサムネが表示されるだけで、再生はされない。Youtubeの書き起こしと同じ仕様。
Current Behavior
動画停止中に書き起こしをクリックすると該当場所からビデオが再生される。
Steps to Reproduce
(Optional) Possible Solution
単純に書き起こしがクリックされた時にsetIsPlaying(true)を呼ばないようにすれば良いが、その場合以下のようなバグが発生する。
どうやらreact-player側のバグで、まだ一度も再生されていない動画に対してはseekToメソッドは上手く動かないっぽい。このバグはライブラリ側では修正されることはなさそうな雰囲気(以下のissue参考)。
cookpete/react-player#755
以下のような回避策が考えられる
The text was updated successfully, but these errors were encountered: