descriptionPython command-line and GTK+ interface to ABC iView
homepage URLhttps://github.com/vadmium/python-iview
repository URLhttps://github.com/vadmium/python-iview.git
owneriview@yopmail.com
last changeSun, 26 Jul 2015 05:57:01 +0000 (26 05:57 +0000)
last refreshTue, 27 Oct 2015 23:29:00 +0000 (28 00:29 +0100)
content tags
add:
README.md

Python command-line and GTK+ interface to ABC iView

Copyright © 2009–2010 by Jeremy Visser <jeremy@visser.name>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Requirements

For the GUI:

Optional dependencies:

Installation

  1. Make sure Python is installed and working.
  2. Either run ./iview-cli or ./iview-gtk.

Usage

Some usage examples are provided for your perusal.

This is a purely informational command. It verifies that handshaking is working correctly, and shows which streaming host is used.

$ ./iview-cli --print-auth
iView auth data:
    Streaming Host: Akamai
    RTMP Token: [...]
    HDS Token: [...]
    Server URL: http://iviewmetered-vh.akamaihd.net/z/
    Playpath Prefix: playback/_definst_/
    Unmetered: False

This can be used to list the iView programmes and find a programme’s file name:

$ ./iview-cli --programme
7.30:
    7.30 Episode 193 26/11/2013     (news/730s_Tx_2611.mp4)
    7.30 25/11/2013 (news/730s_Tx_2511.mp4)
    7.30 20/11/2013 (news/730s_Tx_2011.mp4)
[...]

To actually download the programme, use something like the following:

$ ./iview-cli --download news/730s_Tx_2611.mp4

Hopefully that will download an .flv file into your current directory, appropriately named. Downloaded files always use the FLV container format, despite any “.mp4” suffix in the original name.

RTMP

Iview now seems to use the HDS protocol for most programmes, although it used to use the RTMP protocol. However, RTMP still seems to be used for the News 24 live stream, and the on-demand programmes still seem to be available from the old RTMP host.

To use RTMP, install rtmpdump. If building from source, copy rtmpdump to somewhere within your $PATH (e.g. /usr/local/bin). The RTMP host may be forced with the “iview-cli --host AkamaiRTMP” option.

Hacking

Uh...good luck.

There are a few variables that can be edited in the “config.py” file.

Changes

:wq

shortlog
2015-07-26 Martin PanterWork around missing seriesIndex API by using keyword... master
2015-07-26 Martin PanterSupport HTTPS scheme via HTTPSConnection
2015-07-26 Martin PanterOverride setUp() to patch HTTPConnection
2015-07-26 Martin PanterFix test for new API
2015-07-21 Andrew ClarkUpdated debian package control files to use build pytho... 23/head
2015-07-04 Martin PanterHumax retired; change to Panasonic feed
2015-06-28 Martin PanterConvert new video URLs to subtitles URLs
2015-05-16 Martin PanterMerge remote-tracking branch 'github' into HEAD
2015-05-16 Martin PanterUpdate change log
2015-04-20 Byron EllacottUse non-greedy regex18/head
2015-04-17 Martin PanterSet episode title to series title for stand-alone progr...
2015-04-17 Martin PanterRename some variables, fix warning message
2015-04-17 Martin PanterChange to Humax feed API to get new media paths
2015-04-17 Martin PanterConsistent return value in case of error
2015-04-13 Martin PanterFix reading from separate bootstrap URL
2015-04-13 Martin PanterBetter selection of media streams
...
heads
8 years ago master
9 years ago redesign
9 years ago rtsp
10 years ago livestreamer
10 years ago py2