Merge pull request #14514 from edx/ammar/tnl-6513-frontend-hls-support

HLS playback support in video player
This commit is contained in:
Muhammad Ammar
2017-04-21 12:38:11 +05:00
committed by GitHub
58 changed files with 1239 additions and 206 deletions

View File

@@ -934,6 +934,9 @@ INSTALLED_APPS = (
# Self-paced course configuration
'openedx.core.djangoapps.self_paced',
# Video module configs (This will be moved to Video once it becomes an XBlock)
'openedx.core.djangoapps.video_config',
# django-oauth2-provider (deprecated)
'provider',
'provider.oauth2',