Re: Recording from http://www.bbc.co.uk/music/festivals/glastonbury/archive/

2013-06-13 Thread Chris Dunne
Thanks a lot for the help but am I making a rookie error here? It is
finding the video but fails to record it (I've tried it without all
the commands other than the --pid one)

Chris

C:\Program Files (x86)\get_iplayer>get_iplayer -i --pid=p00trtg3 --modes=flashvh
igh --partial-proxy --force -w --file-prefix="Radiohead at Glastonbury 1997"
get_iplayer v2.80, Copyright (C) 2008-2010 Phil Lewis
  This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty.
  This is free software, and you are welcome to redistribute it under certain
  conditions; use --conditions for details.

INFO: Episode-only pid detected
INFO: Trying pid: p00trtg3 using type: tv
INFO Trying to stream pid using type tv
INFO: pid not found in tv cache
INFO: Checking existence of default version
INFO: flashvhigh1,flashvhigh2 modes will be tried for version default
INFO: Trying flashvhigh1 mode to record tv: Glastonbury - Radiohead at Glastonbu
ry 1997: Glastonbury - Radiohead at Glastonbury 1997
INFO: File name prefix = Radiohead at Glastonbury 1997
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Users\chris\Documents\get iplayer\Radiohead at
 Glastonbury 1997.partial.mp4.flv via RTMP
INFO: skipping flashvhigh1 mode
INFO: Trying flashvhigh2 mode to record tv: Glastonbury - Radiohead at Glastonbu
ry 1997: Glastonbury - Radiohead at Glastonbury 1997
INFO: File name prefix = Radiohead at Glastonbury 1997
RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Users\chris\Documents\get iplayer\Radiohead at
 Glastonbury 1997.partial.mp4.flv via RTMP
INFO: skipping flashvhigh2 mode
ERROR: Failed to record 'Glastonbury - Radiohead at Glastonbury 1997: Glastonbur
y - Radiohead at Glastonbury 1997 (p00trtg3)'


On 13 June 2013 00:45, Vangelis forthnet  wrote:
> On Wed Jun 12 13:20:52 BST 2013, dinkypumpkin wrote:
>
>> As you tell from the URL, this clip:
>>
>> http://www.bbc.co.uk/music/artists/a74b1b7f-71a5-4011-9441-d0b5e4122711
>>
>> is not on iPlayer, and get_iplayer doesn't know how to process that
>> page.  I'm not sure it ever could since the necessary playlist
>> information is generated dynamically in the browser.
>
>
> When I use Firefox 21.0 and navigate to said URL, I do not press
> the play button on the embedded video player, instead I focus on the
> "carousel" right under it; the video shown in the player (Glastonbury
> - Radiohead at Glastonbury 1997) is the first on the left.
> Press the thumbnail of that video in the carousel and take a closer look
> at your browser's URL bar; it has now turned to:
>
> http://www.bbc.co.uk/music/artists/a74b1b7f-71a5-4011-9441-d0b5e4122711#p00trtg3
>
> There it is: p00trtg3 is the video's PID!
>
> (This video is UK-only, my physical location is blocked, so if I press play
> on the player, I
> get a "media selection request failed" error; right click on the player,
> "copy error message" and I
> get:
>
> EMP v.3.1.0.r749603_749269_749444_6
> Playlist URL : http://www.bbc.co.uk/iplayer/playlist/p00trtg3/
> Error code : MediationError [0] : media selection request failed
> null
>
> this is another method to acquire the video PID).
>
> Video can then be downloaded (from a UK IP) using the pid method in
> get_iplayer
> (proxy details hidden, or else it will die a sudden death!):
>
> get_iplayer -p "http://host:3128"; -i --pid=p00trtg3 --modes=flashvhigh
> --partial-proxy --force -w --file-prefix="Radiohead at Glastonbury 1997"
>
> INFO: Using Proxy http://host:3128
> INFO: Trying pid: p00trtg3 using type: tv
>
> INFO Trying to stream pid using type tv
> INFO: pid not found in tv cache
> INFO: Checking existence of default version
> INFO: flashvhigh1,flashvhigh2 modes will be tried for version default
> INFO: Trying flashvhigh1 mode to record tv: Glastonbury - Radiohead at
> Glastonbu
> ry 1997: Glastonbury - Radiohead at Glastonbury 1997
> INFO: File name prefix = Radiohead at Glastonbury 1997
> RTMPDump v2.4-81-g2872601
> (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
> Connecting ...
> INFO: Connected...
> ERROR: rtmp server sent error
> ERROR: rtmp server requested close
> INFO: Command exit code 1 (raw code = 256)
> WARNING: Failed to stream file D:\Vangelis\iPlayer Recordings\Radiohead at
> Glast
> onbury 1997.partial.mp4.flv via RTMP
> INFO: skipping flashvhigh1 mode
> (this is because the flashvhigh1 CDN is geo-blocked from my location...)
> INFO: Trying flashvhigh2 mode to record tv: Glastonbury - Radiohead at
> Glastonbu
> ry 1997: Glastonbury - Radiohead at G

Re: Recording from http://www.bbc.co.uk/music/festivals/glastonbury/archive/

2013-06-13 Thread Jon Davies
On 13 June 2013 09:45, Chris Dunne  wrote:
> Thanks a lot for the help but am I making a rookie error here? It is
> finding the video but fails to record it (I've tried it without all
> the commands other than the --pid one)

> get_iplayer v2.80, Copyright (C) 2008-2010 Phil Lewis

update get_iplayer - your version is out of date
  the installation instructions here may help:
  https://github.com/dinkypumpkin/get_iplayer/wiki/installation

and then follow the instructions here:
  https://github.com/dinkypumpkin/get_iplayer/wiki/swfurl

cheers
Jon

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Recording from http://www.bbc.co.uk/music/festivals/glastonbury/archive/

2013-06-13 Thread Chris Dunne
Thanks a lot, it's working now. Part of the recent issue was me not RTFM.

Chris

On 13 June 2013 11:01, Jon Davies  wrote:
> On 13 June 2013 09:45, Chris Dunne  wrote:
>> Thanks a lot for the help but am I making a rookie error here? It is
>> finding the video but fails to record it (I've tried it without all
>> the commands other than the --pid one)
>
>> get_iplayer v2.80, Copyright (C) 2008-2010 Phil Lewis
>
> update get_iplayer - your version is out of date
>   the installation instructions here may help:
>   https://github.com/dinkypumpkin/get_iplayer/wiki/installation
>
> and then follow the instructions here:
>   https://github.com/dinkypumpkin/get_iplayer/wiki/swfurl
>
> cheers
> Jon
>
> ___
> get_iplayer mailing list
> get_iplayer@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


radio recording : any news ?

2013-06-13 Thread post
hi get_iplayer reverse engineerers :)

i'm new to get_iplayer and keep using it for recording the "on the wire"
radio show.
or kept, as it only worked for the first time last week when i stated using
it.

now, due to the change, also radio streaming/recording seems to be broken.

updating the rtmp-tv-opts didn't work for the radio recording,
which i initiated somehow like this:

"get-iplayer --nopurge --type radio --get 11948 --modes flashaudio"

any ideas?

sincerely,
*jon

-- 
jon richter

__almereyda.de
semantic network design

__@almereyda
__post (affenschaukel) almereyda.de

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Can't use get_iplayer

2013-06-13 Thread Chris J Brady
FOURTH ATTEMPT ...

I tried to post this to the list - it was blocked due to a suspicious header or 
something. It was automatically forwarded to the moderator. The moderator 
ignored it.

I posted a request for the moderator to release it. The moderator ignored it.

So I'll try again.

Please can someone suggest a way of downloading this. 

http://www.bbc.co.uk/programmes/b01m2n8t

I've tried get_iplayer which wont do it using the URL. And its not on iPlayer. 
And RadioDownloader wont get it either.

I don't really want to stream it and capture it live with Audacity & Stereo Mix.

Many thanks - Chris B.


___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Can't use get_iplayer

2013-06-13 Thread ross

> Please can someone suggest a way of downloading this. 
> 
> http://www.bbc.co.uk/programmes/b01m2n8t

--modes=best --type=radio --pid=b01m2n8t

-- 


___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Can't use get_iplayer

2013-06-13 Thread Jon Davies
On 13 June 2013 18:13, Chris J Brady  wrote:
> [rant deleted]
> Please can someone suggest a way of downloading this.
>
> http://www.bbc.co.uk/programmes/b01m2n8t
>
> I've tried get_iplayer which wont do it using the URL.

get_iplayer can't download things from /programmes/ urls.

> And its not on iPlayer.
yes it is.  The url you posted is for "The Captain's Apprentice"
episode of "Twenty Minutes" on radio 3 - it says it was last broadcast
last Friday at 20:20.  The simple expedient of looking on iplayer for
radio 3 last Friday at 8.20pm finds ... Twenty Minutes - The Captain's
Apprentice.

So, you can download it using something like this (these are not the
only ways...):

get_iplayer --type radio "Twenty Minutes" -g (if you want all the
episodes of Twenty Minutes)

or

get_iplayer --type radio --pid b01m2n8t   (if you want this specific episode)


Regards
Jon

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: radio recording : any news ?

2013-06-13 Thread Jon Davies
On 13 June 2013 16:25,   wrote:
> now, due to the change, also radio streaming/recording seems to be broken.
>
> updating the rtmp-tv-opts didn't work for the radio recording,
>
> any ideas?

see this

https://github.com/dinkypumpkin/get_iplayer/wiki/swfurl

and do the same as you've already done but with  --rtmp-radio-opts

Jon

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Can't use get_iplayer

2013-06-13 Thread Chris J Brady
Yes - it is now on iPlayer - but it wasn't when I first looked.

Thanks for your help - I now have it.

CJB

--- On Thu, 13/6/13, Jon Davies  wrote:

> From: Jon Davies 
> Subject: Re: Can't use get_iplayer
> To: "Chris J Brady" 
> Cc: "get_iplayer" 
> Date: Thursday, 13 June, 2013, 18:38
> On 13 June 2013 18:13, Chris J Brady
> 
> wrote:
> > [rant deleted]
> > Please can someone suggest a way of downloading this.
> >
> > http://www.bbc.co.uk/programmes/b01m2n8t
> >
> > I've tried get_iplayer which wont do it using the URL.
> 
> get_iplayer can't download things from /programmes/ urls.
> 
> > And its not on iPlayer.
> yes it is.  The url you posted is for "The Captain's
> Apprentice"
> episode of "Twenty Minutes" on radio 3 - it says it was last
> broadcast
> last Friday at 20:20.  The simple expedient of looking
> on iplayer for
> radio 3 last Friday at 8.20pm finds ... Twenty Minutes - The
> Captain's
> Apprentice.
> 
> So, you can download it using something like this (these are
> not the
> only ways...):
> 
> get_iplayer --type radio "Twenty Minutes" -g 
>    (if you want all the
> episodes of Twenty Minutes)
> 
> or
> 
> get_iplayer --type radio --pid b01m2n8t   (if
> you want this specific episode)
> 
> 
> Regards
> Jon
> 

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Problems Downloading

2013-06-13 Thread Charles Knudsen

Hello hope someone can help.

At the moment I'm unable to download anything.  It was working fine but now 
I get the following


C:\Program Files\get_iplayer>get_iplayer --get 343
get_iplayer v2.82, Copyright (C) 2008-2010 Phil Lewis
 This program comes with ABSOLUTELY NO WARRANTY; for details 
use --warranty.
 This is free software, and you are welcome to redistribute it under 
certain

 conditions; use --conditions for details.

Matches:
343:Gardeners' World - 2013: Episode 11, BBC Two, Homes,Homes & 
Gardens,Life

style & Leisure,TV, default

INFO: 1 Matching Programmes
INFO: Checking existence of default version
INFO: flashhigh1,flashhigh2,flashstd1,flashstd2 modes will be tried for 
version

default
INFO: Trying flashhigh1 mode to record tv: Gardeners' World - 2013: Episode 
11

INFO: File name prefix = Gardeners_World_-_2013_Episode_11_b020z0kg_default

RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashhigh1 mode
INFO: Trying flashhigh2 mode to record tv: Gardeners' World - 2013: Episode 
11

INFO: File name prefix = Gardeners_World_-_2013_Episode_11_b020z0kg_default

RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashhigh2 mode
INFO: Trying flashstd1 mode to record tv: Gardeners' World - 2013: Episode 
11

INFO: File name prefix = Gardeners_World_-_2013_Episode_11_b020z0kg_default

RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashstd1 mode
INFO: Trying flashstd2 mode to record tv: Gardeners' World - 2013: Episode 
11

INFO: File name prefix = Gardeners_World_-_2013_Episode_11_b020z0kg_default

RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashstd2 mode
ERROR: Failed to record 'Gardeners' World - 2013: Episode 11 (b020z0kg)'

C:\Program Files\get_iplayer>

Turning off firewall seem to do nothing.

Have downloaded latest Windows installer version and let it do its thing (on 
XP)


Any help would be great.  I'm feeling a bit weird not being able to download 
my favorite programmes !  Please get me back to normality ! 




___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Problems Downloading

2013-06-13 Thread Andy & Dawn
I'm having exactly the same problem. The cache will refresh but nothing will 
download. I also have deleted and reloaded get_iplayer will no joy.
- Original Message - 
From: "Charles Knudsen" 

To: 
Sent: Thursday, June 13, 2013 7:12 PM
Subject: Problems Downloading



Hello hope someone can help.

At the moment I'm unable to download anything.  It was working fine but 
now I get the following


C:\Program Files\get_iplayer>get_iplayer --get 343
get_iplayer v2.82, Copyright (C) 2008-2010 Phil Lewis
 This program comes with ABSOLUTELY NO WARRANTY; for details 
use --warranty.
 This is free software, and you are welcome to redistribute it under 
certain

 conditions; use --conditions for details.

Matches:
343:Gardeners' World - 2013: Episode 11, BBC Two, Homes,Homes & 
Gardens,Life

style & Leisure,TV, default

INFO: 1 Matching Programmes
INFO: Checking existence of default version
INFO: flashhigh1,flashhigh2,flashstd1,flashstd2 modes will be tried for 
version

default
INFO: Trying flashhigh1 mode to record tv: Gardeners' World - 2013: 
Episode 11
INFO: File name prefix = 
Gardeners_World_-_2013_Episode_11_b020z0kg_default


RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashhigh1 mode
INFO: Trying flashhigh2 mode to record tv: Gardeners' World - 2013: 
Episode 11
INFO: File name prefix = 
Gardeners_World_-_2013_Episode_11_b020z0kg_default


RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashhigh2 mode
INFO: Trying flashstd1 mode to record tv: Gardeners' World - 2013: Episode 
11
INFO: File name prefix = 
Gardeners_World_-_2013_Episode_11_b020z0kg_default


RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashstd1 mode
INFO: Trying flashstd2 mode to record tv: Gardeners' World - 2013: Episode 
11
INFO: File name prefix = 
Gardeners_World_-_2013_Episode_11_b020z0kg_default


RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
INFO: Command exit code 1 (raw code = 256)
WARNING: Failed to stream file C:\Documents and 
Settings\UserPC\Desktop\iPlayer
Recordings\Gardeners_World_-_2013_Episode_11_b020z0kg_default.partial.mp4.flv 
vi

a RTMP
INFO: skipping flashstd2 mode
ERROR: Failed to record 'Gardeners' World - 2013: Episode 11 (b020z0kg)'

C:\Program Files\get_iplayer>

Turning off firewall seem to do nothing.

Have downloaded latest Windows installer version and let it do its thing 
(on XP)


Any help would be great.  I'm feeling a bit weird not being able to 
download my favorite programmes !  Please get me back to normality !



___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer





___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Problems Downloading

2013-06-13 Thread Roger Bell_West
On Thu, Jun 13, 2013 at 08:30:38PM +0100, Andy & Dawn wrote:
>I'm having exactly the same problem. The cache will refresh but
>nothing will download. I also have deleted and reloaded get_iplayer
>will no joy.

Have you updated swfurl, as mentioned in much of the recent list
traffic?

(Sorry to have to ask, but...)

Explanation and fix here:
https://github.com/dinkypumpkin/get_iplayer/wiki/swfurl

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer