Re: [vdr] [PATCH] vcd-0.9 for VDR = 1.7.3

2010-08-15 Thread Halim Sahin
Hello, 
thx for this patch.
Unfortunately vcd plugin seems to have more issues with newer vdr's.
Playback works with vdr-1.7.15 but it almost freezes vdr.
I can't hit any vdr keys for long time.
some thimes it takes 1 minute to get a response to a key press.

I am using vcd-plugin with xineliboutput and vdr-1.7.15
Any ideas?

Regards
halim

-- 
Halim Sahin
E-Mail: 
halim.sahin (at) t-online.de

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] remotetimers-0.1.1 for VDR = 1.7.3

2009-08-30 Thread Thomas Günther
Hi!

Here is a patch for the remotetimers plug-in and VDR = 1.7.3:

http://toms-cafe.de/vdr/download/remotetimers-0.1.1-1.7.3.diff

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [PATCH] vompserver-0.3.0 for VDR = 1.7.3

2009-04-18 Thread Thomas Günther
Morfsta wrote:
 On Mon, Apr 13, 2009 at 11:47 PM, Thomas Günther t...@toms-cafe.de wrote:
 
  Here is a patch for the vompserver plug-in and VDR = 1.7.3:
 
  http://toms-cafe.de/vdr/download/vompserver-0.3.0-1.7.3.diff
 
 Thanks for making the patch, before I go back down the route of
 fiddling with VDR  1.7.0 again, could you confirm that this patch
 allows playback of TS recordings on Vomp clients?

I only checked if it compiles without errors.

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] vcd-0.9 for VDR = 1.7.3

2009-04-13 Thread Thomas Günther
Hi!

Here is a patch for the vcd plug-in and VDR = 1.7.3:

http://toms-cafe.de/vdr/download/vcd-0.9-1.7.3.diff

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] vompserver-0.3.0 for VDR = 1.7.3

2009-04-13 Thread Thomas Günther
Hi!

Here is a patch for the vompserver plug-in and VDR = 1.7.3:

http://toms-cafe.de/vdr/download/vompserver-0.3.0-1.7.3.diff

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] undelete-0.0.6 for VDR = 1.7.3

2009-04-13 Thread Thomas Günther
Hi!

Here is a patch for the undelete plug-in and VDR = 1.7.3:

http://toms-cafe.de/vdr/download/undelete-0.0.6-1.7.3.diff

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [PATCH] playlist-0.0.2 for VDR = 1.7.3

2009-04-07 Thread Thomas Günther
Hi!

Here is a patch for the playlist plug-in and VDR = 1.7.3:

http://toms-cafe.de/vdr/download/playlist-0.0.2-1.7.3.diff

Tom

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] Cuttime-patch for VDR-1.7.3

2009-01-25 Thread Udo Richter
Hi list,

The Cuttime-patch modifies the recording time of edited recordings to 
match the time of the first cut mark of the original recording. So if 
you start a recording 5 minutes earlier, and then later cut off the 
first 5 minutes, the resulting recording will have the proper start time 
again.

Also, if you cut the recording into several parts, each part will 
co-exist with the other parts, since they will differ in starting time.

The new version of the patch handles variable frame rates of VDR-1.7.3.

Get it:
http://www.udo-richter.de/vdr/patches.html#cuttime
http://www.udo-richter.de/vdr/patches.en.html#cuttime


Cheers,

Udo

PS: This should be the last one for today. ;)

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] graphlcd with vdr-1.7.3 ?

2009-01-23 Thread Gregoire Favre
Hello,

did someone upgrade graphlcd to use with VDR-1.7.3 ?

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


[vdr] 1.7.3

2009-01-16 Thread Mikko Tuumanen
Hello.

I've tried to play the new ts recordings with vlc and it seems that
there is a typo in remux.c.

--- remux.c.orig2009-01-16 12:22:43.0 +0200
+++ remux.c 2009-01-16 12:23:39.0 +0200
@@ -320,7 +320,7 @@
 uchar *cPatPmtGenerator::GetPmt(int Index)
 {
   if (Index  numPmtPackets) {
- IncCounter(patCounter, pmt[Index]);
+ IncCounter(pmtCounter, pmt[Index]);
  return pmt[Index++];
  }
   return NULL;

Good news is that vlc does show dvb subtitles from the ts recordings.

BTW, here is a quick and ugly hack to get streamdev to compile with
1.7.3.
http://users.utu.fi/mijutu/digitv/vdr/streamdev-pes_commented_out_for_vdr-1.7.3.diff
This is not worth merging anywhere, but works if you want to try to
record with 1.7.3 in a computer without actual dvb adapters.



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.3 + reelbox plugin

2009-01-16 Thread Josce
 I've made some patch for reelbox plugin, but I was not able to get sound
 as well as from eHD as from PC soundcard.

Same here. I just tried it, and the eHD does indeed give no sound. I
allready posted it in the Reel forum. Hopefully a fix will popup some day.

 So now I'm back at vdr-1.7.0 and last multiproto from Igor.


Same here. I'm back to 1.7.0 until the sound-problem has been fixed :)

Have you had any replies on the Reel forum?

Regards,

Josce


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] vdr-1.7.3 + reelbox plugin

2009-01-10 Thread Josce
I am currently using vdr-1.6.0 with reelbox plugin and would like to
test the new vdr-1.7.3. I have Checked out revision 10331 from reelbox.org.
Since I am having trouble getting the reelbox plugin to compile with vdr-1.7.3
I thought I'd check first before continuing:

- Does the reelbox plugin work with vdr-1.7.3?
(does vdr's switching to TS make the current plugin unusable?)

- Is there a patch already for vdr-1.7.3 to make it compile with the reelbox 
plugin?
( I have tested some patches for vdr-1.7.0, but the ones I have tested fail )

Regards,

Josce

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.3 + reelbox plugin

2009-01-10 Thread Ales Jurik
On Saturday 10 of January 2009, Josce wrote:
 I am currently using vdr-1.6.0 with reelbox plugin and would like to
 test the new vdr-1.7.3. I have Checked out revision 10331 from reelbox.org.
 Since I am having trouble getting the reelbox plugin to compile with
 vdr-1.7.3 I thought I'd check first before continuing:

 - Does the reelbox plugin work with vdr-1.7.3?
 (does vdr's switching to TS make the current plugin unusable?)

 - Is there a patch already for vdr-1.7.3 to make it compile with the
 reelbox plugin? ( I have tested some patches for vdr-1.7.0, but the ones I
 have tested fail )

 Regards,

 Josce

Hi,

yersterday I've tried to test it but first problem was S2API drivers - drivers 
from last versions are unusable for me (kernel 2.6.26, amd64 arch., 
HVR-4000). I was getting Oops, /dev/dvb was not populated and so on. Totally 
unusable drivers for my configuration.

Then I used S2API from 23.11.2008 - it is necessary to patch this version reg. 
Klaus need.

I've made some patch for reelbox plugin, but I was not able to get sound as 
well as from eHD as from PC soundcard.

It seemed to be that the switching between channels is 2-3 times longer (maybe 
as syncearly from R.Nissl is not implemented?).

So now I'm back at vdr-1.7.0 and last multiproto from Igor.

BR,

Ales

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.3 + reelbox plugin

2009-01-10 Thread Niels Wagenaar
Op Za, 10 januari, 2009 15:04, schreef Ales Jurik:
 On Saturday 10 of January 2009, Josce wrote:
 Hi,

 -- SNIP --
 I've made some patch for reelbox plugin, but I was not able to get sound
 as
 well as from eHD as from PC soundcard.


Same here. I just tried it, and the eHD does indeed give no sound. I
allready posted it in the Reel forum. Hopefully a fix will popup some day.

 It seemed to be that the switching between channels is 2-3 times longer
 (maybe
 as syncearly from R.Nissl is not implemented?).


I didn't encounter longer zapping times. But then again, I didn't look for
it especially.

 So now I'm back at vdr-1.7.0 and last multiproto from Igor.


Same here. I'm back to 1.7.0 until the sound-problem has been fixed :)

 BR,

 Ales


Regards,

Niels Wagenaar



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.3 + reelbox plugin

2009-01-10 Thread Goga777
 yersterday I've tried to test it but first problem was S2API drivers - 
 drivers 
 from last versions are unusable for me (kernel 2.6.26, amd64 arch., 
 HVR-4000). I was getting Oops, /dev/dvb was not populated and so on. Totally 
 unusable drivers for my configuration.

yes, me too

 Then I used S2API from 23.11.2008 - it is necessary to patch this version 
 reg. 
 Klaus need.

you can use fresh http://mercurial.intuxication.org/hg/s2-liplianin
I don't have such problem as with v4l-dvb 

Goga

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr