Page 1 of 1
FIXED PROPERLY - On Demand playback in iPlayer app (PnP III)
Posted: Fri Jun 14, 2013 8:03 pm
by offbeatdave
The 'On Demand' function of the iPlayer app no longer plays due to the BBC changing the location of their player for this feature of iPlayer. You need to edit the
/media/iPlayer/iPlayer.cgi file and replace the following bit of code near the beginning of line 47/48
Code: Select all
http://www.bbc.co.uk/emp/10player.swf?
with
Code: Select all
http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf?
On Demand functionality should be restored.
Thanks to ilovemyjoggler for posting this fix, as found on the XBMC forum!
I'll update the PnP III download ASAP to incorporate this fix and also add a quick download for those who don't like editing Joggler files on their existing PnP III installation!
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Fri Jun 14, 2013 8:22 pm
by offbeatdave
FIXED DOWNLOAD 19:30 - 18th JUNE
If you don't like editing Joggler files, then here is the quick downloadable update to the iPlayer app to restore 'On Demand' playback. You'll need to Telnet/Putty in and copy and paste the following:
Code: Select all
rm -r /media/iPlayer/*
rm -r /media/iPlayer
cd /media
wget http://dl.dropboxusercontent.com/u/77534245/Updates%20and%20Fixes/iPlayer.tar
tar xvf iPlayer.tar
rm -r iPlayer.tar
chmod a+x iPlayer/iPlayer.cgi
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 10:04 am
by marctwo
This didn't work for me. I installed the latest PnP and it didn't work so I followed this fix too (the second option) and it still doesn't work. iPlayer launches, displays all the available shows, but doesn't every play anything.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 12:11 pm
by ilovemyjoggler
How strange. I've no idea why it's not working for you but I've applied this fix manually to 3 pnp jogglers (PnP III version 3.201) and 1 xbmc joggler. All 4 of them are able to play stuff from iplayer on demand...
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 12:22 pm
by marctwo
I'll try the manual method and let you know if it works.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 12:27 pm
by offbeatdave
Oh dear! Sorry to hear the auto fix isn't working, but the manual editing method should still work. It may be down to me uploading files with the wrong permissions.
I will try it myself later this evening and see if it works, although I'm sure the version I've used to reflash a couple of my Jogglers last weekend was the version available for download.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 1:26 pm
by gegs
marctwo wrote:This didn't work for me. I installed the latest PnP and it didn't work so I followed this fix too (the second option) and it still doesn't work. iPlayer launches, displays all the available shows, but doesn't every play anything.
I applied the fix and it's working for me. I don't want to state the obvious but... if the listings are showing, are you attempting to launch the show by touching the text in the listing or the thumbnail image? It only works if I touch the thumbnail.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 1:30 pm
by marctwo
gegs wrote:marctwo wrote:This didn't work for me. I installed the latest PnP and it didn't work so I followed this fix too (the second option) and it still doesn't work. iPlayer launches, displays all the available shows, but doesn't every play anything.
I applied the fix and it's working for me. I don't want to state the obvious but... if the listings are showing, are you attempting to launch the show by touching the text in the listing or the thumbnail image? It only works if I touch the thumbnail.
Thumbnail. I've been using the app for a long time before it stopped working and I decided it was time to upgrade PnP.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 1:48 pm
by gegs
marctwo wrote:Thumbnail. I've been using the app for a long time before it stopped working and I decided it was time to upgrade PnP.
I thought so. I was just wracking my brain to think of any reason why the fix doesn't work for you when it did the trick for me. Very strange!
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 2:19 pm
by Fishy
I have the same issue - press the tiles but nothing happens.
Think it's a "method 2" issue because I did the lazy update too.
Will try "method 1", manual update, tonight to see if that fixes it.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 4:52 pm
by gegs
offbeatdave has identified the problem in another thread:
offbeatdave wrote:It'll be the iPlayer.cgi file. Will have a look tonight time permitting.
That would explain why updating PnPIII produces a different result than simply editing the existing file (as I did).
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 7:05 pm
by offbeatdave
Yep - definitely the iPlayer.cgi file. Replacing download now...
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 7:30 pm
by offbeatdave
...FIXED!
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 8:13 pm
by marctwo
Mine still doesn't work even after manually updating.
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 8:23 pm
by Fishy
Revised lazy auto-update method has fixed it for me.
Very many thanks Dave!

Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 8:27 pm
by marctwo
Downloading the new cgi file worked, many thanks!
Re: How to fix On Demand playback in iPlayer app (PnP III)
Posted: Tue Jun 18, 2013 8:30 pm
by offbeatdave
Hi marctwo. Sorry for the inconvenience. My own PnP III installation includes a mod to tweak the .cgi file to reduce the max bit rate to 800 instead of PnP III's 1500. This step is not included in the PnP III download (or the first attempt at fixing the problem released here) so I hadn't picked up on the problem. Slapped wrist for me for not testing more thoroughly!
Re: FIXED PROPERLY - On Demand playback in iPlayer app (PnP
Posted: Tue Jun 18, 2013 8:38 pm
by marctwo
Certainly no need to apologise, I am very grateful to you and the many others who have put so much time and effort into making the Joggler brilliant.