Re: Steam radio...

2019-03-18 Thread RS
On 17/03/2019 16:32, Nick wrote: I got all the video files in one go with this lengthy, but one line command: wget -qO- http://www.bbc.co.uk/archive/steamtrains/ | grep 'http://www.bbc.co.uk\1@' | sort | uniq | xargs -L1 get_iplayer.294 Thank you very much for this. As someone new to Linu

Re: Steam radio...

2019-03-18 Thread Jim web
In article <20190317180730.0ebc5...@roadkill.i.lucanops.net>, Nick wrote: > On Sun, 17 Mar 2019 16:58:19 + (GMT) Jim web > wrote: > > > > http://ukhhsoc.torrens.org/upload.html > Now that is how web applications should be. With JS off I get a nice > plain HTML form. The first file looks li

Re: Steam radio...

2019-03-17 Thread MacFH - C E Macfarlane
Please see below ... On 17/03/2019 16:32, Nick wrote: On Sun, 17 Mar 2019 14:08:32 + (GMT) Jim web wrote: I'll experiment a bit more, then abandon this if I get no-where. I can live without the relevant files. I was just curious about the 'radio' ones in particular. Either way: thanks to

Re: Steam radio...

2019-03-17 Thread Nick
On Sun, 17 Mar 2019 16:58:19 + (GMT) Jim web wrote: > In article <20190317163236.7034d...@roadkill.i.lucanops.net>, Nick > wrote: > > > The audio is a total of 67.2MB, if you're still stuck shall I just > > email the files to you? > > Not email, please! 8-] Understandably. A poor optio

Re: Steam radio...

2019-03-17 Thread Jim web
In article , Jeremy Nicoll - ml gip wrote: > On 2019-03-17 14:08, Jim web wrote: > > FWIW I did try looking at the source code for one of the BBC pages > > involved here. But couldn't see any sign of a pattern that I > > recognised as an actual pid. :-/ > For a piece of video created as long ag

Re: Steam radio...

2019-03-17 Thread Jim web
In article <20190317163236.7034d...@roadkill.i.lucanops.net>, Nick wrote: > The audio is a total of 67.2MB, if you're still stuck shall I just email > the files to you? Not email, please! 8-] I'd be grateful if you could let me have the 'sound radio' files via the 'drag and drop' form on this

Re: Steam radio...

2019-03-17 Thread Nick
On Sun, 17 Mar 2019 14:08:32 + (GMT) Jim web wrote: > I'll experiment a bit more, then abandon this if I get no-where. I > can live without the relevant files. I was just curious about the > 'radio' ones in particular. > > Either way: thanks to everyone for the help/ideas. > > Jim > I got

Re: Steam radio...

2019-03-17 Thread MacFH - C E Macfarlane
Please see below ... On 17/03/2019 15:37, RS wrote: wget http://www.bbc.co.uk/mediaselector/4/gtis/?server=cp47317.edgefcs.net&identifier=archive/white/OAT_BBC_7312&kind=akamai&application=ondemand You beat me to it!  However, your error message was caused by failing to put quotes around the

Re: Steam radio...

2019-03-17 Thread RS
On 17/03/2019 14:08, Jim web wrote: FWIW I did try looking at the source code for one of the BBC pages involved here. But couldn't see any sign of a pattern that I recognised as an actual pid. :-/ I cheated and worked back from the PID in the Olivia Chaney example. The relevant string appe

Re: Steam radio...

2019-03-17 Thread Jeremy Nicoll - ml gip
On 2019-03-17 14:08, Jim web wrote: FWIW I did try looking at the source code for one of the BBC pages involved here. But couldn't see any sign of a pattern that I recognised as an actual pid. :-/ For a piece of video created as long ago as 1980, I don't quite understand why you would exp

Re: Steam radio...

2019-03-17 Thread Jim web
In article <33f7505c-e4f8-c368-82a6-3195f34b0...@macfh.co.uk>, MacFH - C E Macfarlane wrote: [snip] > FTR, in case it may be helpful in spotting a pattern, it was ... > perl C:\Programs\GetIPlayer\get_iplayer.pl --pid p06ks6fd > ... that worked. > Undeniably a tedious chore, but successf

Re: Steam radio...

2019-03-17 Thread Jeremy Nicoll - ml gip
On 2019-03-16 12:42, Jim web wrote: I've recently found an 'archive' page at bbc.co.uk/archive/steamtrains/ which also links to old pages on each item it lists. My usual way of fetching items is to hover the mouse over a player window or link, or look at the programme's address to see the pid

Re: Steam radio...

2019-03-17 Thread MacFH - C E Macfarlane
Please see below ... On 17/03/2019 10:10, Jim web wrote: Can someone explain what I'm doing wrong or missing? If not, I'll look at the 'youtube' approach. (Will that work for 'radio' examples, BTW?) I can't necessarily help with this specific problem, but recently I was trying to download a vi

Re: Steam radio...

2019-03-17 Thread RS
On 17/03/2019 10:10, Jim web wrote: In article <20190316150052.5a6da...@roadkill.i.lucanops.net>, wrote: $ get_iplayer.294 http://www.bbc.co.uk/archive/steamtrains/7318.shtml I've tried the above via calling gip followed by the url of the relevant page (i.e. just changing the number b

Re: Steam radio...

2019-03-17 Thread Jim web
In article <20190316150052.5a6da...@roadkill.i.lucanops.net>, wrote: > $ get_iplayer.294 http://www.bbc.co.uk/archive/steamtrains/7318.shtml I've tried the above via calling gip followed by the url of the relevant page (i.e. just changing the number before the ".shtml" to suit). On two diffe

Re: Steam radio...

2019-03-17 Thread Jim web
In article <20f5b421-e006-d0dd-78f9-7c8f66c06...@zoho.com>, RS wrote: > On 16/03/2019 16:51, Jim web wrote: > > > > I do have some ancient versions of gip on one machine here. So I'll > > experiment. Question of "how old", etc, I guess. From the above I get > > the impression you used 2.94. > >

Re: Steam radio...

2019-03-17 Thread Jim web
In article <5c8d479f.30849.24093...@peter.kirk.isauk.biz>, Peter S Kirk wrote: > On 16 Mar 2019 at 12:42, Jim web Jim web wrote: > > (Prompted by some Tv programmes on 'Hornby' :-) ) > James May? > Hornby scrapping all the old dies had me ranting, they should have > sold/auctioned/ebayed them

Re: Steam radio...

2019-03-16 Thread RS
On 16/03/2019 16:51, Jim web wrote: I do have some ancient versions of gip on one machine here. So I'll experiment. Question of "how old", etc, I guess. From the above I get the impression you used 2.94. The last version of get_iplayer to support Flash was v2.99. That does not mean all earli

Re: Steam radio...

2019-03-16 Thread Peter S Kirk
On 16 Mar 2019 at 12:42, Jim web Jim web wrote: > (Prompted by some Tv programmes on 'Hornby' :-) ) James May? Hornby scrapping all the old dies had me ranting, they should have sold/auctioned/ebayed them. Lesson for woman in shop: don't make up excuses for Hornby's delays, tell the truth w

Re: Steam radio...

2019-03-16 Thread Jim web
In article <20190316150052.5a6da...@roadkill.i.lucanops.net>, wrote: > I'm not an expert, but what you said made me try something: > $ get_iplayer.294 http://www.bbc.co.uk/archive/steamtrains/7318.shtml > ... INFO: Trying pid: > http://www.bbc.co.uk/archive/steamtrains/7318.shtml using type:

Re: Steam radio...

2019-03-16 Thread John Warburton
On Sat, Mar 16, 2019 at 1:45 PM michael norman wrote: > > On 16/03/2019 12:42, Jim web wrote: > > I've recently found an 'archive' page at > > > > bbc.co.uk/archive/steamtrains/ rtmpdump -r "rtmp://cp47317.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEdLdabycQd_c4aDbbbKbEaubBc9dTdcdN-bCJrmp-bWG

Re: Steam radio...

2019-03-16 Thread get_iplayer
On Sat, 16 Mar 2019 13:44:47 + michael norman wrote: > Can't help much but I do recall a while ago that it worked here with > some Blues music tv programmes, for reasons I can't remember I used > the url directly.  As I said a while ago with an older version of > gip, but the bbc site lo

Re: Steam radio...

2019-03-16 Thread michael norman
On 16/03/2019 12:42, Jim web wrote: I've recently found an 'archive' page at bbc.co.uk/archive/steamtrains/ which also links to old pages on each item it lists. My usual way of fetching items is to hover the mouse over a player window or link, or look at the programme's address to see the pid.