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

Commit ac4b1a0

Browse files
author
Mushtaq Ali
committed
Fix cielo24 transcripts still in progress -
EDUCATOR-2716
1 parent 1ad91ee commit ac4b1a0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

instance_config.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ veda_base_url:
5252
aws_video_transcripts_bucket:
5353
aws_video_transcripts_prefix: video-transcripts/
5454

55+
# cielo24 api urls
56+
cielo24_api_base_url: https://sandbox.cielo24.com/api
57+
58+
# 3playmedia api urls
59+
three_play_api_base_url: https://api.3playmedia.com/
60+
three_play_api_transcript_url: https://static.3playmedia.com/
5561

5662
# a token identifying a valid request from transcript provider
5763
transcript_provider_request_token:
@@ -108,4 +114,9 @@ sg_server_path:
108114
sg_script_name:
109115
sg_script_key:
110116

117+
# ---
118+
# Endpoints
119+
# ---
120+
threeplay_ftphost:
121+
111122
...

static_config.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ ffmpeg_compiled: "ffmpeg"
2424
ffprobe_compiled: "ffprobe"
2525
target_aspect_ratio: 1.7777778
2626

27-
# ---
28-
# Endpoints
29-
# ---
30-
# cielo24 api urls
31-
cielo24_api_base_url: 'https://sandbox.cielo24.com/api'
32-
33-
# 3playmedia api urls
34-
three_play_api_base_url: https://api.3playmedia.com/
35-
three_play_api_transcript_url: https://static.3playmedia.com/
36-
threeplay_ftphost: ftp.3playmedia.com
37-
3827
# This is a list of encodes and their respective course
3928
# boolean matches
4029
encode_dict:

0 commit comments

Comments
 (0)