Having issues getting this to work on Linux Mint 64bit on a PC (NOT MAC).
Error: Cannot Load M3U8: 404 not found
Python: 2.7.3
Plex Media Server: 0.9.8.10
I'm setting up Alpha 0.3.
Using an HDHR 3
I had an error installing vlc python modules: (sudo easy_install vlc)
Searching for vlc
Best match: vlc 0.0.1
Processing vlc-0.0.1-py2.7.egg
vlc 0.0.1 is already the active version in easy-install.pth
Using /usr/local/lib/python2.7/dist-packages/vlc-0.0.1-py2.7.egg
Processing dependencies for vlc
Searching for appscript
Best match: appscript 1.0.1
Processing appscript-1.0.1.tar.gz
Writing /tmp/easy_install-CaLL1i/appscript-1.0.1/setup.cfg
Running appscript-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-CaLL1i/appscript-1.0.1/egg-dist-tmp-m09y_a
In file included from appscript_2x/ext/ae.c:12:0:
appscript_2x/ext/aetoolbox.h:17:27: fatal error: Carbon/Carbon.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1
NOTE: Googling reveals Carbon appears to have something to do with MAC/Apple products?!? This isn't a MAC/Apple device/PC/Server...
I had *NO* other errors at any point.
The HDSurferWave is running:
python hdsurferwave.py start
Enter the following info into the Plex HD Surfer v0.5 plug-in preferences:
---------------------------------------
Stream Server IP: 10.0.0.100
Stream Server Port: 23013
Communication Port: 8000
HDHomeRun ID: 10321B9D [FOUND: 10.0.0.202]
HDHomeRun Tuner: 1
---------------------------------------
HDSurferWave ALPHA-0.3 is now up and running!
Automatic channel scan worked great!
However when I try to view a channel, I get the "Cannot Load M3U8: 404 not found" error.
HDSurferWave still says it is up and running, with no output. Not sure what's going on. Can anyone assist?
Error(s):
Tried playing video through Roku Plex front end - Says it can't load the stream.
Tried playing video through Plex/Web - Error: Cannot Load M3U8: 404 not found
Troubleshooting:
Tried setting tuner to 0 - Same issues.
Tried setting tuner to 1 - Same issues.
Tried setting server ips to 127.0.0.1 instead of eth0 IP - Same issues.
Tried changing all the ports to something else (xmlrpcport = 60110, tuner0port = 60111, stream0port = 60112) - Same issues.
Resolved:
So, I read the instructions so many times (Readme) that I thought I had everything covered. Then I reread it again and _really_ paid attention to every detail. Apparently I missed this detail:
NOT WINDOWS:
1. You must have VLC installed on the server running HDSurferWave
2. You must have the hdhomerun_config binary (or link [ln -s]) in the same location as the script OR callable in your path
NOTE: #2 will go away from the requirements at some point but further development is needed.
See the bold/underlined.
Lesson Learned: hdsurferwave.py will _not_ give you any errors/warnings that it doesn't have the hdhomerun_config in the local directory. It silently fails.
Solution was to:
sudo apt-get install hdhomerun_config
Then go into the directory with hdsurferwave.py and type:
sudo ln -s /usr/bin/hdhomerun_config
Solved.
Now to attempt to fix the awful quality issues!
And the fact that it won't play on the Roku Plex front end application.