Re: [vdr] GCC error messages [was: TS Play Plugin - breaksstreamdev and radio plugins]

2010-04-12 Thread Simon Baxter
Hi This is an off topic answer! Am Montag, 12. April 2010 schrieb Simon Baxter: > (on an off topic, I've never worked out why gcc puts â instead of ' - > gcc > seems to be the only thing that does it!) I don't know why, but it seems GCC tries to localize the error messages. I noticed that usi

Re: [vdr] ATSC Channel frequency crashing VDR

2010-04-12 Thread VDR User
Have you tried loading the driver with verbose logging enabled? This could be a driver problem. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] GCC error messages [was: TS Play Plugin - breaks streamdev and radio plugins]

2010-04-12 Thread Dieter Hametner
Hi This is an off topic answer! Am Montag, 12. April 2010 schrieb Simon Baxter: > > Should be fine - is it still failing? > > yes, the streamdev compile now fails with with: > > server/recplayer.c: In constructor âcRecPlayer::cRecPlayer(const > cRecording*)â: > server/recplayer.c:38: error: âco

[vdr] ATSC Channel frequency crashing VDR

2010-04-12 Thread Rob Davis
Hi Guys, I have two ATSC adapter. On one I scan my channels, create my channels.conf file (via a convoluted script), the channels work on that laptop using 1.6. I make a couple of edits to allow it to work on 1.7.12, but a particular frequency causes VDR to crash and get restarted by the watchdog.

Re: [vdr] Ring Buffer Overflow with streamdev

2010-04-12 Thread Simon Baxter
Приветствую, Simon may be you will happy with http://trac.xbmc.org/browser/branches/pvr-testing2/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver?rev=29133 Is this likely to replace the XBMC streamdev interface? I can find very little on the web about this "vnsi" and there's few helps or doc

Re: [vdr] TS Play Plugin - breaks streamdev and radio plugins

2010-04-12 Thread Simon Baxter
Should be fine - is it still failing? yes, the streamdev compile now fails with with: server/recplayer.c: In constructor âcRecPlayer::cRecPlayer(const cRecording*)â: server/recplayer.c:38: error: âconst class cRecordingâ has no member named âIsPesRecordingâ server/recplayer.c: In member funct

Re: [vdr] channelsource for streamdev ?

2010-04-12 Thread Rob Davis
> Hi, > > Following action: > 1. vdr server with dvb-s tuner and streamdev-server running > 2. vdr client with a dvb-s tuner and streamdev-client running > > The client fails to receive the channels provided by the server because > it tries to tune with it's owndvb-s tuner first. > > Is there a way

[vdr] channelsource for streamdev ?

2010-04-12 Thread Halim Sahin
Hi, Following action: 1. vdr server with dvb-s tuner and streamdev-server running 2. vdr client with a dvb-s tuner and streamdev-client running The client fails to receive the channels provided by the server because it tries to tune with it's owndvb-s tuner first. Is there a way to mark channels

Re: [vdr] TS Play Plugin - breaks streamdev and radio plugins

2010-04-12 Thread Frank Schmirler
On Mon, 12 Apr 2010 21:55:20 +1200, Simon Baxter wrote > Have I got this wrong? > > [r...@freddy server]# diff recplayer.c recplayer.c.orig > 37c37 > < #if 1 > --- > > #if VDRVERSNUM >= 10703 > 61c61 > < #if 0 > --- > > #if APIVERSNUM < 10703 > 102c102 > < #if 1 > --- > > #if APIVERSNUM >= 10703 >

Re: [vdr] TS Play Plugin - breaks streamdev and radio plugins

2010-04-12 Thread Simon Baxter
in streamdev's server/recplayer.c, replacing "#if {API,VDR}VERSNUM >= 10703" by "#if 1" and "#if APIVERSNUM < 10703" by "#if 0" should do the trick. Have I got this wrong? [r...@freddy server]# diff recplayer.c recplayer.c.orig 37c37 < #if 1 --- #if VDRVERSNUM >= 10703 61c61 < #if 0 --- #if

Re: [vdr] TS Play Plugin - breaks streamdev and radio plugins

2010-04-12 Thread Frank Schmirler
Hi, On Wed, 7 Apr 2010 18:52:20 +1200, Simon Baxter wrote > I'm trying to use Udo Richter's plugin to play .ts recordings in vdr- > 1.6.0 > (http://www.udo-richter.de/vdr/patches.en.html) but it breaks a > couple of plugins > > streamdev plugin: > > server/recplayer.c: In member function âuint