@scrypted/amcrest
Advanced tools
Comparing version 0.0.128 to 0.0.129
{ | ||
"name": "@scrypted/amcrest", | ||
"version": "0.0.128", | ||
"version": "0.0.129", | ||
"description": "Amcrest Plugin for Scrypted", | ||
@@ -5,0 +5,0 @@ "author": "Scrypted", |
@@ -404,3 +404,3 @@ import { ffmpegLogInitialOutput } from '@scrypted/common/src/media-helpers'; | ||
else if (audioCodec?.includes('g711u')) | ||
audioCodec = 'pcm_ulaw'; | ||
audioCodec = 'pcm_mulaw'; | ||
else if (audioCodec?.includes('g711')) | ||
@@ -407,0 +407,0 @@ audioCodec = 'pcm'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
493449