snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 440 forks source link

[ERROR] FFmpeg returned an error: Did you mean file:https://... #238

Closed BlasterV2 closed 3 years ago

BlasterV2 commented 3 years ago

Hello beautiful people,

I'm getting this error about FFmpeg, I'm not sure which version of FFmpeg I'm using so I attach "ffmpeg -version" too.

ISSUE

ffmpeg is in /usr/local/bin/ added to PATH.

lukaarma commented 3 years ago

It happens every time you run it? Have you tried a different link?

Mirkesx commented 3 years ago

I don't know if it can help you, but i had this same problem. I first installed ffmpeg manually and whichever video i tried to download it would fail telling me the same error. Then i deleted all the files and i installed with apt install (i have Ubuntu 20.04) and then it worked at fist try.

snobu commented 3 years ago

Your ffmpeg binary is missing HLS support it seems. Remove it and add ffmpeg via apt install like @Mirkesx already suggested.

pivotz1 commented 3 years ago

Hi! I have the same problem, but I've installed ffmpeg simply via apt (first remove it, then apt install), and the above error appears again and again! Then I've used this: sudo mv /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg_old And then reinstall ffmpeg via apt, and it works now!

lukaarma commented 3 years ago

Closing as inactive