Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #99 from edx/mushtaq/fix-cielo-transcripts
Browse files Browse the repository at this point in the history
Fix Cielo24 transcripts still in progress
  • Loading branch information
Mushtaq Ali committed Apr 18, 2018
2 parents 1ad91ee + ac4b1a0 commit 5c67dfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions instance_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ veda_base_url:
aws_video_transcripts_bucket:
aws_video_transcripts_prefix: video-transcripts/

# cielo24 api urls
cielo24_api_base_url: https://sandbox.cielo24.com/api

# 3playmedia api urls
three_play_api_base_url: https://api.3playmedia.com/
three_play_api_transcript_url: https://static.3playmedia.com/

# a token identifying a valid request from transcript provider
transcript_provider_request_token:
Expand Down Expand Up @@ -108,4 +114,9 @@ sg_server_path:
sg_script_name:
sg_script_key:

# ---
# Endpoints
# ---
threeplay_ftphost:

...
11 changes: 0 additions & 11 deletions static_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ ffmpeg_compiled: "ffmpeg"
ffprobe_compiled: "ffprobe"
target_aspect_ratio: 1.7777778

# ---
# Endpoints
# ---
# cielo24 api urls
cielo24_api_base_url: 'https://sandbox.cielo24.com/api'

# 3playmedia api urls
three_play_api_base_url: https://api.3playmedia.com/
three_play_api_transcript_url: https://static.3playmedia.com/
threeplay_ftphost: ftp.3playmedia.com

# This is a list of encodes and their respective course
# boolean matches
encode_dict:
Expand Down

0 comments on commit 5c67dfa

Please sign in to comment.