phoboslab / jsmpeg

MPEG1 Video Decoder in JavaScript
MIT License
6.3k stars 1.43k forks source link

ffmpeg: Writing encrypted data to socket failed #406

Open MRoutchkan opened 1 year ago

MRoutchkan commented 1 year ago

we are facing the issue using ffmpeg after 5 mintes streaming

[tls @ 00000190944d0300] Writing encrypted data to socket failed av_interleaved_write_frame(): I/O error Error writing trailer of https://######/receive/test: I/O error [tls @ 00000190944d0300] Writing encrypted data to socket failed [tls @ 00000190944d0300] Unable to read from socket [https @ 00000190944d0240] URL read error: Error number -10054 occurred [tls @ 00000190944d0300] Failed to send close message Conversion failed! Does somebody has any idea how to fix it?

phoboslab commented 1 year ago

Looks like some kind of timeout, forcing the connection to close. What server software (the one accepting the https traffic from ffmpeg) are you using?