Re: [vdr] Questions about good hardware to view VDR 4K

2019-05-09 Thread Luca Olivetti
El 8/5/19 a les 19:25, Karl-Heinz Volk ha escrit: I just purchased an Amazon FireTV 4k stick and this is amazing. It is working until  2160p60 consuming 1..2 Watt using an USB power supply. Why is there no VDR for Android using network DVB sources? You can buy an android tv box and put libree

Re: [vdr] playing VDR-recordings on Samsung Smart TV with subtitles

2016-01-13 Thread Luca Olivetti
El 13/01/16 a les 12:00, Peter Münster ha escrit: Hi, Is is possible to play VDR-recordings on Samsung Smart TV with subtitles, and if yes, how please? It seems, that the Samsung Smart needs 2 files: an mp4 and an srt file. I've tried: "ffmpeg -i 1.ts -vn -an -codec:s:0 srt 1.srt" But

Re: [vdr] diseqc usals communication protocol

2015-12-13 Thread Luca Olivetti
the "Positioner application notes" one. Duh Bye Regards El 2015-12-12 17:37, Luca Olivetti escribió: Hello, In cDiseqcPositioner the last nibble (corresponding to the first decimal) of the angle is calculated as a % 10 * 16 / 10 With, e.g. angle -123 (-12.3) the resulting dise

[vdr] diseqc usals communication protocol

2015-12-12 Thread Luca Olivetti
Hello, In cDiseqcPositioner the last nibble (corresponding to the first decimal) of the angle is calculated as a % 10 * 16 / 10 With, e.g. angle -123 (-12.3) the resulting diseqc command would be 6e e0 c4 (i.e. the last nibble is 4 to represent 0.3). OTOH the enigma2 implementation uses

Re: [vdr] Which DVB-S / DVB-S2 cards are recommended?

2015-10-02 Thread Luca Olivetti
El 02/10/15 a les 02:14, Ralph Metzler ha escrit: Yes, build instructions are hard to find. After some trial and error I am doing it like this: git clone https://github.com/oe-alliance/build-enviroment.git cd build-enviroment make MACHINE=vuduo2 DISTRO=openvix DISTRO_TYPE=release make image

Re: [vdr] Which DVB-S / DVB-S2 cards are recommended?

2015-10-01 Thread Luca Olivetti
El 12/08/15 a les 09:28, jori.hamalai...@teliasonera.com ha escrit: I abandoned VDR after 11 years of running it for Duo2+OpenVix. Sorry for the off-topic, but my google-fu is failing: where could I find instructions on how to build openvix from sources? I see they're on github, but they have

Re: [vdr] RFC: one or many positioners?

2013-04-23 Thread Luca Olivetti
Al 23/04/13 12:41, En/na Klaus Schmidinger ha escrit: >> >> So maybe it should be better called "SetCurrentPosition" > > The specs on the 0x6F command are a little vague. > What do you suggest should be sent to a DiSEqC rotor? > Something like > > 6F nn 00 00 > > where 'nn' is the number of t

Re: [vdr] RFC: one or many positioners?

2013-04-22 Thread Luca Olivetti
Al 22/04/13 14:28, En/na Klaus Schmidinger ha escrit: > So what do you folks think? I don't have any preference wrt Left/Right East/West. My last (and only) set top box with integrated positioner was analogue and used East/West, but I don't remember if it had any provision for the southern hemisp

Re: [vdr] RFC: one or many positioners?

2013-04-22 Thread Luca Olivetti
Al 22/04/13 11:11, En/na Klaus Schmidinger ha escrit: >> I'd suggest a parameter with the number of steps to move (and for "step" >> I mean a "pulse", not the next/previous stored satellite position). > > I don't see the need for a "number of steps". Well, I use it from time to time. Say I move

Re: [vdr] RFC: one or many positioners?

2013-04-22 Thread Luca Olivetti
Al 22/04/13 11:12, En/na Klaus Schmidinger ha escrit: >> virtual void Recalc(int Number) >>///> Number >>/// > What would this actually be good for? Imagine that the dish moved but the counter didn't work, or simply there's some slack accumulated, so the actual position and the registere

Re: [vdr] RFC: one or many positioners?

2013-04-21 Thread Luca Olivetti
Al 21/04/13 20:36, En/na Luca Olivetti ha escrit: > Al 21/04/13 15:52, En/na Klaus Schmidinger ha escrit: > > One more observation > >> virtual void StepEast(void) {} >> ///< Move the dish one step to the east. >> virtual void StepWest(void) {} &g

Re: [vdr] RFC: one or many positioners?

2013-04-21 Thread Luca Olivetti
Al 21/04/13 15:52, En/na Klaus Schmidinger ha escrit: One more observation > virtual void StepEast(void) {} > ///< Move the dish one step to the east. > virtual void StepWest(void) {} > ///< Move the dish one step to the west. I'd suggest a parameter with the number of st

Re: [vdr] RFC: one or many positioners?

2013-04-21 Thread Luca Olivetti
Al 21/04/13 20:17, En/na Luca Olivetti ha escrit: > Al 21/04/13 15:52, En/na Klaus Schmidinger ha escrit: > >> >> Any visual feedback will be done via the channel display of the skin, by >> comparing >> CurrentLongitude() to TargetLongitude(). And of course any sect

Re: [vdr] RFC: one or many positioners?

2013-04-21 Thread Luca Olivetti
Al 21/04/13 15:52, En/na Klaus Schmidinger ha escrit: > > Any visual feedback will be done via the channel display of the skin, by > comparing > CurrentLongitude() to TargetLongitude(). And of course any section > filtering will > start only after the target position has been reached. Mmh, how w

Re: [vdr] RFC: one or many positioners?

2013-04-21 Thread Luca Olivetti
Al 21/04/13 14:54, En/na Klaus Schmidinger ha escrit: > I'm currently implementing support for steerable dishes, loosely based > on https://linuxtv.org/patch/12911. In doing so, I'm defining a virtual > base class cPositioner, which defines all the functions necessary to > control the positioner.

Re: [vdr] Call for translations for VDR version 2.0.0: one more string needed

2013-03-04 Thread Luca Olivetti
Al 04/03/13 15:30, En/na Klaus Schmidinger ha escrit: > While implementing an option to turn on/off sorting folders first in the > Recordings > menu, one more string was necessary and needs to be translated: > > "Always sort folders first" es_ES "Siempre ordenar primero carpetas" ca_ES "Sempre

Re: [vdr] [DISCUSSION REQUEST] reintroduce a common make configuration file in VDR-1.7.35

2013-01-01 Thread Luca Olivetti
Al 30/12/12 01:08, En/na Christopher Reimer ha escrit: > > I don't consider the mailinglist as "central spot of developement". > Here I'm forced to speak English. Almost all VDR Users are German. And > in VDR-Portal I reach the critical mass. With the addition that I am > allowed to speak my nati

Re: [vdr] RFE: Make VDR more friendly when using combinations of DVB-S, DVB-T and DVB-C

2012-06-17 Thread Luca Olivetti
Al 17/06/12 12:50, En/na Klaus Schmidinger ha escrit: > Well, first of all: there will be no SQL dependency in the core VDR ;-) That's a pity, because channels.conf would be a perfect candidate for being an sqlite table. (Note that I said "sqlite", not "sql", but since sqlite uses sql it would a

Re: [vdr] Updating actuator plugin

2012-03-27 Thread Luca Olivetti
Al 27/03/12 16:35, En/na Dominic Evans ha escrit: > Ah I realise now that someone sent me the rotorng sources rather than > the actuator plugin. > > Which is the superior of these two? They're different: "actuator" controls an "old style" 36V actuator, using a relay board connected to the paral

Re: [vdr] Updating actuator plugin

2012-03-27 Thread Luca Olivetti
Al 27/03/2012 15:29, En/na YUP ha escrit: I managed to build actuator plugin. As it was stated by Klaus, "Any plugins that implement cStatus::ChannelSwitch() need to add the parameter 'bool LiveView' to that function." So it is enough to add "bool LiveView" , for details please see my PKGBUILD ht

Re: [vdr] Updating actuator plugin

2012-03-26 Thread Luca Olivetti
> pluging I tried. Pls, find some time! ;-) I'm really sorry, but I have even less time now :-( I think I won't have time to touch this at least until summer. Bye > Regards, > > Yarema > > 17 січня 2012 р. 13:28 Luca Olivetti <mailto:l...@ventoso.org>> на

Re: [vdr] IS there a working UPnP-AV/DLNA support for VDR?

2012-02-10 Thread Luca Olivetti
Al 10/02/12 18:07, En/na Pim Zandbergen ha escrit: > I suppose you could use mediatomb with vdrnfofs to share your recordings. Or hack the TV to simply nfs mount the directory with the recordings Bye -- Luca ___ vdr mailing list vdr@linuxtv.org http:

Re: [vdr] Undetected channels on transponders switching from DVB-S to DVB-S2

2011-09-13 Thread Luca Olivetti
Al 13/09/11 11:09, En/na Henning Pingel ha escrit: > Can actuator be used by people without a "motor" behind their dish? Yes, with the -s option it will just offer the channel scanning functionality. Bye -- Luca ___ vdr mailing list vdr@linuxtv.org h

Re: [vdr] Undetected channels on transponders switching from DVB-S to DVB-S2

2011-09-11 Thread Luca Olivetti
Al 11/09/11 13:49, En/na Udo Richter ha escrit: > Am 11.09.2011 11:37, schrieb Henning Pingel: >> And this tackles another small problem: I think that VDR doesn't delete >> any channels from the channels.conf in any case. So outdated channels >> have to be removed manually. Has there been an attemp

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-10 Thread Luca Olivetti
Al 09/09/11 21:19, En/na Reinhard Nissl ha escrit: > No matter which OSD size I setup in vdr-xine (e. g. 720x576, 1280x720 or > 1920x1080), the subtitles are never positioned correctly and vdr-xine > complains very often like that: > > vdr-xine: new OSD(-152, 0) requested with coordinates out

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-09 Thread Luca Olivetti
Al 09/09/11 16:54, En/na Klaus Schmidinger ha escrit: >> I think this is still needed for output plugins that don't implement the >> method, >> so that they should at least work as before this modification. > > Can you please point out exactly which modificaton you are > referring to? I'm refer

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-05 Thread Luca Olivetti
Al 05/09/11 19:43, En/na Luca Olivetti ha escrit: > Ok, I got confused, but why do you use VideoAspect * OsdHeight instead of > OsdWidth? > Most probably the problem is caused because the dxr3 plugin doesn't implement > the GetOsdSize and GetVideoSize method, but the xine plug

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-05 Thread Luca Olivetti
Al 05/09/11 18:15, En/na Klaus Schmidinger ha escrit: > On 05.09.2011 00:08, Luca Olivetti wrote: >> Al 04/09/11 23:53, En/na Luca Olivetti ha escrit: >>> Al 04/09/11 23:05, En/na Klaus Schmidinger ha escrit: >>> >>>>> Ok, I couldn't resist a

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-04 Thread Luca Olivetti
Al 04/09/11 23:53, En/na Luca Olivetti ha escrit: > Al 04/09/11 23:05, En/na Klaus Schmidinger ha escrit: > >>> Ok, I couldn't resist and I tried. I don't know if it solves the issue >>> because now the subtitles are "whacky": they only appear from t

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-04 Thread Luca Olivetti
Al 04/09/11 23:05, En/na Klaus Schmidinger ha escrit: >> Ok, I couldn't resist and I tried. I don't know if it solves the issue >> because now the subtitles are "whacky": they only appear from time to >> time and they're in the middle of the screen, both with my trusty dxr3 and >> with the xine pl

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-04 Thread Luca Olivetti
Al 04/09/11 17:22, En/na Luca Olivetti ha escrit: > Al 04/09/11 16:41, En/na Klaus Schmidinger ha escrit: > >>> Does this modification fix the issue? >> >> It might - there's one way to find out ;-) > > Well, I'm getting old, so I try the "latest

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-04 Thread Luca Olivetti
Al 04/09/11 16:41, En/na Klaus Schmidinger ha escrit: >> Does this modification fix the issue? > > It might - there's one way to find out ;-) Well, I'm getting old, so I try the "latest and greatest" only if it's strictly necessary :-D Bye -- Luca

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.21

2011-09-04 Thread Luca Olivetti
Al 04/09/11 15:42, En/na Klaus Schmidinger ha escrit: > - The subtitle PIDs are now stored in the channels.conf file as an extension > to the > TPID field (thanks to Rolf Ahrenberg). When I start a recording on a satellite that's not the one the dish is pointing at, when it finally reaches th

Re: [vdr] UK FreeviewHD and VDR

2011-08-11 Thread Luca Olivetti
Al 12/08/11 00:09, En/na Chris Rankin ha escrit: > Could someone tell me what the "recommended" approach is for parsing a > Huffman-compressed EPG with VDR please? I suspect that I can integrate this > patch into VDR manually, but this isn't a viable long-term solution. You can use the eepg plu

Re: [vdr] will VDR run on this?

2011-08-01 Thread Luca Olivetti
Al 01/08/11 10:04, En/na Steffen Barszus ha escrit: > 2011/8/1 Gerald Dachs : >>> http://www.geek.com/articles/chips/raspberry-pi-25-pc-goes-into-alpha-production-20110728/ >>> >>> Any thoughts? >> >> VDR runs just fine on a seagate dockstar, so I see no reason why it >> shouldn't run on this devic

Re: [vdr] rotor-ng in development [was [ANNOUNCE] vdr-actuator-1.2.0 plugin]

2011-03-20 Thread Luca Olivetti
Al 20/03/11 22:20, En/na Morfsta ha escrit: > I'd like to release it at some point when I've tidied it up (perhaps > as rotor-ng or something), but one issue I have is with DVB-S2 signal > tuning and scanning on my Hauppauge Nova HD-S2 card - does anyone have > this functionality working either wi

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.17

2011-03-13 Thread Luca Olivetti
Al 13/03/11 12:46, En/na Klaus Schmidinger ha escrit: > This version introduces support for TrueColor OSD. > Note, though, that output plugins need to be enhanced in order > to support actual TrueColor display (if the device they control > can handle TrueColor). And if it cannot, will it work wi

Re: [vdr] Request for rotor/actuator support integration to vdr

2011-01-23 Thread Luca Olivetti
Al 23/01/11 09:56, En/na Arthur Konovalov ha escrit: On 22.01.2011 20:31, Timothy D. Lenz wrote: VDR being a euro program where FTA sat is far more common should have really good support built in. I agree and awaiting too native rotor support in the vdr core. What I'd like to see is that cor

Re: [vdr] Request for rotor/actuator support integration to vdr

2011-01-22 Thread Luca Olivetti
Al 22/01/11 19:31, En/na Timothy D. Lenz ha escrit: I know about that plugin. Won't really help with a rotor. Different setup. Actuators are for BUD's, Dishes over 1.2m though they have come out with small dish systems. Yes, my dish is 1.2m, but I fitted it for an analog receiver, long before

Re: [vdr] new OSD system

2011-01-16 Thread Luca Olivetti
Al 16/01/11 12:09, En/na Gero ha escrit: Currently when I forget to switch to a SD channel on the xineliboutput frontend before stopping that frontend, the vdr is not operable for the FF- user. There's no way to recover. I had the same issue with vdr-xine and the dxr3 plugin. Maybe the ff outp

Re: [vdr] Meridian

2011-01-11 Thread Luca Olivetti
Al 11/01/11 21:50, En/na Tony Houghton ha escrit: BTW, this is my entry for it ITV1 Meridian S;BSkyB:10891:HC56M2O0S0:S28.2E:22000:3336=2:3337=...@4:2344:0:10140:2:2053:0 Essentially the same as mine I think. Well, yours is missing some of the parameters (i.e. it's missing the M2O0S0),

Re: [vdr] Meridian

2011-01-11 Thread Luca Olivetti
Al 11/01/11 19:24, En/na Tony Houghton ha escrit: Since my upgrade from VDR 1.6.0 to 1.7.16 I can't view my local ITV1 region (ITV1 Mer South) on Freesat. The EPG appears normal, but there's no picture or sound. ITV1 is OK on Freeview, as is the London version on Freesat. The log says: Jan 11 18

Re: [vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2011-01-08 Thread Luca Olivetti
Al 04/01/11 10:01, En/na Luca Olivetti ha escrit: En/na Luca Olivetti ha escrit: Yesterday I noticed that the timing offset is not fixed but depends on the recording (e.g, with my previous experiments I hardcoded a 4 seconds delay for the bbc channels, while yesterday I needed a 2 minutes

Re: [vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2011-01-04 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: Yesterday I noticed that the timing offset is not fixed but depends on the recording (e.g, with my previous experiments I hardcoded a 4 seconds delay for the bbc channels, while yesterday I needed a 2 minutes delay). I don't know the cause of this o

Re: [vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2011-01-02 Thread Luca Olivetti
Al 01/01/11 18:09, En/na Luca Olivetti ha escrit: I found a simpler (i.e scriptable) way: I wrote a simple python script that uses ProjectX (cvs version) to extract the subtitles from the ts file, BDSup2Sub to convert the subtitles to png images, ImageMagick's convert to improve the resu

Re: [vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2011-01-01 Thread Luca Olivetti
Al 18/12/10 12:57, En/na Luca Olivetti ha escrit: Al 15/12/10 18:28, En/na Luca Olivetti ha escrit: I've a media player that only understand srt subtitles, so I'm looking for a way to extract the dvb subtitles from a vdr ts recording, and then use some kind of ocr to convert it to sr

Re: [vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2010-12-18 Thread Luca Olivetti
Al 15/12/10 18:28, En/na Luca Olivetti ha escrit: I've a media player that only understand srt subtitles, so I'm looking for a way to extract the dvb subtitles from a vdr ts recording, and then use some kind of ocr to convert it to srt. I asked google and I came empty handed (many peo

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-15 Thread Luca Olivetti
Al 15/12/10 20:57, En/na Jouni Karvo ha escrit: I don't understand what would be easy in using SQL. Since the channels.conf-code is already there, and pretty stable, then obviously rewriting that to SQL is not "easy", but instead additional work. Justifying additional work needs some reason. W

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-15 Thread Luca Olivetti
Al 15/12/10 20:35, En/na VDR User ha escrit: On Wed, Dec 15, 2010 at 9:21 AM, Luca Olivetti wrote: Instead of speculating I actually tried. I created a test database with the contents of my channels.conf (only containing the number, name, frequency, source, symbol rate and the vpid, I don&#

[vdr] How to extract HD dvb subtitles (and possibly convert to srt)?

2010-12-15 Thread Luca Olivetti
I've a media player that only understand srt subtitles, so I'm looking for a way to extract the dvb subtitles from a vdr ts recording, and then use some kind of ocr to convert it to srt. I asked google and I came empty handed (many people asking the same question with no working answer). What

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-15 Thread Luca Olivetti
Al 15/12/10 00:19, En/na VDR User ha escrit: On Tue, Dec 14, 2010 at 12:56 PM, Luca Olivetti wrote: Instead of speculating I actually tried. I created a test database with the contents of my channels.conf (only containing the number, name, frequency, source, symbol rate and the vpid, I don&#

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-14 Thread Luca Olivetti
Al 14/12/10 21:20, En/na Luca Olivetti ha escrit: Al 13/12/10 11:34, En/na Steffen Barszus ha escrit: That was my point in the beginning. Then: I want to see sqlite3 being less efficient on insert and fetch or memory consumption. I can not imagine it (prove me wrong! ;)). Last but not least i

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-14 Thread Luca Olivetti
Al 13/12/10 11:34, En/na Steffen Barszus ha escrit: That was my point in the beginning. Then: I want to see sqlite3 being less efficient on insert and fetch or memory consumption. I can not imagine it (prove me wrong! ;)). Last but not least i don't think any user would even notice any differen

Re: [vdr] Request: E parameter in channels.conf for epg scan

2010-12-13 Thread Luca Olivetti
En/na Klaus Schmidinger ha escrit: Of course, but they are *simple* databases ;-) I don't want VDR to become dependent on some particular database software. And I like the fact that these files are plain readable text files. text files, yes, plain readable, no (with all special symbols, specia

Re: [vdr] cSdtFIlter and LinkChannels

2010-11-12 Thread Luca Olivetti
Al 12/11/10 16:24, En/na Klaus Schmidinger ha escrit: I also see that cSdtFilter starts processing with the first section, and that shouldn't really be necessary as long as one processes all sections. Personally I'm not interested in that whole NVOD stuff, therefore Me neither, but that ques

Re: [vdr] UK users - multiple BBC One/Two/News in channels list

2010-11-03 Thread Luca Olivetti
Al 03/11/10 21:31, En/na Alasdair Campbell ha escrit: Hi, Been a while since I've used VDR. Have it setup after scanning using the scan program, however something is strange. There are multiple versions of some channels, such as BBC One/Two/News, Channel 4 etc. Some of these either have video a

Re: [vdr] reelchannelscan not working with empty channels.conf!

2010-10-22 Thread Luca Olivetti
En/na Halim Sahin ha escrit: Hi, On Thu, Oct 21, 2010 at 10:03:05PM +0400, Goga777 wrote: have a look on actuator plugin from Luca http://www.ventoso.org/luca/vdr/ I read only about dvb-s/s2 support in the announcement. Unfortunately in need also dvb-t and maybe later dvb-c (I am looking for

Re: [vdr] reelchannelscan not working with empty channels.conf!

2010-10-21 Thread Luca Olivetti
Al 21/10/10 20:03, En/na Goga777 ha escrit: I tested reelchannelscan on my vdr-1.7.15 and had problems with it. It crashs when using it with empty channels.conf, because it need a tuned channel before scanning. When started with an empty channels.conf there is no channel tuned and the plugin gets

Re: [vdr] Replay Problems with Extension HD

2010-10-12 Thread Luca Olivetti
Al 12/10/10 18:13, En/na Hannu Tirkkonen ha escrit: On 11.10.2010 22.22, Vesa wrote: eHD card has now days working plugin for vdr, more info about that here: http://www.vdr-portal.de/board/thread.php?threadid=98019 eHD is stable with latest card firmwares, also for ts playback. Only issue is s

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luca Olivetti
Al 10/10/10 17:04, En/na Luca Olivetti ha escrit: Al 10/10/10 16:39, En/na Luis Fernandes ha escrit: hello, just to say that in scanner.c must contain this patch if relevant: - Int Atypes [MAXDPIDS + 1] = {0}; + Int Atypes [MAXAPIDS + 1] = {0}; and also Dpids [NumDpids] = esPid; + Dtypes

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luca Olivetti
Al 10/10/10 16:39, En/na Luis Fernandes ha escrit: hello, just to say that in scanner.c must contain this patch if relevant: - Int Atypes [MAXDPIDS + 1] = {0}; + Int Atypes [MAXAPIDS + 1] = {0}; and also Dpids [NumDpids] = esPid; + Dtypes [NumDpids] = SI:: AC3DescriptorTag;

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luca Olivetti
Al 10/10/10 13:54, En/na Luca Olivetti ha escrit: Al 10/10/10 13:39, En/na Gregoire Favre ha escrit: On Sun, Oct 10, 2010 at 12:39:24AM +0200, Luca Olivetti wrote: Oh, I know what happened :-( Try the attached patch. Thanks, that's it :-) Ok, I'll push a new release. I releas

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luca Olivetti
Al 10/10/10 14:06, En/na Goga777 ha escrit: From this version it is also possible to use the plugin without an actuator, i.e. as a channel scanner only. does it mean, that with your plugin no need to use reelchannelscan plugin for creating/updating channels.conf ? Yes, but I could only

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luca Olivetti
Al 10/10/10 13:39, En/na Gregoire Favre ha escrit: On Sun, Oct 10, 2010 at 12:39:24AM +0200, Luca Olivetti wrote: Oh, I know what happened :-( Try the attached patch. Thanks, that's it :-) Ok, I'll push a new release. Now i just discovered that my vdr-xine don't seem

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-09 Thread Luca Olivetti
Al 10/10/10 00:25, En/na Luca Olivetti ha escrit: Al 09/10/10 23:23, En/na Gregoire Favre ha escrit: On Sat, Oct 09, 2010 at 10:43:10PM +0200, Luca Olivetti wrote: Yes, but I could only test it with plain dvb-s, no dvb-s2. Also, it doesn't to a blind scan, it needs a transponder.ini fil

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-09 Thread Luca Olivetti
Al 09/10/10 23:23, En/na Gregoire Favre ha escrit: On Sat, Oct 09, 2010 at 10:43:10PM +0200, Luca Olivetti wrote: Yes, but I could only test it with plain dvb-s, no dvb-s2. Also, it doesn't to a blind scan, it needs a transponder.ini file for each satellite that you want to scan. Yo

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-09 Thread Luca Olivetti
Al 09/10/10 22:03, En/na Goga777 ha escrit: From this version it is also possible to use the plugin without an actuator, i.e. as a channel scanner only. does it mean, that with your plugin no need to use reelchannelscan plugin for creating/updating channels.conf ? Yes, but I could only te

[vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-09 Thread Luca Olivetti
Hello, I'm releasing version 1.2.0 of the "actuator" plugin available at http://www.ventoso.org/luca/vdr/ This plugin controls a linear actuator (or an horizon to horizon one) through the parallel port with a simple circuit. From this version it is also possible to use the plugin without an a

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-08 Thread Luca Olivetti
Al 08/10/10 00:37, En/na Mika Laitio ha escrit: with vdr 1.7.16 and reelbox plugin (eHD) this channels are ok in live tv (even with some BER with my dish, Warszawa seemed to be weaker, i also got UNC's there but no real problems, only a small picture distortion some times) And Reinhard also see

Re: [vdr] Why won't my DVB-S work?

2010-10-07 Thread Luca Olivetti
En/na Simon Baxter ha escrit: My setup.conf for the LNB has: LnbFrequHi = 11300 LnbFrequLo = 10750 LnbSLOF = 12500 If that's an universal lnb the correct settings are LnbFrequHi = 10600 LnbFrequLo = 9750 LnbSLOF = 11700 Bye -- Luca ___ vdr mailin

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-06 Thread Luca Olivetti
Al 06/10/10 10:11, En/na Luca Olivetti ha escrit: En/na Luca Olivetti ha escrit: En/na Newsy Paper ha escrit: which DVB card and which driver version do you use? I also had those problems with an old skystar 2. Nr of pid filters was too low and datarate of the stream was to high to transport

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-06 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: En/na Newsy Paper ha escrit: which DVB card and which driver version do you use? I also had those problems with an old skystar 2. Nr of pid filters was too low and datarate of the stream was to high to transport it completely I was told. The card is indeed a

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-06 Thread Luca Olivetti
En/na Newsy Paper ha escrit: which DVB card and which driver version do you use? I also had those problems with an old skystar 2. Nr of pid filters was too low and datarate of the stream was to high to transport it completely I was told. The card is indeed a skystar 2, but these are fairly lo

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-05 Thread Luca Olivetti
Al 05/10/10 21:50, En/na Luca Olivetti ha escrit: Does this happen with 1.7.15 too? I'm still at 1.7.15 -- didn't find time to update yet. Yes, I just tried 1.7.16 to see if if was automagically solved. I also tried with vdr-1.7.9 (a random version I used since I had the tarball a

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-05 Thread Luca Olivetti
Al 05/10/10 21:27, En/na Reinhard Nissl ha escrit: Hi, Am 05.10.2010 21:00, schrieb Luca Olivetti: Al 05/10/10 20:49, En/na Reinhard Nissl ha escrit: FWIW, if I set the audio pid to 0, the video is perfect. With all output plugins (vdr-xine, dxr3 and streamdev, the latter only if NOT

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-05 Thread Luca Olivetti
Al 05/10/10 20:49, En/na Reinhard Nissl ha escrit: FWIW, if I set the audio pid to 0, the video is perfect. With all output plugins (vdr-xine, dxr3 and streamdev, the latter only if NOT streaming in TS, which pulls the audio anyway and breaks the picture). The reverse is also true: if I set

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-05 Thread Luca Olivetti
Al 04/10/10 21:07, En/na Luca Olivetti ha escrit: Al 04/10/10 20:55, En/na Luca Olivetti ha escrit: Al 04/10/10 20:10, En/na Luca Olivetti ha escrit: Al 04/10/10 19:36, En/na Luca Olivetti ha escrit: Now I tried with a clean vdr (1.7.16), no patches (though my patches didn't modif

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 22:38, En/na Luca Olivetti ha escrit: Al 04/10/10 22:21, En/na Luca Olivetti ha escrit: Besides, the same xine with the same configuration had no problem playing the stream from dvbstream, and the fact that all output plugins are doing the same points to a lower level problem. The

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 22:35, En/na Lars Bläser ha escrit: with vdr 1.7.16 and reelbox plugin (eHD) this channels are ok in live tv (even with some BER with my dish, Warszawa seemed to be weaker, i also got UNC's there but no real problems, only a small picture distortion some times) And Reinhard also se

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 22:21, En/na Luca Olivetti ha escrit: Besides, the same xine with the same configuration had no problem playing the stream from dvbstream, and the fact that all output plugins are doing the same points to a lower level problem. The dxr3 plugin still uses pes video, so I first

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 21:41, En/na Reinhard Nissl ha escrit: Hi, Am 04.10.2010 21:07, schrieb Luca Olivetti: Al 04/10/10 20:55, En/na Luca Olivetti ha escrit: Al 04/10/10 20:10, En/na Luca Olivetti ha escrit: Al 04/10/10 19:36, En/na Luca Olivetti ha escrit: Now I tried with a clean vdr (1.7.16), no

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 20:55, En/na Luca Olivetti ha escrit: Al 04/10/10 20:10, En/na Luca Olivetti ha escrit: Al 04/10/10 19:36, En/na Luca Olivetti ha escrit: Now I tried with a clean vdr (1.7.16), no patches (though my patches didn't modify the signal path at all), only the vdr-xine plugin an

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 20:10, En/na Luca Olivetti ha escrit: Al 04/10/10 19:36, En/na Luca Olivetti ha escrit: Now I tried with a clean vdr (1.7.16), no patches (though my patches didn't modify the signal path at all), only the vdr-xine plugin and the problem is still there. BTW, the same xine I&#x

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 19:36, En/na Luca Olivetti ha escrit: Now I tried with a clean vdr (1.7.16), no patches (though my patches didn't modify the signal path at all), only the vdr-xine plugin and the problem is still there. BTW, the same xine I'm using with the plugin, has no problem playing

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-04 Thread Luca Olivetti
Al 04/10/10 18:40, En/na Lars Bläser ha escrit: Well, I'm pretty sure the ber and the unc are right: I tried to stream those channels with dvbstream and they play perfectly, so the signal is ok. hi, to see if unc and ber are working you should provoke those errors by weakening the signal and

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-03 Thread Luca Olivetti
Al 04/10/10 00:20, En/na VDR User ha escrit: On Sun, Oct 3, 2010 at 3:06 PM, Luca Olivetti wrote: Yes, it seems like a bad signal, but femon is reporting a ber and unc of 0 (I really don't trust snr and strength, but ber and unc should be just about right). The point I was trying to ma

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-03 Thread Luca Olivetti
Al 03/10/10 23:46, En/na Reinhard Nissl ha escrit: I've just tried the mentioned S13.0E channels. They work flawlessly here. Thank you for checking. Any other idea? I have a dect base that affects others channels (e.g. arte on 13E at 11623V, it clearly shows in the ber), but it makes no chan

Re: [vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-03 Thread Luca Olivetti
Al 03/10/10 23:10, En/na VDR User ha escrit: On Sun, Oct 3, 2010 at 12:23 PM, Luca Olivetti wrote: Hello, this has been bugging me for a while, but since it happens on channels I don't usually watch, I didn't ask before. There are some channels that are completely unwatchable: e

[vdr] Unwatchable channels (vdr-xine, dxr3, vlc, mplayer)

2010-10-03 Thread Luca Olivetti
Hello, this has been bugging me for a while, but since it happens on channels I don't usually watch, I didn't ask before. There are some channels that are completely unwatchable: even with a perfect signal (at least according to femon) I can only see blocking artefacts and chirping sound. I tr

Re: [vdr] dvb-s2 missing modulation values

2010-10-03 Thread Luca Olivetti
Al 03/10/10 14:53, En/na Luca Olivetti ha escrit: Hello, I cannot currently receive dvb-s2 channels, but I'd like to update my plugin to work more or less correctly with it (even if I only have a couple of users). The wikipedia page http://en.wikipedia.org/wiki/DVB-S2 says that dvb-s2

[vdr] dvb-s2 missing modulation values

2010-10-03 Thread Luca Olivetti
Hello, I cannot currently receive dvb-s2 channels, but I'd like to update my plugin to work more or less correctly with it (even if I only have a couple of users). The wikipedia page http://en.wikipedia.org/wiki/DVB-S2 says that dvb-s2 has 4 possible modulations: QPSK, 8PSK, 16APSK and 32APS

Re: [vdr] cSdtFIlter and LinkChannels

2010-10-02 Thread Luca Olivetti
Al 02/10/10 12:19, En/na Goga777 ha escrit: I'm trying to understand cSdtFilter in order to write a channel scanner. will it the plugin for vdr with possibility to scan dvb-s2 channels ? Hi, no, it's integrated in the actuator plugin. It should work with s2 channels, but I've no means to che

Re: [vdr] Problem with VDR 1.7.15 and dxr3plugin 0.2.10

2010-10-02 Thread Luca Olivetti
Al 02/10/10 10:54, En/na Teemu Suikki ha escrit: Hi! I managed to fix 0.2.11 OSD.. It's quite simple, in file dxr3osd_subpicture.c *** 87,92 if (Areas[i].bpp != 1&& Areas[i].bpp != 2&& ! Areas[i].bpp != 4&& ! Areas[i].bpp != 8)

Re: [vdr] Problem with VDR 1.7.15 and dxr3plugin 0.2.10

2010-10-02 Thread Luca Olivetti
Al 02/10/10 09:51, En/na Teemu Suikki ha escrit: It's annoying to have two "almost" working versions. :) git version is fine except for the audio and subtitles, and 0.2.11 is fine except for the OSD. Mmh, strange, my osd is working (with the usual problems but mostly working). Note that my v

[vdr] cSdtFIlter and LinkChannels

2010-09-29 Thread Luca Olivetti
Hello, I'm trying to understand cSdtFilter in order to write a channel scanner. I see that when it finds a SI::NVODReferenceDescriptorTag it will add it to the previously found channel with channel->SetLinkChannels, but it only does if it is in the current section (channel is a local variable)

Re: [vdr] Trouble with picture Lost lock/regained lock

2010-09-06 Thread Luca Olivetti
Al 05/09/10 22:54, En/na Scott Waye ha escrit: In particular the "lost lock"/"regained lock" looks strange. Searching through the archives suggests this could be due to a weak signal. I ran femon and got this: FE: Conexant CX24116/CX24118 (DVBS) status SCVYL | signal d840 | snr d800 | ber 0

Re: [vdr] Advice on new motherboard, xineliboutput, vdpau, hdmi video & audio, etc.

2010-08-27 Thread Luca Olivetti
En/na Goga777 ha escrit: if you disabled full gpu scaling , how upscaling will work really ? what and how will upscale SD video to 1080p ? This setting is only useful if your display device can't scale on its own or the scaling is worse quality. If you enable it the card will always output nati

Re: [vdr] Advice on new motherboard, xineliboutput, vdpau, hdmi video & audio, etc.

2010-08-27 Thread Luca Olivetti
En/na JJussi ha escrit: I had (up till today) problem with my NVidia, what ever I described in xorg.conf, output was 60Hz.. Command what fixed everything: Option "FlatPanelProperties" "Scaling=Native" in Section "Screen" That's the same as disabling "Force full gpu scaling" in n

Re: [vdr] Advice on new motherboard, xineliboutput, vdpau, hdmi video & audio, etc.

2010-08-27 Thread Luca Olivetti
En/na Goga777 ha escrit: Provided that I disable "Force Full GPU Scaling", the tv reports a 50Hz signal. if you disabled full gpu scaling , how upscaling will work really ? what and how will upscale SD video to 1080p ? According to the help text, that option is only useful if the display r

Re: [vdr] Advice on new motherboard, xineliboutput, vdpau, hdmi video & audio, etc.

2010-08-26 Thread Luca Olivetti
Al 26/08/10 10:33, En/na Thomas Hilber ha escrit: to verify. Even the Xorg.0.log lies about the fact that 50Hz are active but in reality it uses 60Hz. Maybe nVidia has fixed that in the meantime. To watch HD broadcasts I use the hdmi output on my laptop. It isn't configured in xorg but I just

  1   2   3   >