We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4213ea1 commit 8a116a2Copy full SHA for 8a116a2
2 files changed
Examples/CustomEncodingExample.js
@@ -11,7 +11,7 @@ const s3_secret = "yourS3secret";
11
// using several videos as a source for stitching
12
const videoUrl = [
13
"https://servername/folder/video1.mp4",
14
- "hhttps://servername/folder/video2.mp4",
+ "https://servername/folder/video2.mp4",
15
{
16
"url":"https://servername/folder/video3.mp4",
17
"start_time":"0.01567",
Examples/ProfileEncodingExample.js
@@ -10,7 +10,7 @@ const transferMethod = null;
10
0 commit comments