Skip to content

Commit c807183

Browse files
authored
Merge pull request #35 from bitmovin/feature/mp4_example
Feature/mp4 example
2 parents 6f6a9e2 + 3adc794 commit c807183

File tree

2 files changed

+413
-2
lines changed

2 files changed

+413
-2
lines changed

examples/encoding/08_encoding_hls_aes128.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ const createOutput = () => {
141141
const createEncoding = () => {
142142
return new Promise((resolve, reject) => {
143143
const encoding = {
144-
name: ENCODING_NAME,
145-
encoderVersion: 'STABLE'
144+
name: ENCODING_NAME
146145
};
147146
bitmovin.encoding.encodings.create(encoding).then((createdEncoding) => {
148147
console.log('Successfully created Encoding resource.', createdEncoding);

0 commit comments

Comments
 (0)