themacks / ply

An HLS server for the HDHomeRun Plus
20 stars 6 forks source link

OSError: hdhomerun_config not found! #3

Closed daryl249 closed 9 years ago

daryl249 commented 10 years ago

For some reason hdhomerun_config is not being found on CentOS 6 when running ply.py. The output is as follows:

OSError: hdhomerun_config not found!

The binary exists and is in the system path:

/usr/local/bin/hdhomerun_config

Update:

Same issue with detecting ffmpeg.

Bypassing both of these checks results in things not working, so I'm assuming Python isn't looking at the system path for binaries. (sorry, I don't know Python at all).

Thanks for the help.