I am trying to download a programme from the BBC iplayer, using get_iplayer version 2.48
I get an error message saying that it needs rtmpdump >= 1.5, or flvstreamer. I have rtmpdump version 1.4 installed, but can’t find either rtmpdump>=1.5 or flvstreamer for opensuse (11.1).
Did not rtmpdump run into legal problems and have to be removed from source forge, its hosting site (as Adobe went after the developer(s) of rtmpdump claiming unlawful infringement) ? … and hence since then Packman packagers have not packaged any newer version? Adobe claims rtmpdump ‘can be used’ to infringe – Chilling Effects Clearinghouse
Once you have it installed the easiest way of using it is
Set the scrolling in your terminal to at least 2000
type: get_iplayer
And it will bring down all the tv feeds, each program has a number eg: 50
You then have to type get_iplayer again as follows:
I find the best results come from this
get_iplayer --get 50 --vmode=flashvhigh
Or you can add a few at a time
get_iplayer --get 50 60 75 99 --vmode=flashvhigh
It downloads a flash video but flvstreamer will use ffmpeg to encode to mp4. All done automatically and saves to your home directory.
I have tried the Packman version successfully, but I needed the upgrade to get the higher quality video (and to try out the PVR application). You have solved the problem!