themacks / ply

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

ply will not start #13

Open magno101 opened 7 years ago

magno101 commented 7 years ago

Hello,

After installing all of the prerequisites (hdhomerun_config, web.py, and ffmpeg) I attempt to run ply by typing:

python3 ply.py 6950

But I receive the following error:

Traceback (most recent call last):
  File "ply.py", line2, in <module>
    import hdhomerun as hdhr
  File "/pathtofolder/ply/hdhomerun/___init___.py", line 8, in <module>
    import cfg, chan, stream
ImportError: No module named 'cfg'

I know I must be doing something wrong here initially but am unsure as to what that may be. Any help would be greatly appreciated.

Thanks!

themacks commented 7 years ago

I'm not using Python 3, but it should work with Python 2.7. I'm not running ply any more as I started using HDGrandSlam with my Plex server.

magno101 commented 7 years ago

Thanks for the info! I'll give HDGrandSlam a try.