Skip to content

Commit 4137e7a

Browse files
authored
Merge pull request #36 from bitmovin/feature/hls_aes128_vtt
Feature/hls aes128 vtt
2 parents c807183 + bf13c3d commit 4137e7a

File tree

5 files changed

+448
-4
lines changed

5 files changed

+448
-4
lines changed

bitmovin/bitmovin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class Bitmovin {
6969
'X-Api-Key' : configuration.apiKey,
7070
'X-Tenant-Org-Id' : configuration.tenantOrgId,
7171
'X-Api-Client' : configuration.xApiClient,
72-
'X-Api-Client-Version': '1.1.20'
72+
'X-Api-Client-Version': '1.2.0'
7373
};
7474

7575
this.configuration = configuration;

bitmovin/encoding/hlsManifestMedia.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export const hlsManifestMedia = (configuration, manifestId, http) => {
4747
video : typeFn('video'),
4848
audio : typeFn('audio'),
4949
subtitles : typeFn('subtitles'),
50-
closedCaptions: typeFn('closed-captions')
50+
closedCaptions: typeFn('closed-captions'),
51+
vtt : typeFn('vtt')
5152
};
5253
};
5354

0 commit comments

Comments
 (0)