New version of the Webvideo plugin is available at http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-webvideo-0.0.2.tgz
The Webvideo plugin allows downloading video files from video sharing websites, such as YouTube or Google Video, to your hard disk using the VDR menu interface. This plugin only downloads videos, a separate plugin, such as xineliboutput or mplayer plugin, is needed to play them.
Changes since the last version:
- Italian translation (thanks to Diego Pierotto) - Support for mms URLs using libmms - Guess the file extension from the Content-Type header, not from the defaultext tag - New video service: YLE Areena (the web service of the Finland's national broadcasting company). Only partial support, some of the URLs do not work with libmms. - Youtube: Download higher quality MPEG-4 videos
Antti
Antti Ajanki ha scritto:
New version of the Webvideo plugin is available at http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-webvideo-0.0.2.tgz
The Webvideo plugin allows downloading video files from video sharing websites, such as YouTube or Google Video, to your hard disk using the VDR menu interface. This plugin only downloads videos, a separate plugin, such as xineliboutput or mplayer plugin, is needed to play them.
Changes since the last version:
- Italian translation (thanks to Diego Pierotto)
- Support for mms URLs using libmms
- Guess the file extension from the Content-Type header, not from the defaultext tag
- New video service: YLE Areena (the web service of the Finland's national broadcasting company). Only partial support, some of the URLs do not work with libmms.
- Youtube: Download higher quality MPEG-4 videos
Antti
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi, i download the new libmms library for my Arch Linux machine but trying to compile i have this error:
Plugin webvideo: make[1]: Entering directory `/vdr/vdr-1.6.0/PLUGINS/src/webvideo-0.0.2' g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC `xml2-config --cflags` `xslt-config --cflags` `pkg-config --cflags libmms` -c -DUSE_ANALOGTV -DUSE_CHANNELSCAN -DUSE_CMDSUBMENU -DUSE_CUTTERLIMIT -DUSE_CUTTERQUEUE -DUSE_CUTTIME -DUSE_DDEPGENTRY -DUSE_DELTIMESHIFTREC -DUSE_DOLBYINREC -DUSE_DVBPLAYER -DUSE_DVBSETUP -DUSE_DVDARCHIVE -DUSE_DVLRECSCRIPTADDON -DUSE_DVLVIDPREFER -DUSE_DVLFRIENDLYFNAMES -DUSE_EM84XX -DUSE_GRAPHTFT -DUSE_HARDLINKCUTTER -DUSE_IPTV -DUSE_JUMPPLAY -DUSE_LIEMIKUUTIO -DUSE_LIVEBUFFER -DUSE_LNBSHARE -DUSE_MAINMENUHOOKS -DUSE_MENUORG -DUSE_OSDMAXITEMS -DUSE_PINPLUGIN -DUSE_PLUGINMISSING -DUSE_ROTOR -DUSE_SETTIME -DUSE_SOURCECAPS -DUSE_SORTRECORDS -DUSE_SYNCEARLY -DUSE_TIMERCMD -DUSE_TIMERINFO -DUSE_TTXTSUBS -DUSE_VALIDINPUT -DUSE_WAREAGLEICON -DUSE_YAEPG -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"webvideo"' -I../../../include download.c In file included from download.c:18: /usr/include/libmms/mms.h:79: error: expected ',' or '...' before 'this' /usr/include/libmms/mms.h:81: error: expected ',' or '...' before 'this' /usr/include/libmms/mms.h:83: error: expected ',' or '...' before 'this' make[1]: *** [download.o] Error 1
How can i solve it?
Thanks, Diego Pierotto
Note: ASAP i solve this problem i resend you the updated italian translation.
-I../../../include download.c In file included from download.c:18: /usr/include/libmms/mms.h:79: error: expected ',' or '...' before 'this' /usr/include/libmms/mms.h:81: error: expected ',' or '...' before 'this' /usr/include/libmms/mms.h:83: error: expected ',' or '...' before 'this' make[1]: *** [download.o] Error 1
How can i solve it?
According to https://bugs.launchpad.net/libmms/+bug/180201 this is a bug in libmms. The above page contains a link to a patch that should fix it.
Antti
Dear Antti,
is this plugin just a backend for for example clive or youtube-dl or did you implement the download algorithms all by yourself?
I guess the latter one, because the former mentioned packages are not in your build-depend list. But I just want to make sure.
Thanks,
Paul
On Fri, 25 Jul 2008, Paul Menzel wrote:
Dear Antti,
is this plugin just a backend for for example clive or youtube-dl or did you implement the download algorithms all by yourself?
The downloader was written by me, and doesn't depend on clive, youtube-dl or any similar program.