-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathREADME
17 lines (14 loc) · 823 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VideoFeed displays videos from user customizable feeds.
Various video websites like YouTube, Google Videos, TED provide
the list of videos as RSS, Atom. The demo extracts contents from the
RSS using XQuery. The list of feeds and the XQuery used to extract
contents is read in dynamically through configuration files.
The demonstration makes use of the following features of Qt/WebKit
new in Qt 4.5
1. Ability to display NPAPI plugins. The videos displayed are currently
flash content.
2. Animations and transitions - Animations of the title, description,
history buttons is carried out using WebKit's CSS animation.
3. Offline Storage - WebKit implements offline storage feature of HTML5.
The demo remembers the list of videos watched by user across executions
and saves/restores it using HTML5 Offline Storage feature.