Rename --with-man -> --with-manual
[quvi.git] / README
blob8a1c8d0a5db28c98fa189baaee593a97f9a8984d
3 GENERAL
5 quvi is a command line tool for parsing Adobe Flash media stream URLs.
6 It supports many websites including YouTube and Dailymotion.
8 libquvi is a cross-platform library for parsing Adobe Flash media
9 stream URLs with C API.
11 WWW: <http://quvi.sourceforge.net/>
14 APPLICATIONS USING QUVI
16 * NomNom
17   <http://nomnom.sourceforge.net/>
19 * cclive
20   <http://cclive.sourceforge.net/>
22 * clive
23   <http://clive.sourceforge.net/>
25 * Totem playlist parser
26   <http://www.gnome.org/projects/totem/>
27   <https://bugzilla.gnome.org/browse.cgi?product=totem-pl-parser>
30 LICENSE
32 quvi and libquvi are free software, licensed under the LGPLv2.1+. The LUA
33 scripts that quvi uses are considered as programs and using the LUA scripts
34 is *linking*.
37 MOTIVATION
39 quvi parses Adobe Flash media stream URLs for third party applications. It
40 originates from the idea of allowing users to view the videos without having
41 to install or use Adobe Flash Player. quvi is not an "alternative" but rather
42 a "workaround" to Adobe Flash Player.
44 Read also:
45   * <http://en.wikipedia.org/wiki/Adobe_Flash#Performance>
46   * <http://en.wikipedia.org/wiki/Adobe_Flash#Flash_client_security>
47   * <http://en.wikipedia.org/wiki/Adobe_Flash#Alternatives_to_Flash>
50 BACKGROUND
52 quvi was inspired by cclive. Embeddable LUA scripting was introduced in the
53 0.2.0 release.