fix: crash EPIPE lors ecriture dans sox stdin ferme
- Ajout error handler sur playbackProcess.stdin (capture EPIPE) - Verification stdin.writable avant write - Stop playback loop si stdin non disponible - Evite crash serveur lors stop/reload AudioBridge
This commit is contained in:
@@ -5,7 +5,7 @@ audio:
|
||||
jitterBufferMs: 40
|
||||
device:
|
||||
inputDeviceId: 1
|
||||
outputDeviceId: 2
|
||||
outputDeviceId: 0
|
||||
sampleRate: 48000
|
||||
routing:
|
||||
inputToGroup:
|
||||
|
||||
Reference in New Issue
Block a user