We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c8fb4 commit 6f6a9e2Copy full SHA for 6f6a9e2
examples/encoding/08_encoding_hls_aes128.js
@@ -142,7 +142,7 @@ const createEncoding = () => {
142
return new Promise((resolve, reject) => {
143
const encoding = {
144
name: ENCODING_NAME,
145
- encoderVersion: 'BETA'
+ encoderVersion: 'STABLE'
146
};
147
bitmovin.encoding.encodings.create(encoding).then((createdEncoding) => {
148
console.log('Successfully created Encoding resource.', createdEncoding);
0 commit comments