mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Populate video duration to edx call #1084

Closed rachellougee closed 5 months ago

rachellougee commented 5 months ago

What are the relevant tickets?

https://github.com/mitodl/hq/issues/3402

Description (What does it do?)

Adding functionality to populating duration when posting video to open edx. Duration can be found in EncodeJob json response (see https://video-rc.odl.mit.edu/admin/ui/video/165/change/)

How can this be tested?

To test this, you will need a working OVS and open edx (tutur or devstack) instances locally. For OVS setup, follow README instruction, you may need to ask for AWS and CloudFront env variables from devops.

In your local edx instance. e.g. tutor

In your OVS instance