forked from RCOSDP/GakuNinLMS-LTI-MC
-
Notifications
You must be signed in to change notification settings - Fork 4
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
各動画サービスの再生時間の取得と記録 #33
Comments
NOTE: YouTube の埋め込み用のメタ情報のAPI https://oembed.com/ を参照してみたが再生時間は得られない様子 |
YouTube は oembed その他のオープンでアクセス自由な API が見つからない限り (利用規約に従うため) Iframe API の利用 https://developers.google.com/youtube/iframe_api_reference?hl=ja#Retrieving_video_information |
Closed
NOTE: それぞれのプレイヤーでの再生時間取得API Video.js #duration
Vimeo Player API #getDuration
課題:
|
まずは本Issueとしては再生ボタンをおした後入力される、という振る舞いとし、この部分は制約事項として先送りとする。 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#30 の中に含まれる動画の視聴時間(duration)と学習時間(timeRequired)を人力で入力するのではなく自動的に取得することが目的
方針としては次のいずれか
前者が簡単・低コストで提供可能だが、正確性が懸念。
一方後者はより正確だが各動画サービスごとにAPIが異なるかつ制約事項に準拠する必要がある。
The text was updated successfully, but these errors were encountered: