UNPKG

arch-wiki-md-repo

Version:

All arch-wiki articles in markdown format, updated every two days.

24 lines (13 loc) 788 B
**quvi** parses media stream URLs for Internet applications that would otherwise have to use adobe flash multimedia platform to access the media streams. The typical examples of this are the different media hosts, such as YouTube, for videos that use this "multimedia platform" to deliver their content. Source: [project home](http://quvi.sourceforge.net/) ## Installation Install [quvi](https://aur.archlinux.org/packages/quvi/) from [community](/index.php/Official_repositories "Official repositories"). ## Usage The simplest way to play a video from a URL is to issue ``` $ quvi "<url>" --exec "mplayer %u" ``` This can be configured as a default behavior by creating `~/.quvirc` `exec = "mplayer %u"` ## Related links * [Quvi homepage](http://quvi.sourceforge.net/)