These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

how to record live streams using pid only?

user-531

i am trying to record live streams using pid but get_iplayer can't find the streams! so i used page url but the problem is that if i use page url to record i can record one streams in that page! (the second streams also have same page url and i got only its pid.diffrenten live streams have same page url but diffrent pid )

could any one tell me how to overcome this problem and record both live streams that have same page url but diffrent pid ? looking forward for replies.Thanks

user-2

I'll respond to your query with one of my own. Why didn't you - at the very least - provide: a) the live stream you're trying to record; b) the page url you referred to; c) the get_iplayer commands you used; d) the output and/or error messages from get_iplayer. We can't guess at what you're doing.

user-531

thanks for reply. i couldnt edit my first post so here i will post some details:i want live streams in the following page under liver coverage page :
http://www.bbc.co.uk/sport/live/football/27459555
Code:
get_iplayer --get "http://www.bbc.co.uk/sport/live/football/27459555" --modes best  --force --start 0 --stop 3000

as you see there are more then one live streams that didnt start yet(coming up) but if i use the above command it only records one of them! i can get pid of those streams but dont know how to use those pid to record instead of using url.(since all got same urls and get_iplayer only record one of them if i supply it url of page). hope some one help me with it.thanks

user-2

That URL just points to a landing page. If you want to record the live streams, click through until you have the live game playing in your browser and use that URL. Example for Greece v. Ivory Coast (on now, ~2100 GMT 24 June)

Code:
get_iplayer --get http://www.bbc.co.uk/sport/live/football/27990601 --type livetv --force --stop 3000

user-531

thanks for reply.For actual games each game got seperate url if you move your mouse over the live coverage tabs but for build up (pre match) live streams most of the time they have same url . For example if you now move your mouse over live coverage you notice there some live radio coverage of games which got same urls .This the same problem i have when trying to record built up live streams before the actual game ! dont know how i can record the second build up live streams for other games! :-(

user-2

Those aren't live streams. Only 1 or 2 World Cup video streams will ever be live at any given moment, and those will have separate URLs. Everything else is catch-up programmes, even if they are accessed via the "Live Coverage" tab. And no, you can't download those with get_iplayer directly. If you really want one of those programmes, you can view the the source of the page and dig out the URLs you want (they typically end in "playlist.sxml") and do some editing. For example, the Italy-Uruguay highlights URL appears in the page source as:

Code:
http:\/\/playlists.bbc.co.uk\/sport\/0\/football\/28005043A\/playlist.sxml




so you have to take out the backslashes before feeding that URL to get_iplayer

user-531

could you tell me how to record the catch up games ? if you look at this page http://www.bbc.co.uk/sport/live/football/27580618 . under live coverage you will see 3 catch up games with same urls . how i should tell get_iplayer which one i want since all got same urls!

user-2

Don't bother with that. Find the games in the main iPlayer site. Search for "Match of the Day Live".

These forums are archived

See this post for further info