On 29/04/2012 22:13, Kevin Lynch wrote:
This is the Flashvars playlist
http%3A%2F%2Fwww%2Ebbc%2Eco%2Euk%2F5live%2Femp%2F5live%5Fstudio%5Fstream%2Exml
How do I use this to record the feed?
Go to urldecode.org and decode the string into:
http://www.bbc.co.uk/5live/emp/5live_studio_stream.xml
Record with get_iplayer:
get_iplayer --url http://www.bbc.co.uk/5live/emp/5live_studio_stream.xml
Kill get_iplayer (Ctrl-C) to stop recording. Or, if you know you want
to record for a fixed length of time (e.g., 1 hour), add this to the
get_iplayer command:
--rtmp-tv-opts="--stop 3600"
The --stop value is specified in seconds.
_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer