@sigmaott/base-next 1.4.46 → 1.4.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.46",
4
+ "version": "1.4.47",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -317,6 +317,11 @@ function getEncoderConfig(newEncoderType: string) {
317
317
  config.videoCodec = 'h264'
318
318
  config.videoPreset = 'llhp'
319
319
  break
320
+ case 'netint':
321
+ config.videoCodec = 'h264'
322
+ config.videoPreset = 'medium'
323
+ config.videoProfile = 'main'
324
+ break
320
325
  case 'aurora4':
321
326
  config.videoCodec = 'h264'
322
327
  config.videoPreset = 'veryfast'