View Single Post
Posts: 559 | Thanked: 166 times | Joined on Jan 2010 @ Cyprus
#27
Originally Posted by Marshall Banana View Post
Try to enclose the url with single quotes or double quotes, otherwise the shell tries to interpret the url as a command and this may be the source of your problem.
This is driving me nuts!

I`ve tried it with the quotes, now it says:

ImportError: No module named HLS
/home/user # hls-player
/bin/sh: hls-player: not found

Do I have to put any files in /bin/sh ???
I have the required .py files in /home/user

Thanks