dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
180 stars 33 forks source link

ffmpeg on centos #36

Open Ajauish opened 11 months ago

Ajauish commented 11 months ago

Hello,

I've installed ffmpeg on centos and ran the same project that worked successfully on my windows machine, but I received cannot play video ffmpeg exited with code 8:, nothing else.

And I don't know why yet, I made sure that ffmpeg is installed with the necessary libraries.

dank074 commented 11 months ago

Make sure that hardware acceleration is off just in case your new environment doesn't support it.

You can also verify that you have the necessary libraries to encode to h264 by running this command:

ffmpeg -i <file dir or url> -f h264 /dev/null