Re: [vdr] reelchannelscan & rotor plugin don't compile with vdr 1.7.13

2010-03-28 Thread Goga777
> thx Goga, this at least helped to find out what is not working. I always used > gotox not gotoposition. > When I choose goto position, this method is working, but gotox is not. fine i didn't test goto x > there one thing that's really wierd. After I changed rotor.conf like you > suggested (

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-28 Thread Goga777
> > please try to use this cumulate patch for streamdev-plugin from cvs > > > > http://cobradevil.org/downloads/streamdev-xbmc.patch > > > > or try to use the patched version of streamdev plugin > > ftp://elcom.kaluga.ru/pub/downloads/streamdev-2010-02-14.tar.gz > > > > > > also there's possibility

Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Klaus Schmidinger
On 27.03.2010 18:11, Joachim Wilke wrote: > I was just wondering, if > > ifdef PLUGIN > CFLAGS += -fPIC > CXXFLAGS += -fPIC > endif > > can now be removed from Make.config.template, as the new Make.global > cares for -fPIC since VDR 1.7.13. I guess you're right - changed for version 1.7.15. K

[vdr] Extrecmenu for vdr 1.7.14

2010-03-28 Thread Matthias Fechner
Hi, has anyone the extrecmenu plugin working with 1.7.14 and can provide with a patch? Thanks, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, t

Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Paul Menzel
Am Sonntag, den 28.03.2010, 14:36 +0200 schrieb Klaus Schmidinger: > On 27.03.2010 18:11, Joachim Wilke wrote: > > I was just wondering, if > > > > ifdef PLUGIN > > CFLAGS += -fPIC > > CXXFLAGS += -fPIC > > endif > > > > can now be removed from Make.config.template, as the new Make.global > > c

Re: [vdr] Adapt Make.config.template to VDR 1.7.13

2010-03-28 Thread Klaus Schmidinger
On 28.03.2010 14:49, Paul Menzel wrote: > Am Sonntag, den 28.03.2010, 14:36 +0200 schrieb Klaus Schmidinger: >> On 27.03.2010 18:11, Joachim Wilke wrote: >>> I was just wondering, if >>> >>> ifdef PLUGIN >>> CFLAGS += -fPIC >>> CXXFLAGS += -fPIC >>> endif >>> >>> can now be removed from Make.conf

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Klaus Schmidinger
On 27.03.2010 12:19, Eric Valette wrote: > On 27/03/2010 12:13, Klaus Schmidinger wrote: >> On 27.03.2010 12:10, Eric Valette wrote: >>> Hi, >>> >>> I've been botten by the 2GB file size split and would like to: >>> 1) create a single file. "cat *.ts"> result.ts does not work well >>> because

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Eric Valette
On 28/03/2010 15:16, Klaus Schmidinger wrote: I just made a recording with a 1MB file size and cat'ed the files together. The result played just fine on my FF-DVBS card. It indeed works with xbmc, not with smplayer. Anyway I've found a way to make it work (and now I will have only one chunk)

Re: [vdr] Extrecmenu for vdr 1.7.14

2010-03-28 Thread Helmut Auer
Am 28.03.2010 14:45, schrieb Matthias Fechner: > Hi, > > has anyone the extrecmenu plugin working with 1.7.14 and can provide > with a patch? > > Thanks, > Matthias > This one is for vdr-1.7.12 but it should work with 1.7.14 also: http://www.vdr-portal.de/board/thread.php?postid=881950#post8819

[vdr] Any valid patch for streamdev plugin to support EAC3 for TS (France)?

2010-03-28 Thread Eric Valette
Hi, With the previously mentioned one line patche for pat.c vdr 1.7.14 does record correctly France HDTV (VC1 + eac3) .ts stream. However, trying to stream them using streamdev (what xbmc does on the pvr2-testing branch for Kive TV), the EAC3 problem is still there somewhere as Arte HD works

Re: [vdr] Extrecmenu for vdr 1.7.14

2010-03-28 Thread Matthias Fechner
Hi Helmut, Am 28.03.10 15:47, schrieb Helmut Auer: This one is for vdr-1.7.12 but it should work with 1.7.14 also: http://www.vdr-portal.de/board/thread.php?postid=881950#post881950 thanks, works great. Thanks, Matthias -- "Programming today is a race between software engineers striving

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Lars Bläser
Eric Valette wrote: > On 28/03/2010 15:16, Klaus Schmidinger wrote: > >> I just made a recording with a 1MB file size and cat'ed the files >> together. The result played just fine on my FF-DVBS card. > > It indeed works with xbmc, not with smplayer. Anyway I've found a way to > make it work (and

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Klaus Schmidinger
On 28.03.2010 17:23, Lars Bla"ser wrote: > Eric Valette wrote: >> On 28/03/2010 15:16, Klaus Schmidinger wrote: >> >>> I just made a recording with a 1MB file size and cat'ed the files >>> together. The result played just fine on my FF-DVBS card. >> It indeed works with xbmc, not with smplayer. Any

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Eric Valette
On 28/03/2010 17:23, Lars Bläser wrote: vdr does not look for any strukture of a recorded file it just cut's when the byte conter limit for a file is reached imho your method is not good you will loose data on the file borders which will result in gaps and async audio converting every file of

Re: [vdr] merging correctly several .ts files to a single ts file or better mkv

2010-03-28 Thread Eric Valette
On 28/03/2010 17:45, Eric Valette wrote: On 28/03/2010 17:23, Lars Bläser wrote: Granted. However, merging with cat *.ts > complete.ts + trying a single pass mkv conversion fails miserably (allhough I have very up to date ffmpeg version). See fourth message in this threads ffmpeg complain wit

Re: [vdr] vdr-1.7.14 + xine fails with h.264

2010-03-28 Thread Reinhard Nissl
Hi, Am 27.03.2010 12:42, schrieb Jouni Karvo: > since I updated from vdr-1.7.11, there is some change in the way H.264 > is treated: > > With 1.7.11 + xine with vdpau support, I can watch H.264 "HDTV" shows > without problems. Occasionally, there is a small glitch. > > But with 1.7.14 + the sa

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-28 Thread Simon Baxter
Well, I've tried the patched version above, and it is better. I now seem to be able to switch between live channels in XBMC, but still only get a few seconds of video/audio then the stream freezes. don't know why you have so strange behaviour which xbmc-pvr version do you have ? I checked

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-28 Thread Goga777
Приветствую, Simon > >> Well, I've tried the patched version above, and it is better. I now seem > >> to > >> be able to switch between live channels in XBMC, but still only get a few > >> seconds of video/audio then the stream freezes. > > > > don't know why you have so strange behaviour > > > >

Re: [vdr] vdr-1.7.14 + xine fails with h.264

2010-03-28 Thread Luca Olivetti
En/na Reinhard Nissl ha escrit: Hi, Am 27.03.2010 12:42, schrieb Jouni Karvo: since I updated from vdr-1.7.11, there is some change in the way H.264 is treated: With 1.7.11 + xine with vdpau support, I can watch H.264 "HDTV" shows without problems. Occasionally, there is a small glitch. But

[vdr] [ANNOUNCE] vdr-osdpip-0.1.0

2010-03-28 Thread Thomas Günther
Hello! This is the first release of the VDR OSD-PiP plugin from http://projects.vdr-developer.org. New develpment site: http://projects.vdr-developer.org/projects/show/plg-osdpip Downloads: http://projects.vdr-developer.org/projects/list_files/plg-osdpip Git-Web: http://projects.vdr-deve