-
Notifications
You must be signed in to change notification settings - Fork 35
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
Desgin/Prototype uploading video files as additional files #1983
Comments
RFC Uploading video files as additional files Current Behavior Changes
Future Work
{
"content_type": "mp4",
"context_type": "subtitle",
"key": "complimentary_video.mp4",
"tags": {
"content_type": "vtt"
}
} |
Currently if a video file is uploaded it will replace the master file. There is no support for video files other than the master file. We need to change this to support uploading presenter and presentation of weblectures as additional files.
The text was updated successfully, but these errors were encountered: