user-1473
09-02-2017, 02:44 PM
I am having problems getting iPlayer to work in XUbuntu 14.04.5 LTS. It runs from a terminal command but I cannot access the WebPVR from http://localhost:1935 or http://127.0.0.1:1935/.
I am a real Nubie to Linux and did not know how to download and install all the dependencies for Ubuntu but have tried to help myself with the installation and followed the detailed directions Here
as follows:-
1 wget ftp://ftp.infradead.org/pub/get_iplayer/....78.tar.gz
2 tar -xvf get_iplayer-2.78.tar.gz
3 sudo rm /usr/bin/get_iplayer
4 sudo mv get_iplayer-2.78/get_iplayer /usr/bin
5 cd get_iplayer-2.78
6 ./get_iplayer.cgi --port=1935 --getiplayer=/usr/bin/get_iplayer
By going to http://localhost:1935 I was able to view Web PVR manager so it had installed. However it said there was an update to get_iplayer and tried to download and install it via the Web PVR Manager but failed at overwriting the existing application with .old at the end.
I did another search and found instructions to run update get_iplayer from terminal. Again it failed to overwrite the existing application. I therefore used sudo update get_iplayer and it appears to have updated correctly. Certainly it will run from terminal.
However when I browse to http://localhost:1935 or http://127.0.0.1:1935/. I get a error message localhost refused to connect.
Having done a bit more searching this appears to be because nothing is listening on that port. I therefore tried to run perl get_iplayer.cgi --port=1935 --getiplayer=/usr/bin/get_iplayer
but I get another error in terminal
Can't open perl script "get_iplayer.cgi": No such file or directory
What am I doing wrong?
If it has any bearing I get Enter password for keyring 'default' to unlock", every time I open Chromium even though I have tried the blank password trick.
Fozzie Bear
I am a real Nubie to Linux and did not know how to download and install all the dependencies for Ubuntu but have tried to help myself with the installation and followed the detailed directions Here
as follows:-
1 wget ftp://ftp.infradead.org/pub/get_iplayer/....78.tar.gz
2 tar -xvf get_iplayer-2.78.tar.gz
3 sudo rm /usr/bin/get_iplayer
4 sudo mv get_iplayer-2.78/get_iplayer /usr/bin
5 cd get_iplayer-2.78
6 ./get_iplayer.cgi --port=1935 --getiplayer=/usr/bin/get_iplayer
By going to http://localhost:1935 I was able to view Web PVR manager so it had installed. However it said there was an update to get_iplayer and tried to download and install it via the Web PVR Manager but failed at overwriting the existing application with .old at the end.
I did another search and found instructions to run update get_iplayer from terminal. Again it failed to overwrite the existing application. I therefore used sudo update get_iplayer and it appears to have updated correctly. Certainly it will run from terminal.
However when I browse to http://localhost:1935 or http://127.0.0.1:1935/. I get a error message localhost refused to connect.
Having done a bit more searching this appears to be because nothing is listening on that port. I therefore tried to run perl get_iplayer.cgi --port=1935 --getiplayer=/usr/bin/get_iplayer
but I get another error in terminal
Can't open perl script "get_iplayer.cgi": No such file or directory
What am I doing wrong?
If it has any bearing I get Enter password for keyring 'default' to unlock", every time I open Chromium even though I have tried the blank password trick.
Fozzie Bear