Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Hi, can you please split out the S2API only part ? And one mor thind, your patch also contains ".orig" and "*.rej" files ;). cu Edgar (gimli) Hucek > Hello All, > > Yesterday evening I finally got S2API working with those troublesome > DVB-S2 transponders using QPSK modulation. Attached is a patch which > includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR 1.7.0. > > Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first time I > created a patch, so please don't shoot me for it :) I use patch -p1, and > it applied cleanly, *I think*. I've been using this patch since > yesterdaynight, and everything seems very stable on a Hauppauge > WinTV-NOVA-HD-S2 card. > > The patch itself is based upon Igor M. Liplianin's S2API patch. Many > thanks to Igor and Darron Broad for helping me with this one. > > I hope to start with DVB-C and a working DVB-T implementation tonight. Any > feedback on this patch is highly appreciated. > > Regards, > > Niels Wagenaar___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg?
-Original message- From: Stefan Ellenberger <[EMAIL PROTECTED]> Sent: Thu 02-10-2008 01:53 To: vdr@linuxtv.org; Subject: [vdr] Help building xine-lib-1.2 --with-external-ffmpeg? > > Thanks Niels, indeed this helped me as well. > Your welcome! > Now I'm getting a HUGE amount of "undefined reference to av_log" > > It starts browsing the ffmpeg source tree (where I built ffmpeg) for libav c > files > > here's the one that makes it quit: > > -- SNIP -- > > You happen to know a way around this as well? Since you are using XUbuntu > like > I do you might > have experienced the same problem. > Nope. Besides that thing with the -ldts_pic and a additional patch, I didn't need to anything else. > I don't hope it is getting any worse than that... > It shouldn't :) > 1. how many fixes in the code have been necessary until you (Niels) could run > a > save compile? Only two in my case. But on those fixes is a patch so that xine-lib 1.2 SVN can build with the latest ffmpeg SVN releases. > 2. Could anyone point out what kind of developer libraries you installed in > order to compile xine-lib savely? > This is what I use: - FFMPEG SVN: cd /usr/local/src apt-get install build-essential apt-get install mercurial cvs subversion libncurses-dev apt-get install autoconf libtool automake pkg-config gettext apt-get install liba52-0.7.4-dev liblame-dev libvorbis-dev zlib1g-dev libpng12-dev libx11-dev libxv-dev libasound2-dev apt-get build-dep ffmpeg svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg cd ffmpeg/ ./configure --prefix=/usr --enable-shared --enable-gpl --enable-postproc --enable-liba52 --enable-libmp3lame --enable-libvorbis --enable-pthreads --enable-swscale make make install ldconfig –v - Xine-lib 1.2 HG: cd /usr/local/src apt-get install libcdio-dev libvcdinfo-dev hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2 wget http://www8.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2 tar xivf essential-20071007.tar.bz2 mv essential-20071007 /usr/local/lib/win32 ln -s /usr/local/lib/win32 /usr/local/lib/codecs wget http://shalafi.xs4all.nl/vdr/xine-lib-1_2-ffmpeg.patch cd xine-lib-1.2 patch –p1 < ../xine-lib-1_2-ffmpeg.patch ./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/local/lib/win32 make make install ldconfig -v - Xine-UI: cd /usr/local/src apt-get install libxt-dev wget http://home.vrweb.de/~rnissl/xine-ui-cvs-2008031020.tar.bz2 tar xivf xine-ui-cvs-2008031020.tar.bz2 cd xine-ui ./autogen.sh --prefix=/usr --enable-vdr-keys make make install I think that the above information should get you the stuff installed. Regards, Niels Wagenaar ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Hi All, this is just a cleanup patch which applies on top off vdr 1.7.0 and vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff.bz2 from Reinhard. cu Edgar (gimli) Hucek > Hello All, > > Yesterday evening I finally got S2API working with those troublesome > DVB-S2 transponders using QPSK modulation. Attached is a patch which > includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR 1.7.0. > > Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first time I > created a patch, so please don't shoot me for it :) I use patch -p1, and > it applied cleanly, *I think*. I've been using this patch since > yesterdaynight, and everything seems very stable on a Hauppauge > WinTV-NOVA-HD-S2 card. > > The patch itself is based upon Igor M. Liplianin's S2API patch. Many > thanks to Igor and Darron Broad for helping me with this one. > > I hope to start with DVB-C and a working DVB-T implementation tonight. Any > feedback on this patch is highly appreciated. > > Regards, > > Niels Wagenaar___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > vdr-1.7.0-s2api.patch.gz Description: GNU Zip compressed data ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Hi All, another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. cu Edgar (gimli) Hucek > Hello All, > > Yesterday evening I finally got S2API working with those troublesome > DVB-S2 transponders using QPSK modulation. Attached is a patch which > includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR 1.7.0. > > Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first time I > created a patch, so please don't shoot me for it :) I use patch -p1, and > it applied cleanly, *I think*. I've been using this patch since > yesterdaynight, and everything seems very stable on a Hauppauge > WinTV-NOVA-HD-S2 card. > > The patch itself is based upon Igor M. Liplianin's S2API patch. Many > thanks to Igor and Darron Broad for helping me with this one. > > I hope to start with DVB-C and a working DVB-T implementation tonight. Any > feedback on this patch is highly appreciated. > > Regards, > > Niels Wagenaar___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > vdr-1.7.1-s2api-ext64.patch.gz Description: GNU Zip compressed data ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
On Thu, Oct 02, 2008 at 03:16:29PM +0200, gimli wrote: > Hi All, > > another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : > vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. Oh great new :-) I just tried with --dry-run to patch my source's vdr : patching file channels.c Hunk #2 succeeded at 219 with fuzz 2 (offset -3 lines). Hunk #3 succeeded at 337 with fuzz 2 (offset -10 lines). Hunk #4 succeeded at 396 (offset -31 lines). Hunk #5 succeeded at 409 (offset -31 lines). Hunk #6 succeeded at 672 (offset -79 lines). Hunk #7 succeeded at 680 (offset -79 lines). Hunk #8 succeeded at 707 with fuzz 2 (offset -86 lines). Hunk #9 succeeded at 718 (offset -86 lines). patching file channels.h Hunk #2 succeeded at 149 (offset -3 lines). Hunk #3 succeeded at 209 with fuzz 1 (offset -9 lines). Hunk #4 succeeded at 223 with fuzz 1 (offset -16 lines). patching file dvbdevice.c Hunk #1 succeeded at 76 (offset -3 lines). Hunk #2 succeeded at 87 (offset -6 lines). Hunk #3 succeeded at 94 with fuzz 1 (offset -9 lines). Hunk #4 succeeded at 104 (offset -12 lines). Hunk #5 succeeded at 127 (offset -12 lines). Hunk #6 succeeded at 135 (offset -12 lines). Hunk #7 succeeded at 192 (offset -25 lines). Hunk #8 FAILED at 261. Hunk #9 FAILED at 328. Hunk #10 succeeded at 412 (offset -46 lines). Hunk #11 succeeded at 475 with fuzz 1 (offset -46 lines). Hunk #12 FAILED at 848. 3 out of 12 hunks FAILED -- saving rejects to file dvbdevice.c.rej patching file dvbdevice.h The next patch would create the file Make.config, which already exists! Assume -R? [n] which already exists! Assume -R? [n] n Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file Make.config.rej patching file menu.c Hunk #1 FAILED at 276. 1 out of 1 hunk FAILED -- saving rejects to file menu.c.rej patching file nit.c Hunk #2 succeeded at 151 with fuzz 1. Hunk #3 succeeded at 181 (offset 1 line). Hunk #4 succeeded at 231 (offset 2 lines). Hunk #5 FAILED at 256. 1 out of 5 hunks FAILED -- saving rejects to file nit.c.rej The dvbdevice.c is not necessarly wrong, but Make.config shouldn't be there (same for nit.c). Could you explain what extensions diff is ? Thanks. -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
This is an extenions patch from Zulu for the vdr. You can find the package here : http://www.zulu-entertainment.de/download.php The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which contains the two patches i applied to vdr. This patch also contains h264 support for vdr. The only thing i had to do is use iirc. LIVEBUFFER and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work with vdr 1.7.1. cu Edgar (gimli) Hucek > On Thu, Oct 02, 2008 at 03:16:29PM +0200, gimli wrote: >> Hi All, >> >> another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : >> vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. > > Oh great new :-) > > I just tried with --dry-run to patch my source's vdr : > > patching file channels.c > Hunk #2 succeeded at 219 with fuzz 2 (offset -3 lines). > Hunk #3 succeeded at 337 with fuzz 2 (offset -10 lines). > Hunk #4 succeeded at 396 (offset -31 lines). > Hunk #5 succeeded at 409 (offset -31 lines). > Hunk #6 succeeded at 672 (offset -79 lines). > Hunk #7 succeeded at 680 (offset -79 lines). > Hunk #8 succeeded at 707 with fuzz 2 (offset -86 lines). > Hunk #9 succeeded at 718 (offset -86 lines). > patching file channels.h > Hunk #2 succeeded at 149 (offset -3 lines). > Hunk #3 succeeded at 209 with fuzz 1 (offset -9 lines). > Hunk #4 succeeded at 223 with fuzz 1 (offset -16 lines). > patching file dvbdevice.c > Hunk #1 succeeded at 76 (offset -3 lines). > Hunk #2 succeeded at 87 (offset -6 lines). > Hunk #3 succeeded at 94 with fuzz 1 (offset -9 lines). > Hunk #4 succeeded at 104 (offset -12 lines). > Hunk #5 succeeded at 127 (offset -12 lines). > Hunk #6 succeeded at 135 (offset -12 lines). > Hunk #7 succeeded at 192 (offset -25 lines). > Hunk #8 FAILED at 261. > Hunk #9 FAILED at 328. > Hunk #10 succeeded at 412 (offset -46 lines). > Hunk #11 succeeded at 475 with fuzz 1 (offset -46 lines). > Hunk #12 FAILED at 848. > 3 out of 12 hunks FAILED -- saving rejects to file dvbdevice.c.rej > patching file dvbdevice.h > The next patch would create the file Make.config, > which already exists! Assume -R? [n] > which already exists! Assume -R? [n] n > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file Make.config.rej > patching file menu.c > Hunk #1 FAILED at 276. > 1 out of 1 hunk FAILED -- saving rejects to file menu.c.rej > patching file nit.c > Hunk #2 succeeded at 151 with fuzz 1. > Hunk #3 succeeded at 181 (offset 1 line). > Hunk #4 succeeded at 231 (offset 2 lines). > Hunk #5 FAILED at 256. > 1 out of 5 hunks FAILED -- saving rejects to file nit.c.rej > > The dvbdevice.c is not necessarly wrong, but Make.config shouldn't be > there (same for nit.c). > > Could you explain what extensions diff is ? > > Thanks. > -- > Grégoire FAVRE http://gregoire.favre.googlepages.com > http://www.gnupg.org >http://picasaweb.google.com/Gregoire.Favre > > > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
On Thu, Oct 02, 2008 at 03:37:15PM +0200, gimli wrote: > This is an extenions patch from Zulu for the vdr. > You can find the package here : http://www.zulu-entertainment.de/download.php > > The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which > contains the two patches i applied to vdr. This patch also contains > h264 support for vdr. The only thing i had to do is use iirc. LIVEBUFFER > and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work > with vdr 1.7.1. Great, unfortunalety I can't apply it to a vanilla VDR-1.7.1, you should have made your patch on an already patched VDR. Would it be possible to check it again ? Thanks, -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
On Thu, Oct 02, 2008 at 03:37:15PM +0200, gimli wrote: > This is an extenions patch from Zulu for the vdr. > You can find the package here : http://www.zulu-entertainment.de/download.php > > The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which > contains the two patches i applied to vdr. This patch also contains > h264 support for vdr. The only thing i had to do is use iirc. LIVEBUFFER > and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work > with vdr 1.7.1. Oops, I finally understand it : I should first patch with : vdr-1.7.1_extensions.diff and vdr-1.7.1-ext_h264.diff ;-) Now it apply cleanly. Thanks, I'll gonna test it !!! -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
You got it ;) The vanilla vdr din't work for me on multiproto and h264 with vdr 1.7.1. I had to set LIVEBUFFER at build time and use permanent timeshift in vdr to get an image in vdr-sxfe. I was reading somewhere, iirc. on vdr-portal.de, that this makes the dvbplayer behave like in vdr 1.7.0 for h264 streams. cu Edgar (gimli) Hucek > On Thu, Oct 02, 2008 at 03:37:15PM +0200, gimli wrote: >> This is an extenions patch from Zulu for the vdr. >> You can find the package here : >> http://www.zulu-entertainment.de/download.php >> >> The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which >> contains the two patches i applied to vdr. This patch also contains >> h264 support for vdr. The only thing i had to do is use iirc. LIVEBUFFER >> and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work >> with vdr 1.7.1. > > Oops, I finally understand it : I should first patch with : > vdr-1.7.1_extensions.diff and vdr-1.7.1-ext_h264.diff ;-) > > Now it apply cleanly. > > Thanks, I'll gonna test it !!! > -- > Grégoire FAVRE http://gregoire.favre.googlepages.com > http://www.gnupg.org >http://picasaweb.google.com/Gregoire.Favre > > > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
On Thu, Oct 02, 2008 at 04:04:47PM +0200, Gregoire Favre wrote: > Oops, I finally understand it : I should first patch with : > vdr-1.7.1_extensions.diff and vdr-1.7.1-ext_h264.diff ;-) Radio works fine with xine-lib :-) I can get tv to work sofar... -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
On Thu, Oct 02, 2008 at 04:19:04PM +0200, gimli wrote: > You got it ;) > > The vanilla vdr din't work for me on multiproto and h264 with vdr 1.7.1. > I had to set LIVEBUFFER at build time and use permanent timeshift in vdr > to get an image in vdr-sxfe. I was reading somewhere, iirc. on > vdr-portal.de, that this makes the dvbplayer behave like in vdr 1.7.0 > for h264 streams. OoO : with livebuffer on it works !!! I can watch DVB-S channels, including H.264 ones. For some unknown reason I can't seems to be able to watch Arte HD for example when I start VDR with all my cards. If I start VDR with -D1 (my only DVB-S2 card) it works well, I guess it miss a check like in the previous patch ;-) Great work :-) -- Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org http://picasaweb.google.com/Gregoire.Favre ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
En/na gimli ha escrit: > You got it ;) > > The vanilla vdr din't work for me on multiproto and h264 with vdr 1.7.1. > I had to set LIVEBUFFER at build time and use permanent timeshift in vdr > to get an image in vdr-sxfe. This is only for hd content or also for normal content? I had a similar problem (couldn't get an image) when trying to use vdr 1.7.1 with a dxr3 (so, obviously, just standard definition): http://article.gmane.org/gmane.linux.vdr/37672 Bye -- Luca ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Op Do, 2 oktober, 2008 16:35, schreef Gregoire Favre: > -- SNIP -- > I can watch DVB-S channels, including H.264 ones. > > For some unknown reason I can't seems to be able to watch Arte HD for > example when I start VDR with all my cards. > > If I start VDR with -D1 (my only DVB-S2 card) it works well, I guess it > miss a check like in the previous patch ;-) > I think why this is the case. The original patch by Igor (and then by me) disabled some items. More importantly, the code to switch to other cards/frontends. Since I'm going to work on DVB-T and DVB-C, I hope to implent this as well. I can test this a bit since I use DVB-S/DVB-S2 and DVB-T on my VDR configuration. > Great work :-) Yeah, Gimli made some nice patches! Since I had to work, I couldn't do this myself. Next patch from will will be for unpatched and patched VDR 1.7.0 with h264 patch. So, future patches will not have the speedup patches implented. Regards, Niels Wagenaar ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] VDR Extensions Patch from Zulu (was - [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
> > This is an extenions patch from Zulu for the vdr. > > You can find the package here : > > http://www.zulu-entertainment.de/download.php > > > > The latest extensions file is VDR-Extensions-Patch-64.tar.bz2 which > > contains the two patches i applied to vdr. This patch also contains > > h264 support for vdr. The only thing i had to do is use iirc. LIVEBUFFER > > and aktivate it also in the vdr setup.conf file to to make vdr-sxfe work > > with vdr 1.7.1. > > Oops, I finally understand it : I should first patch with : > vdr-1.7.1_extensions.diff and vdr-1.7.1-ext_h264.diff ;-) and what need to do next ? How is it possible to run on vdr 171 some of plugins and addons , which the're in Zulu's list ? ANALOGTV - Analogtv-, Pvrinput- und Pvrusb2-Plugin ATSC - Unterstützung für nordamerikanische Übertragungen CHANNELSCAN - Reelchannelscan-Plugin CMDRECCMDI18N - Lädt übersetzte Befehle wenn vorhanden CMDSUBMENU - Untermenüs bei den Befehlen CUTTERLIMIT - Bandbreite beim Schneiden limitieren CUTTERQUEUE - Warteschleife beim Schneiden CUTTIME - Anpassen der Startzeit beim Schneiden DDEPGENTRY - Entfernt doppelte Epg Einträge DELTIMESHIFTREC - Optionales löschen von zeitversetzten Aufnahmen DOLBYINREC - Dolby Digital in Aufnahmen DVBPLAYER - Editiern älterer Aufnahmen DVBSETUP - Setup fuer AC3-Transfer Fix, QAM_256, FF-Tuner abschalten DVDARCHIVE - DMH DVD-Archive DVDCHAPJUMP - Kapitelsprung mit Archive-Disks DVLFRIENDLYFNAMES - Filter fuer Dateinamen bei Aufnahmen DVLRECSCRIPTADDON - Erweiterung fuer das Aufnahme-Skript DVLVIDPREFER - Videozeichnispolitik für Aufnahmen EM84XX - EM84xx-Plugin GRAPHTFT - Graphtft-Plugin HARDLINKCUTTER - Video-Schnitt beschleunigen IPTV - IpTv-Plugin JUMPPLAY - Automatisch springen in Aufnahmen LIEMIKUUTIO - Dies und das ;) LIRCSETTINGS - Einstellungen für Lirc im OSD LIVEBUFFER - Permanetes Timeshift LNBSHARE - Ein LNB und zwei Sat-Karten MAINMENUHOOKS - Teile des VDR-Menu durch Plugins ersetzen MENUORG - Menuorg-Plugin NOEPG - NoEpgMenu-Plugin OSDMAXITEMS - Text2Skin-Plugin PINPLUGIN - Pin-Plugin PLUGINAPI - Autopatch Plugin-Makefiles (API) PLUGINMISSING - VDR startet trotz fehlender Plugins ROTOR - Rotor-Plugin SETTIME - Systemzeit per Skript stellen SETUP - Setup-Plugin SOURCECAPS - Verschiedene Satelliten SORTRECORDS - Aufnahmen sortieren SYNCEARLY - Schnellere Umschalzeit im Transfer Mode TIMERCMD - Befehle im Timermenu TIMERINFO - Zeigt mit +- Symbolen ob fuer den Timer noch genug Platz auf der HD ist TTXTSUBS - Ttxtsubs-Plugin VALIDINPUT - Show valid input VOLCTRL - Links/Rechts ~ Lautstärke Steuerung WAREAGLEICON - Bildchen im OSD YAEPG - Yet Another EPG ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Приветствую, gimli I have installed 3 patches and I couldn't compile the VDR 171 dvbdevice.c: In constructor ‘cDvbDevice::cDvbDevice(int)’: dvbdevice.c:542: error: ‘DVBFE_DELSYS_DUMMY’ was not declared in this scope dvbdevice.c: In member function ‘virtual bool cDvbDevice::ProvidesTransponder(const cChannel*) const’: dvbdevice.c:914: error: ‘dvbfe_modulation’ was not declared in this scope dvbdevice.c:914: error: ‘DVBFE_MOD_QAM256’ was not declared in this scope dvbdevice.c: In member function ‘virtual bool cDvbDevice::ProvidesChannel(const cChannel*, int, bool*) const’: dvbdevice.c:941: error: ‘dvbfe_modulation’ was not declared in this scope dvbdevice.c:941: error: ‘DVBFE_MOD_QAM256’ was not declared in this scope dvbdevice.c: At global scope: dvbdevice.c:211: warning: ‘unsigned int FrequencyToHz(unsigned int)’ defined but not used make: *** [dvbdevice.o] Ошибка 1 have you any advice ? > another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : > vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. > > cu > > Edgar (gimli) Hucek > > > Hello All, > > > > Yesterday evening I finally got S2API working with those troublesome > > DVB-S2 transponders using QPSK modulation. Attached is a patch which > > includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR 1.7.0. > > > > Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first time I > > created a patch, so please don't shoot me for it :) I use patch -p1, and > > it applied cleanly, *I think*. I've been using this patch since > > yesterdaynight, and everything seems very stable on a Hauppauge > > WinTV-NOVA-HD-S2 card. > > > > The patch itself is based upon Igor M. Liplianin's S2API patch. Many > > thanks to Igor and Darron Broad for helping me with this one. > > > > I hope to start with DVB-C and a working DVB-T implementation tonight. Any > > feedback on this patch is highly appreciated. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
> Op Do, 2 oktober, 2008 16:35, schreef Gregoire Favre: >> -- SNIP -- >> I can watch DVB-S channels, including H.264 ones. >> >> For some unknown reason I can't seems to be able to watch Arte HD for >> example when I start VDR with all my cards. >> >> If I start VDR with -D1 (my only DVB-S2 card) it works well, I guess it >> miss a check like in the previous patch ;-) >> > > I think why this is the case. The original patch by Igor (and then by me) > disabled some items. More importantly, the code to switch to other > cards/frontends. > > Since I'm going to work on DVB-T and DVB-C, I hope to implent this as > well. I can test this a bit since I use DVB-S/DVB-S2 and DVB-T on my VDR > configuration. > >> Great work :-) > > Yeah, Gimli made some nice patches! Since I had to work, I couldn't do > this myself. Next patch from will will be for unpatched and patched VDR > 1.7.0 with h264 patch. So, future patches will not have the speedup > patches implented. > > Regards, > > Niels Wagenaar > And i'll do the patches for 1.7.1 again ;) > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Re: [vdr] [PATCH] S2API for vdr-1.7.0 (quick hack for DVB-S/DVB-S2)
Hi, dissable DVBSETUP for now. cu Edgar (gimli) Hucek > ÐÑивеÑÑÑвÑÑ, gimli > > I have installed 3 patches and I couldn't compile the VDR 171 > > dvbdevice.c: In constructor âcDvbDevice::cDvbDevice(int)â: > dvbdevice.c:542: error: âDVBFE_DELSYS_DUMMYâ was not declared in this > scope > dvbdevice.c: In member function âvirtual bool > cDvbDevice::ProvidesTransponder(const cChannel*) constâ: > dvbdevice.c:914: error: âdvbfe_modulationâ was not declared in this > scope > dvbdevice.c:914: error: âDVBFE_MOD_QAM256â was not declared in this > scope > dvbdevice.c: In member function âvirtual bool > cDvbDevice::ProvidesChannel(const cChannel*, int, bool*) constâ: > dvbdevice.c:941: error: âdvbfe_modulationâ was not declared in this > scope > dvbdevice.c:941: error: âDVBFE_MOD_QAM256â was not declared in this > scope > dvbdevice.c: At global scope: > dvbdevice.c:211: warning: âunsigned int FrequencyToHz(unsigned int)â > defined but not used > make: *** [dvbdevice.o] ÐÑибка 1 > > > have you any advice ? > > > >> another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : >> vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff. >> >> cu >> >> Edgar (gimli) Hucek >> >> > Hello All, >> > >> > Yesterday evening I finally got S2API working with those troublesome >> > DVB-S2 transponders using QPSK modulation. Attached is a patch which >> > includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR >> 1.7.0. >> > >> > Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first >> time I >> > created a patch, so please don't shoot me for it :) I use patch -p1, >> and >> > it applied cleanly, *I think*. I've been using this patch since >> > yesterdaynight, and everything seems very stable on a Hauppauge >> > WinTV-NOVA-HD-S2 card. >> > >> > The patch itself is based upon Igor M. Liplianin's S2API patch. Many >> > thanks to Igor and Darron Broad for helping me with this one. >> > >> > I hope to start with DVB-C and a working DVB-T implementation tonight. >> Any >> > feedback on this patch is highly appreciated. > > ___ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr