From 0b42d14e3772b5eba661fa4d03260a6d24458b59 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 1 Aug 2021 00:58:34 +0000 Subject: [PATCH] Add more details to error -10054 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bc8a3..70c7156 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This was tested on a Vultr 1 vCPU / 2GB RAM server running Fedora 33 x64. ##### The media player disconnects mid stream or struggles to start the stream, and you don't think it's a bandwidth issue. - Try increasing the Icecast `queue-size` and `burst-size`, or reducing the `Video Bitrate` within OBS streaming to Icecast. -##### As soon as you click `Start Recording` in OBS, it errors out with `Error number -10054 occurred`. +##### As soon as you click `Start Recording` in OBS, it errors out with `Error number -10054 occurred; ffmpeg_data_init failed`. - In testing, this occured when trying to connect to Icecast over SSL/TLS, but only on Windows 10 and not under Linux (Fedora 34). OBS 27.0.1 was used on both systems. This might be due to potential differences between FFmpeg versions that end up being used by OBS across these two tested OS setups, this is just a guess though. -- GitLab