-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
The fix from my previous issue worked and it now allows me to stream the contents of my game, however a new issue pops up with regards to filesize and duration.
Error: write ECONNABORTED
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:952:11)
at Socket._write (node:net:964:8)
at writeOrBuffer (node:internal/streams/writable:447:12)
at _write (node:internal/streams/writable:389:10)
at Writable.write (node:internal/streams/writable:393:10)
at Cipheriv.ondata (node:internal/streams/readable:817:22)
at Cipheriv.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:376:12) {
errno: -4079,
code: 'ECONNABORTED',
syscall: 'write'
}
stderr: [flv @ 000001615bc5f040] Failed to update header with correct duration.
[flv @ 000001615bc5f040] Failed to update header with correct filesize.```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels