Webvideo-plugin
From VDR Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| + | |||
| + | [[Image:(missing)-plugin.jpg|thumb|Screenshot]] | ||
Webvideo plugin is a tool for browsing and downloading videos from popular video sharing websites, such as YouTube and Google video, using VDR menu interface or a command line client. With the help of xineliboutput plugin the videos can be played directly without downloading them first. | Webvideo plugin is a tool for browsing and downloading videos from popular video sharing websites, such as YouTube and Google video, using VDR menu interface or a command line client. With the help of xineliboutput plugin the videos can be played directly without downloading them first. | ||
| Line 10: | Line 12: | ||
* [http://areena.yle.fi/ YLE Areena] | * [http://areena.yle.fi/ YLE Areena] | ||
* [http://www.youtube.com/ YouTube] | * [http://www.youtube.com/ YouTube] | ||
| - | |||
| - | |||
===Handling=== | ===Handling=== | ||
| Line 44: | Line 44: | ||
==Installation== | ==Installation== | ||
| - | |||
| - | + | cd /put/your/path/here/VDR/PLUGINS/src | |
| + | tar -xzf /put/your/path/here/vdr-webvideo-X.Y.Z.tgz | ||
| + | cd webvideo-X.Y.Z | ||
| + | make | ||
| + | make install | ||
| + | cd .. | ||
| + | ln -s webvideo-X.Y.Z/vdr-plugin webvideo | ||
| + | cd /put/your/path/here/VDR | ||
| + | make | ||
| + | make plugins | ||
| + | |||
| + | |||
==Configuration== | ==Configuration== | ||
Revision as of 17:21, 12 May 2009
Contents |
Description
File:(missing)-plugin.jpg
Screenshot
Webvideo plugin is a tool for browsing and downloading videos from popular video sharing websites, such as YouTube and Google video, using VDR menu interface or a command line client. With the help of xineliboutput plugin the videos can be played directly without downloading them first.
Supported video sites:
- Google Video (only videos hosted on YouTube, Google or Metacafe servers)
- Metacafe
- SVT Play
- YLE Areena
- YouTube
Handling
| Key | Description |
|---|---|
| OK | Follow a link, or start downloading a media file |
| Red | Go back to the previous menu |
| Green | Go forward in browsing history |
| Yellow | Show download status screen. In status screen: Cancel the selected download |
| Blue | Play media object without downloading |
| Info | Show details of a media object |
Software requirements
- Python
- libcurl and Python binding
- libxml and libxslt
- a video player for viewing the downloaded videos or streaming videos without downloading, for example xineliboutput or mplayer plugin
Suggested:
- libmms 0.4 or later (for downloading mms URLs)
Installation
cd /put/your/path/here/VDR/PLUGINS/src tar -xzf /put/your/path/here/vdr-webvideo-X.Y.Z.tgz cd webvideo-X.Y.Z make make install cd .. ln -s webvideo-X.Y.Z/vdr-plugin webvideo cd /put/your/path/here/VDR make make plugins
Configuration
Parameter
| Parameter (short) | Parameter (long) | Description |
|---|---|---|
| -d dir | --downloaddir=dir | Save downloaded files to dir. The default path is the VDR video directory. |
| -s server | --server=server | Connect to server. Default is localhost. |
| -p port | --port=port | Connect to port. Default is 2357. |
| -c cmd | --daemoncmd=cmd | Command for starting webvid |
Links
| [1] | http://users.tkk.fi/~aajanki/vdr/webvideo | Plugin homepage |




