get_iplayer 1.42 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News get_iplayer 1.42 (Default branch)
# 1  
Old 03-05-2009
get_iplayer 1.42 (Default branch)

get_iplayer allows a user to download or stream any BBC iPlayer TV program (H.264/Quicktime), ITVplayer TV programs (ASF/WMV), Hulu TV programs (FLV/AVI), iPlayer radio programs (MP3/AAC/RealAudio), and BBC podcasts (MP3/AAC). It downloads Hulu and iPlayer subtitles. It supports Flash iPlayer and Hulu downloads. It has full PVR functionality for automatic searching, queuing, and downloading. License: GNU General Public License v3 Changes:
Updated support for BBC Radio AAC/AAC+ audio streams after they changed their content delivery network provider. The --isodate option has been added to change the date in the filename to ISO8601 format: YYYY-MM-DD. A bug where the LWP HTTP proxy was being set unnecessarily has been fixed. The advanced option --use-rtmpdump-exitcode has been added to use the rtmpdump exit code to decide whether a stream downloaded correctly. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
POB-FEC(1)							   User Command 							POB-FEC(1)

NAME
pob-fec - receive FEC MP3 streams SYNOPSIS
pob-fec [ -s address ] [ -p port ] [ -b size ] [ -q ] DESCRIPTION
pob-fec receives a FEC MP3 stream using a custom protocol. The streamed MP3 frames are first decomposed in autonomous data units (ADUs). These ADUs are grouped into ADU groups, which are encoded redundantly using a FEC method by Luigi Rizzo. For example, a group if 8 ADUs can be encoded into 16 packets. Any 8 received packets of these 16 packets is sufficient to recover the original 8 ADUs. The incoming MP3 stream is decoded, buffered and written to stdout. OPTIONS
-s address Specify the address to listen to (default 224.0.1.23). If the address is a multicast address, group membership is requested automat- ically. -p port Specify the port to listen to. -b size Specify the number of ADU groups that are hold in the buffer (default 16). -q Don't output any information on standard error. EXAMPLES
pob-fec -s 224.0.1.24 -p 8989 | mpg123 - Receive the MP3 FEC stream sent to 224.0.1.24 on port 8989 and feed it into the MP3 decoder mpg123. AUTHORS
Manuel Odendahl <manuel@bl0rg.net>, Florian Wesch <dividuum@bl0rg.net> February 2005 POB-FEC(1)