openedx / openedx/openedx-platform

Make the videos page community-friendly or deprecate it

Open
#37,972 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

business-specific
Dominant language
Python
Stars
8.2k
Forks
4.4k
Avg merge
6d 18h
Merged PRs (30d)
42

Description

background

The contentstore.new_studio_mfe.use_new_video_uploads_page toggles on a page which only works, as far as we can tell, on edX.org.

(TODO add screenshot)

This is part of a greater issue, which is that edX-VAL only works (as far as we know ™️ ) with the private edX.org video pipeline, edX-VEM.

what to do

any of the following:

  • Fix edx-val and document it so that other sites can use it.
  • Genericize the page so that it doesn't depend on edx-val. Create plugin slots so that 2U could plug the edX Video Pipeline stuff back into the page, and so that other operators could plug their video systems in.
  • Remove the page from the platform.

In any case, in my opinion, it seems that the contentstore.new_studio_mfe.use_new_video_uploads_page should be eventually removed. We either should have a video page for everyone (which optionally integrates with a video pipeline) or we shouldn't have one at all.

terminology notes

  • edX-VAL (openedx/edx-val, "edx video abstraction layer"): open-source openedx python package. Includes data models and some APIs for uploading and downloading videos, installed into openedx-platform. Needs a backend (e.g. VEM) in order to work. Not deprecated currently.
  • Known edX-VAL backends:
    • edX-VEM ("edX videoencode manager"): closed-source video upload/download pipeline, a backend for VAL. developed privately by edX in order to replace VEDA.
    • edX-VEDA (edx/edx-video pipeline): archived open-source video upload/download pipeline, a backend for VAL. developed open source by edX, but we don't believe anyone else ever successfully ran it. fully deprecated since 2020.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the contentstore.new_studio_mfe.use_new_video_uploads_page toggle and its video-page dependencies, then read the edX-VAL terminology and backend links in this issue. Determine whether a community-compatible page, pluggable video backends, or removal is feasible; done requires a decided direction and corresponding documentation or deprecation plan.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.