Page 2 of 2

Re: Fixing BBC iPlayer LMS Plugin

Posted: Fri Feb 27, 2015 10:18 pm
by themystical
gegs wrote:
themystical wrote:Is there any alternative script that I can try? I have the opml file on my C drive on my windows machine if that helps.
You can copy the file to your Joggler using WinSCP. That's how I did it before roobarb posted his method.
Thanks for the tip. It has taken me a couple of days to get up to speed with WinSCP and have copied the opml file into the correct directory after removing the old one. Unfortunately still no joy with the listen live programmes. I now suspect this is due to the version of FFmpeg available in the repository - apparently one needs a newish version for this to work according to the Squeezebox Community forums.
Unless I can find a newer version of FFmpeg, it looks like I will have to update to the latest version of SQPos.
Any tips as to how I might be able to get a later version of FFmpeg installed?

Re: Fixing BBC iPlayer LMS Plugin

Posted: Fri Feb 27, 2015 10:30 pm
by gegs
Have you checked that the HLS audio plugin is installed AND enabled?

TBH I think a fresh SqpOS install is a good idea. I'm going to set up the new iPlayer streams on my brother-in-law's Joggler and that's the way I'm going to tackle it. I think it will save time in the long run.

Re: Fixing BBC iPlayer LMS Plugin

Posted: Sat Feb 28, 2015 2:35 pm
by Man in a van
themystical wrote:
gegs wrote:
themystical wrote:Is there any alternative script that I can try? I have the opml file on my C drive on my windows machine if that helps.
You can copy the file to your Joggler using WinSCP. That's how I did it before roobarb posted his method.
Thanks for the tip. It has taken me a couple of days to get up to speed with WinSCP and have copied the opml file into the correct directory after removing the old one. Unfortunately still no joy with the listen live programmes. I now suspect this is due to the version of FFmpeg available in the repository - apparently one needs a newish version for this to work according to the Squeezebox Community forums.
Unless I can find a newer version of FFmpeg, it looks like I will have to update to the latest version of SQPos.
Any tips as to how I might be able to get a later version of FFmpeg installed?
Try this from castalla, it worked for me on the latestes SQPOS

Code: Select all

sudo apt-get update && sudo apt-get install python-software-properties

sudo apt-get install software-properties-common

sudo apt-get update

sudo apt-add-repository ppa:samrog131/ppa

sudo apt-get update

sudo apt-get install ffmpeg-real

sudo ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg


atb

ronnie.

Re: Fixing BBC iPlayer LMS Plugin

Posted: Sun Mar 01, 2015 5:00 pm
by themystical
Man in a van wrote:
Try this from castalla, it worked for me on the latestes SQPOS

Code: Select all

sudo apt-get update && sudo apt-get install python-software-properties

sudo apt-get install software-properties-common

sudo apt-get update

sudo apt-add-repository ppa:samrog131/ppa

sudo apt-get update

sudo apt-get install ffmpeg-real

sudo ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg


atb

ronnie.
Thanks Ronnie
Unfortunately didn't work on the older version of SQPOS
"Couldn't find package software-properties-common"

Re: Fixing BBC iPlayer LMS Plugin

Posted: Wed Mar 18, 2015 12:55 am
by Man in a van
I have just done a fresh SqueezePlay OS/LMS install on an external usb stick.

No need to add ffmpeg.

Just add these two urls to the third party repositories ( LMS web gui Settings>Plugins>scroll down to the page bottom) to get the updates and proceed as usual.

Live and play it again work, although a little claggy (one sometimes has to click the start> a few times ;)


http://triodeplugins.googlecode.com/svn ... strepo.xml


http://bpaplugins.googlecode.com/svn/tr ... -short.xml

atb

Ronnie.

Re: Fixing BBC iPlayer LMS Plugin

Posted: Wed Mar 18, 2015 11:08 am
by castalla
The bpaplugin is not necessary if you install the triode update.

Re: Fixing BBC iPlayer LMS Plugin

Posted: Wed Mar 18, 2015 7:49 pm
by Man in a van
castalla wrote:The bpaplugin is not necessary if you install the triode update.

it gets the BBC iPlayer Extra update quicker ;)


ronnie

Re: Fixing BBC iPlayer LMS Plugin

Posted: Sun Apr 05, 2015 12:20 am
by offbeatdave
This method works on LMS on the stock/PnP3 OS so I built it into PnP3 v3.50
Man in a van wrote:
Just add these two urls to the third party repositories ( LMS web gui Settings>Plugins>scroll down to the page bottom) to get the updates and proceed as usual.

Live and play it again work...


http://triodeplugins.googlecode.com/svn ... strepo.xml


http://bpaplugins.googlecode.com/svn/tr ... -short.xml

atb

Ronnie.

Re: Fixing BBC iPlayer LMS Plugin

Posted: Mon May 25, 2015 7:05 pm
by macanucaire
Hi
I run LMS on a WD My Cloud NAS and am having a problem with the BBC iPlayer plugin. I found you post and started trying your solution but at the first step I get

/$ sudo apt-get update
Ign http://ftp.us.debian.org wheezy InRelease
Get:1 http://ftp.us.debian.org wheezy Release.gpg [2390 B]
Get:2 http://ftp.us.debian.org wheezy Release [168 kB]
Hit http://ftp.us.debian.org wheezy/main armhf Packages
Hit http://ftp.us.debian.org wheezy/main Translation-en
Fetched 171 kB in 1s (88.6 kB/s)
W: There is no public key available for the following key IDs:
7638D0442B90D010
Reading package lists...

It has stayed at that for several hours. Can you help?
uname -a gives
Linux WDMyCloud 3.2.26 #1 SMP Fri Dec 27 13:50:41 PST 2013 armv7l GNU/Linux

Re: Fixing BBC iPlayer LMS Plugin

Posted: Wed May 27, 2015 2:41 pm
by Man in a van
macanucaire wrote:Hi
I run LMS on a WD My Cloud NAS and am having a problem with the BBC iPlayer plugin.
as this is a Joggler specific forum maybe this will be of some help

http://lmgtfy.com/?q=running+LMS+on+WD+My+Cloud+NAS

Re: Fixing BBC iPlayer LMS Plugin

Posted: Thu Jul 02, 2015 1:02 pm
by vinnielo
roobarb! wrote:
Log in with your console app of choice, then:

1. Install avconv (this handles format conversion, so the receiver always gets something it can play):

Code: Select all

sudo apt-get update
sudo apt-get install libav-tools lame
sudo ln -s /usr/bin/avconv /usr/local/bin/ffmpeg
I've fallen at the first hurdle.

Code: Select all

joggler@openframe:~$ sudo apt-get update
Err http://ubuntu.datahop.net trusty InRelease

Err http://ubuntu.datahop.net trusty-updates InRelease

Err http://ubuntu.datahop.net trusty-backports InRelease

Err http://ubuntu.datahop.net trusty-security InRelease

Err http://ubuntu.datahop.net trusty Release.gpg
  Cannot initiate the connection to ubuntu.datahop.net:80 
(2a01:450:10:1::10). - connect (101: Network is unreachable) [IP: 
2a01:450:10:1::10 80]
Err http://ubuntu.datahop.net trusty-updates Release.gpg
  Cannot initiate the connection to ubuntu.datahop.net:80 
(2a01:450:10:1::10). - connect (101: Network is unreachable) [IP: 
2a01:450:10:1::10 80]
Err http://ubuntu.datahop.net trusty-backports Release.gpg
  Cannot initiate the connection to ubuntu.datahop.net:80 
(2a01:450:10:1::10). - connect (101: Network is unreachable) [IP: 
2a01:450:10:1::10 80]
Err http://ubuntu.datahop.net trusty-security Release.gpg
  Cannot initiate the connection to ubuntu.datahop.net:80 
(2a01:450:10:1::10). - connect (101: Network is unreachable) [IP: 
2a01:450:10:1::10 80]
Reading package lists... Done
W: Failed to fetch http://ubuntu.datahop.net/ubuntu/dists/trusty/InRelease

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-updates/InRelease

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-backports/InRelease

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-security/InRelease

W: Failed to fetch http://ubuntu.datahop.net/ubuntu/dists/trusty/Release.gpg 
Cannot initiate the connection to ubuntu.datahop.net:80 
(2a01:450:10:1::10). - connect (101: Network is unreachable) [IP: 
2a01:450:10:1::10 80]

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-updates/Release.gpg  Cannot 
initiate the connection to ubuntu.datahop.net:80 (2a01:450:10:1::10). - 
connect (101: Network is unreachable) [IP: 2a01:450:10:1::10 80]

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-backports/Release.gpg  Cannot 
initiate the connection to ubuntu.datahop.net:80 (2a01:450:10:1::10). - 
connect (101: Network is unreachable) [IP: 2a01:450:10:1::10 80]

W: Failed to fetch 
http://ubuntu.datahop.net/ubuntu/dists/trusty-security/Release.gpg  Cannot 
initiate the connection to ubuntu.datahop.net:80 (2a01:450:10:1::10). - 
connect (101: Network is unreachable) [IP: 2a01:450:10:1::10 80]

W: Some index files failed to download. They have been ignored, or old ones 
used instead.


Re: Fixing BBC iPlayer LMS Plugin

Posted: Tue Nov 17, 2015 2:46 pm
by jim_lewis1
Hi. I followed the instructions in the first post, but the bpa repository listed there gives an error. I then added triodes repository and the modified BPA one. Triodes worked OK, but the BPA one again failed.
On the joggler I see the BBC iPlayer all. Listen live on there takes me to the recording saying the stream no longer works.
I also see a BBC all. This gives a long list of 128k mp3 options for about 30 BBC stations.
Neither of these two apps give access to the high quality streams.
What do I need to do to resolve this?
Thanks

Re: Fixing BBC iPlayer LMS Plugin

Posted: Wed Nov 18, 2015 3:55 pm
by Man in a van
Jim, where are you running LMS?

I have LMS installed and configured on an Odroid U3 (Max2Play as OS).

I have a Joggler with the Internal SqueeezePlay OS installed ans controling a SBRadio and Boom.

No problems with either.

Ye need to take ye-self hither and perform ye the alchemy:

http://forums.slimdevices.com/showthrea ... -fix-guide

Also update ye parser and opml

ronnie