ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

m3u8 download detected but ffmpeg or avconv could not be found on Mac OS X #20

Closed sy6sy2 closed 4 years ago

sy6sy2 commented 7 years ago

Hi!

I'm on Mac OS

I try to integrate youtube-dl in my addon to download video but I'm stuck with this error message "m3u8 download detected but ffmpeg or avconv could not be found". However I installed ffmpeg on my system with the Brew packages manager and ffmpeg is in my PATH on my user terminal.

To test I directly installed youtube-dl on the Mac with Brew and I'm able to download the video that I want to download in Kodi.

Maybe the youtube-dl Kodi addon can't find my ffmpeg ?

Thanks!