Hello again, so I’m trying to deploy mediasoup on a simple nodejs server on AWS Lightsail and when starting the server I received the error below and hoping you can help me narrow this down:
Error: spawn /opt/bitnami/apps/presentrtc/presentRtc_api/node_modules/mediasoup/worker/out/Release/mediasoup-worker ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:248:19)
at onErrorNT (internal/child_process.js:431:16)
at processTicksAndRejections (internal/process/task_queues.js:84:17) {
errno: ‘ENOENT’,
code: ‘ENOENT’,
syscall: 'spawn ’ +
‘/opt/bitnami/apps/presentrtc/presentRtc_api/node_modules/mediasoup/worker/out/Release/mediasoup-worker’,
path: ‘/opt/bitnami/apps/presentrtc/presentRtc_api/node_modules/mediasoup/worker/out/Release/mediasoup-worker’,
spawnargs: [
‘–logLevel=warn’,
‘–logTag=info’,
‘–logTag=ice’,
‘–logTag=dtls’,
‘–logTag=rtp’,
‘–logTag=srtp’,
‘–logTag=rtcp’,
‘–rtcMinPort=10000’,
‘–rtcMaxPort=10100’
]
}