Replies: 3 comments 1 reply
-
Debug logs:
|
Beta Was this translation helpful? Give feedback.
-
have the same issue now, have not yet found a solution.. this happened after I upgraded my system to the newest DSM (Synology).. Any tips would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Old issue but after spending two weeks trying to figure out why my video generation function on AWS Lambda wasn't working (ffmpeg was returning -11 everytime). I found out that there are some copyright issues with avc1 and certain ffmpeg installations won't have it. Using mp4v instead worked for me. |
Beta Was this translation helpful? Give feedback.
-
Howdi folk,
I'm seeing the following error, but a quick google isn't really showing me what error code -11 is.
2022-09-05T09:04:12.266259+00:00 app[worker.1]: [2022-09-05 09:04:12] [INFO ] discord.player: ffmpeg process 52 successfully terminated with return code of -11.
Anyone know what this error code is?
The error is triggered by the following:
voice.play(discord.PCMVolumeTransformer(discord.FFmpegPCMAudio(url, **ffmpeg_options))
Beta Was this translation helpful? Give feedback.
All reactions