Re: [vdr] problems with playback and plugins with vdr-1.7.22

2012-01-08 Thread Rolf Ahrenberg
On Sat, 7 Jan 2012, René wrote: Then i got an other problem. When watching a recording, and i fastforward of rewind the program, i get to a situation that the "timecounter" get's stuck to the frame i start from. The film moves, but when i hit play, i end up back to the frame from where i start

Re: [vdr] [PATCH] vdr-1.7.21 & DVB-T2 support

2011-12-22 Thread Rolf Ahrenberg
On Thu, 22 Dec 2011, Stuart Morris wrote: I'm running 1.7.21 with a DVB-T and DVB-T2. The only patch I have is for decoding the compressed EPG for UK Freeview HD. Does DVB-T2 need special handling in VDR? That's not been my experience. I suspect it depends on the tuner driver. I'm using a PCTV

Re: [vdr] [PATCH] vdr-1.7.21 & DVB-T2 support

2011-12-21 Thread Rolf Ahrenberg
No comments? Am I really the only one running such a DVB-T + DVB-T2 system? Anyway, this has worked quite nicely for a rather long time on my setup, and therefore I strongly suggest the integration of the patch into the official VDR tree before the next stable release. BR, -- rofa _

[vdr] [PATCH] vdr-1.7.21 & DVB-T2 support

2011-11-17 Thread Rolf Ahrenberg
Hi, here's my attempt to provide a native DVB-T2 support for VDR. - added initial libsi support for the required T2 delivery system descriptor - updated bandwidth, modulation, transmission, guard settings to match DVB-T2 specs - added a new PLP id to channel parameters and tuning mechanism - re

Re: [vdr] femon request; historic data

2011-11-17 Thread Rolf Ahrenberg
On Fri, 11 Nov 2011, Torgeir Veimo wrote: Am wondering if it would be hard to enhance the femon plugin to show a graph of signal quality and correction statistics? Basically, a histogram with STR, SNR, BER and UNC, so that one doesn't have to oogle the screen constantly to see how signal qualit

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

2011-09-25 Thread Rolf Ahrenberg
On Sun, 25 Sep 2011, semsem85 sami wrote: I have made a 2 min recording on one of sky italia channels. Here is the link: Hope this helps. Your sample doesn't have any DVB subtitles tracks, so I guess you really should be using the ttxtsubs plugin as VDR won't support nor record them by defau

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

2011-09-23 Thread Rolf Ahrenberg
On Wed, 21 Sep 2011, semsem85 sami wrote: I tried this version of vdr with the aim of displaying subtitles on sky italia channels but there were no subtitles shown at all, while at the same time tvheadend shows the subtitles. Please tell me if I have to do something to help. If you have somew

Re: [vdr] AAC LATM audio issue on dvb-t israeli service

2011-08-17 Thread Rolf Ahrenberg
On Wed, 17 Aug 2011, Barak Nahari wrote: It can be on the vnsi server plugin as it may can't recognize the aac-latm within the stream. Currently, both AAC LATM and ADTS are unsupported by vnsiserver plugin. You can try enabling the support, but I guess the AAC demuxer is written for ADTS on

Re: [vdr] dvb-s(2) NumProvidedSystems() vs reelchannelscan

2011-05-22 Thread Rolf Ahrenberg
On Sat, 21 May 2011, Klaus Schmidinger wrote: I'm thinking about giving cDevice a function that returns a bit masked value, identifying the delivery systems it provides. Probably using the fe_delivery_system_t constants from the LinuxDVB API. Could you take again a look at my frontend faciliti

Re: [vdr] [Patch] Make RGYB buttons customizeable

2011-04-02 Thread Rolf Ahrenberg
On Fri, 1 Apr 2011, VDR User wrote: Ignoring remotes that don't follow the RGYB scheme doesn't make them any less 'tv oriented' or go away. I can't imagine it's much of a leap to make the colored button position customizable and is probably something that's better to have then not. What good a

Re: [vdr] OSD character set

2011-02-05 Thread Rolf Ahrenberg
On Sat, 5 Feb 2011, Sami Sundell wrote: However, there's a teensy issue with the OSD: it looks like its characters are in UTF-8, when the system is ISO-8859-1. The finnish translation file is nowadays in UTF-8 (as most of the Linux distributions), but gettext should handle the charset convers

Re: [vdr] vdr-sxfe open hug OSD

2011-02-01 Thread Rolf Ahrenberg
On Tue, 1 Feb 2011, Niko Mikkilä wrote: Since SourceForge's CVS servers are still down, it may be a bit tricky to get the latest and greatest version. The GIT mirror is still up and always pretty up-to-date: http://projects.vdr-developer.org/git/?p=xineliboutput.git BR, -- rofa _

Re: [vdr] vdr-sxfe open hug OSD

2011-01-31 Thread Rolf Ahrenberg
On Mon, 31 Jan 2011, Oliver Schinagl wrote: I'm still having trouble getting this all working. I used http://www.vdr-portal.de/board/thread.php?postid=818661 to get me through the setup, without avail. --opengl-all doesn't seem to be a valid option? Or I can't find anything about it. --hud works

Re: [vdr] [ANNOUNCE] naludump 0.0.1

2011-01-22 Thread Rolf Ahrenberg
On Sat, 22 Jan 2011, Timothy D. Lenz wrote: Has anyone here every used or seen an STB's rotor support? The one I have is a first gen Neusat SP-6000. Maybe those of you with the interest in doing it and programing skill to tackle it have a sat store near by where you can see one and get a look

Re: [vdr] [ANNOUNCE] naludump 0.0.1

2011-01-22 Thread Rolf Ahrenberg
On Sat, 22 Jan 2011, Udo Richter wrote: Thought of that too, for a longer perspective. However, what do you think where to add such a hook ideally? My original idea was to hook in cDevice::Action() as it would bring most flexible setup to blacklist/rewrite pids. However, I forgot the current

Re: [vdr] [ANNOUNCE] naludump 0.0.1

2011-01-22 Thread Rolf Ahrenberg
On Fri, 21 Jan 2011, Udo Richter wrote: On 01.01.2011 22:29, Udo Richter wrote: Later versions will also integrate into VDR as a patch, and will filter out these fillers while recording. I had some issues integrating it properly into the recording function of VDR, and then ran out of time. Bu

Re: [vdr] Developer versions

2011-01-13 Thread Rolf Ahrenberg
On Wed, 12 Jan 2011, VDR User wrote: And you get VDR's full osd doing this? FYI, xineliboutput provides three different OSD implementations: xinelib, composite HUD, and opengl HUD. For example the composite HUD OSD is drawn directly onto transparent window located exactly over the (xine-lib

Re: [vdr] Minor *.po patch

2010-12-06 Thread Rolf Ahrenberg
On Tue, 7 Dec 2010, Ville Skyttä wrote: Don't stop reading there. I don't know about forbidden, but they do write that the value "is" something else, a bit below the above quoted part: I didn't! :) * In this PO file field, but not in locale names, ‘ll_CC’ combinations denoting a language's

Re: [vdr] Minor *.po patch

2010-12-06 Thread Rolf Ahrenberg
On Mon, 6 Dec 2010, Ville Skyttä wrote: On Saturday 04 December 2010, Tobias Grimm wrote: The gettext version I use automatically adds a Language field to the headers of the po-Files. It would be nice to have this field there in the first place, so here's a small patch that adds it. The Langu

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

2010-12-06 Thread Rolf Ahrenberg
On Mon, 6 Dec 2010, Mario Schulz wrote: Am 05.12.2010 23:33, schrieb Klaus Schmidinger: What would that be necessary for? I'd like to prevent EIT scans on IPTV devices. In its default behaviour VDR will add transponders and channels to the channels.conf, as a result these will be searched a

Re: [vdr] Feature-Request: MarginStart in INFO file of recording

2010-11-02 Thread Rolf Ahrenberg
On Tue, 2 Nov 2010, VDR User wrote: Wouldn't this also require that you sync your system time to the dvb stream also? It would be nice if someone wrote a patch or plugin to cut out commercials. From what I've _heard_ mythtv has this features and it works quite well. There's already the Marka

Re: [vdr] vdr cpu usage

2010-10-20 Thread Rolf Ahrenberg
On Wed, 20 Oct 2010, Theunis Potgieter wrote: I'm not trying to start a flame war or who is to blame but are there ways I can inspect to see which plugin is causing it, if is a plugin to blame. You could check those time consuming VDR thread(s) via the "htop" command and then look for the cor

Re: [vdr] Replay Problems with Extension HD

2010-10-14 Thread Rolf Ahrenberg
On Thu, 14 Oct 2010, Vesa wrote: Next step is to add delay for subtitles. This is "dirty trick", it is only for eHD users. Simply add some value to Delta (add second line): Code: Delta = LimitTo32Bit(sb->Pts()) - LimitTo32Bit(STC); Delta += 50; With that 5 you will get 5.56s de

Re: [vdr] Replay Problems with Extension HD

2010-10-13 Thread Rolf Ahrenberg
On Wed, 13 Oct 2010, Vesa wrote: Similar delay as on ttxsubtitles would be nice addition to VDR. Separate and additional delay for live and record play modes. Suitable range would be 0 - 10s. Well, IMO that delay code in the ttxtsubs plugin should be removed when PTS code has been merged into

Re: [vdr] [ANNOUNCE] vdr-webvideo 0.3.2

2010-09-11 Thread Rolf Ahrenberg
On Sat, 11 Sep 2010, Antti Ajanki wrote: On 09/11/2010 01:44 PM, Jouni Karvo wrote: May I suggest adding a VDRINCLUDEDIR variable, and -I option, and removing the "vdr/" from the #include statements in the future versions. Thanks for the suggestion. I will add variable for the include dir as

Re: [vdr] vdr-iptv-plugin DVB subtitles problems

2010-09-09 Thread Rolf Ahrenberg
On Wed, 8 Sep 2010, Fake Name wrote: Here is the VLC recording: I downloaded this file, added it into channels.conf via FILE protocol (S=1|P=0|F=FILE|U=vlc.ts), set VDR to update pids and to show subtitles and finally setup Slovak as a preferred language. The subtitles were shown automatica

Re: [vdr] vdr-iptv-plugin DVB subtitles problems

2010-09-08 Thread Rolf Ahrenberg
On Wed, 8 Sep 2010, Fake Name wrote: I manualy entered the teletext pid, because I started experimenting. Oh. I see. What suprises me, is that your plugin detects the subtitle pid Info/PIDs correctly (thank you for your work btw). It's not the plugin, but the VDR itself and therefore I do

Re: [vdr] vdr-iptv-plugin DVB subtitles problems

2010-09-08 Thread Rolf Ahrenberg
On Wed, 8 Sep 2010, Fake Name wrote: Stream 3 Type: Subtitle Original ID: 7302 Codec: DVB Subtitles (dvbs) Language: sloven??ina Description: DVB subtitles HBO;IPTV:110:S=0|P=0|F=UDP|U=239.1.1.151|A=5000:I:0:810=2:8...@4:7302:0:222:0:0:0 Somehow your VDR thinks that the pid 7302 is teletext

Re: [vdr] DIVX recordings? :)

2010-09-05 Thread Rolf Ahrenberg
On Sun, 5 Sep 2010, Teemu Suikki wrote: So basicly I would like to be able to compress vdr recording to divx, but still view it like normal VDR recording. It would be quite enough Why don't you just use H.264 TS instead of Divx? VDR already natively supports it... BR, -- rofa _

Re: [vdr] Understanding AC-3

2010-09-03 Thread Rolf Ahrenberg
On Fri, 3 Sep 2010, Rob Davis wrote: Do we need to check it's ATSC if type is 0x81? Does anything else use it and is it a problem if it does? The values 0x80-0xFF are so called User Private in the standard, so in theory you cannot assume them to be ATSC. But you could detect the ATSC streams

Re: [vdr] New ATSC Video Type 0x80?

2010-09-02 Thread Rolf Ahrenberg
On Thu, 2 Sep 2010, Rob Davis wrote: I will attempt to diagnose tomorrow, probably by adding another Case 0x80 under Case 2 in pat and remux but wanted to point this out for future reference as I know most of the development is done outside of the ATSC world.. If you'll take a look at the ta

Re: [vdr] Understanding AC-3

2010-09-02 Thread Rolf Ahrenberg
On Thu, 2 Sep 2010, Rob Davis wrote: How do you go about understanding AC-3 within a VDR context? (apart from reading up on it online - which now has my head spinning). The current ATSC AC-3 support requires the 'A' source type for channels and therefore VDR never use ATSC hacks for any pvrin

Re: [vdr] recording teletext (like for subtitles...)

2010-07-11 Thread Rolf Ahrenberg
On Sun, 11 Jul 2010, Halim Sahin wrote: Just interested to know: Q: why do you want to record teletext stuff? What's an useful usecase for that? EBU/teletext subtitling is still actively used in plenty of DVB channels. Sure, one could convert these into textual DVB subtitles, but only a few

Re: [vdr] recording teletext (like for subtitles...)

2010-07-10 Thread Rolf Ahrenberg
On Sat, 10 Jul 2010, Juergen Lock wrote: page and the threads I linked, I also have made a hack to make vdr 1.7.15 timers include teletext in the ts recordings, maybe this is useful as a first start to properly implement that feature. I'll You might like to have a look at my tpid patch that i

Re: [vdr] Xine plugins and LATM AAC audio (was Re: vdr 1.7.15 & eHD & French HD DTV)

2010-06-23 Thread Rolf Ahrenberg
On Wed, 23 Jun 2010, Luis Fernandes wrote: and yes Femon 1.7.7 does not detect this audio codec, this one must be I've added a preliminary LATM parser to femon-1.7.8 that will be hopefully released tonight. BR, -- rofa ___ vdr mailing list vdr@li

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-12 Thread Rolf Ahrenberg
On Fri, 12 Mar 2010, Klaus Schmidinger wrote: Not sure if this applies here, but there was a bug in VDR 1.7.13's channel editing in cDvbSourceParam. Well, there were bugs also in the plugin, but those should already be fixed in 0.4.1. BR, -- rofa ___

Re: [vdr] streamdev-server and pvrinput: TS-mode streaming is not working

2010-03-11 Thread Rolf Ahrenberg
On Thu, 11 Mar 2010, L. Hanisch wrote: What am I missing? Looking at cReceiver::AddPid, a receiver is not able to set the PID 0 (which is the PAT-PID), but PAT packets should be processed through a filter, right? IIRC, you'll need to implement section filtering into your input plugin (implem

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-07 Thread Rolf Ahrenberg
On Mon, 8 Mar 2010, ? ?? wrote: But I have another trouble. Any suggestions? I guess there's a bug somewhere in cIptvTransponderParameters::Parse() and ::ToString(), but my eyes cannot catch that one. :) BR, -- rofa ___ vdr mailing li

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-07 Thread Rolf Ahrenberg
On Sun, 7 Mar 2010, ? ?? wrote: What about iptv patches? No IsPlug() member in cChannel. IPTV doesn't need patches anymore. Where do you need this kind of method? May be need Channel->Source() & cSource::st_Mask == 'I'<<24 This is already done in cIptvDevice::ProvidesSource()

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-06 Thread Rolf Ahrenberg
On Sat, 6 Mar 2010, Timothy D. Lenz wrote: Nothing below that. I have a dual ATSC and a single ATSC tuner card and I guess you're using the new ATSC patch and femon doesn't support it. Something else I notice now is the left/right arrows both advance through the tuners where before the left

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-05 Thread Rolf Ahrenberg
On Fri, 5 Mar 2010, Timothy D. Lenz wrote: Not a big deal, but I notice that femon doesn't give as much infor about the tuner as before. It was listing the tuner chip, now that lower section is just blank. Works for me with my terrestrial cards. BR, -- rofa _

[vdr] [ANNOUNCE] vdr-femon-1.7.7 vdr-iptv-0.4.0 vdr-skinsoppalusikka-1.7.1 vdr-rssreader-1.7.0

2010-03-05 Thread Rolf Ahrenberg
New releases of my plugins are now available for vdr-1.7.13: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ 2010-03-05: Version 1.7.7 - Updated for vdr-1.7.13. - Added a setup option to downscale the OSD size. - Updated Estonian translation (Thanks to Arthur Konovalov). http://www.saunalahti.

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

2010-03-04 Thread Rolf Ahrenberg
On Thu, 4 Mar 2010, Timothy D. Lenz wrote: May not need 30+ symbols, but to keep to symbols that somewhat match what they are for would call for reuse of some letters. Well, even I do prefer "I - IPTV", but I don't see no problems using "X - IPTV". The description of source params explains pe

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

2010-03-04 Thread Rolf Ahrenberg
On Wed, 3 Mar 2010, Timothy D. Lenz wrote: If it's going to be limited to 1 letter, v does seem right for "video", i for iptv would be good. I think ATSC uses ether c or t. Not sure. But if I understand what is happening here, might be a good idea to go to a 2 or 3 letter ID right now so thing

Re: [vdr] remote femon (was OT: Applications for the living room)

2010-03-01 Thread Rolf Ahrenberg
On Mon, 1 Mar 2010, Theunis Potgieter wrote: On 28 February 2010 16:59, Frank Schmirler wrote: On Wed, 24 Feb 2010 10:50:06 +0200, Theunis Potgieter wrote The only annoying "bug" that I found was, that if I ran femon on the client, it would stop the server's current replay of a recording. I g

Re: [vdr] Hauppauge PVR-HD and pvrinput plugin (was: Re: Hauppauge PVR-HD and IPTV plugin)

2010-02-10 Thread Rolf Ahrenberg
On Tue, 9 Feb 2010, L. Hanisch wrote: I received your sample and it looks like a valid TS with PAT, PMT and PCR, so the plugin has nothing else to do as to pass it through to the vdr (hopefully). In the meanwhile, one could also try out the IPTV plugin without any ffmpeg hassle by using a s

Re: [vdr] Hauppauge PVR-HD and IPTV plugin

2010-02-08 Thread Rolf Ahrenberg
On Mon, 8 Feb 2010, Rob Davis wrote: I tried to put /dev/video0 as a file but couldn't get anything out of VDR... Saying that I'm pretty sure I removed the h264 VDR patch since coming to the US. I'm running VDR 1.6 instead of 1.7 as I know what I'm doing better with it in Gentoo.. Well, it se

Re: [vdr] Hauppauge PVR-HD and IPTV plugin

2010-02-08 Thread Rolf Ahrenberg
On Mon, 8 Feb 2010, Rob Davis wrote: [h264 @ 0x808eb00]no picture [mpegts @ 0x85f2a80]dts < pcr, TS is invalid Then it just freezes... Does the ffmpeg command work on the commandline? Might be related to the ffmpeg revision... Anyway, you could give a try for the FILE input protocol as it s

Re: [vdr] A few things about DVB subtitles

2010-02-07 Thread Rolf Ahrenberg
On Wed, 3 Feb 2010, Petri Helin wrote: Yes, I am using xineliboutput and also VDR as the subtitles decoder. Ok. I've just added a patch into xineliboutput's cvs and it should fix this (preparing for next vdr release) - at least it did in my quick tests. BR, -- rofa ___

Re: [vdr] vdr-1.7.12 & folders.conf

2010-02-06 Thread Rolf Ahrenberg
On Sat, 6 Feb 2010, Klaus Schmidinger wrote: On 06.02.2010 12:27, Halim Sahin wrote: Hi, Just my opinion about the problem: The fat filesystem has many limitations and I vote for dropping special support for it in VDR because if someone wants to use a windows system, he/she can use ntfs which w

Re: [vdr] vdr-1.7.12 & folders.conf

2010-02-05 Thread Rolf Ahrenberg
On Fri, 5 Feb 2010, Klaus Schmidinger wrote: How about '.'? (w/o the single quotes). That would result in /video/./name, which is the same as /video/name. That was my initial idea too, but due to the VFAT conversion a '#2E' sub-directory will be made instead of the root directory. I'm using

Re: [vdr] vdr-1.7.12 & folders.conf

2010-02-03 Thread Rolf Ahrenberg
On Wed, 3 Feb 2010, Klaus Schmidinger wrote: Well, you can always position to the file name, pres "Right" and then "Yellow" to delete the folder part of the name. Yes, but IMO that's not an easy way. :) I was thinking about a special root directory entry for folders.conf. BR, -- rofa _

[vdr] vdr-1.7.12 & folders.conf

2010-02-03 Thread Rolf Ahrenberg
Hi, the current folder setting feature for timers doesn't have easy way to reset the selected folder back to the root one - or I just missed it. I'd really like to see this little addition in the next vdr release. BR, -- rofa ___ vdr mailing list

Re: [vdr] A few things about DVB subtitles

2010-02-03 Thread Rolf Ahrenberg
On Wed, 3 Feb 2010, Petri Helin wrote: Thanks. But with a quick test with VDR 1.7.11 I could not get the subtitles to stay visible. They still disappear after their lifetime has been spent. Well, it worked with my FF card. :) If you're using xineliboutput, make sure you're also using VDR as s

Re: [vdr] A few things about DVB subtitles

2010-01-26 Thread Rolf Ahrenberg
On Wed, 13 Jan 2010, Petri Helin wrote: 1. Pausing. At the monet the subtitles will disappear like in a live view - meaning that VDR seems to adhere the life time assignened to a subtitle image though the replay has been paused, causing the subtitles to disappear. The attached patch should ha

Re: [vdr] xineliboutput vdpau crop

2010-01-24 Thread Rolf Ahrenberg
On Fri, 15 Jan 2010, Seppo Ingalsuo wrote: Actually I'd prefer the unscaled 576i/p subtitles size on 1080p scaled video but on the center bottom position. The current scaled subtitles are too big and coarse at 46". Has anyone hacked the DVB subtitles like that? The current CVS version should n

Re: [vdr] Location of subtitles

2010-01-24 Thread Rolf Ahrenberg
On Fri, 22 Jan 2010, Magnus H wrote: I run xineliboutput from CVS and get my subtitles un-scaled in the upper-left 720x576 area on my 1366x768 display. This means really small text just below the middle of the screen aligned to the left, on both 720x576 and 1920x1080 transmissions. Sorry about

Re: [vdr] new support

2010-01-22 Thread Rolf Ahrenberg
On Thu, 21 Jan 2010, Rob Davis wrote: Can you get the channel scan done from something else and post a mplayer or vlc command for each channel. Once you've done that I'll knock you up a quick iptv script.. You really should consider write a new plugin (i.e. based on the iptv plugin) for it i

Re: [vdr] Location of subtitles

2010-01-22 Thread Rolf Ahrenberg
On Fri, 22 Jan 2010, JJussi wrote: I managed go around this problem, by changing directly in setup.conf, offset value to 500. The CVS version of xineliboutput should already handle the correct location of subtitles without any additional tricks as it's always rendering subtitles into a 720x5

Re: [vdr] new support

2010-01-21 Thread Rolf Ahrenberg
On Thu, 21 Jan 2010, Nicolas Huillard wrote: For those who don't spare some time digging on the website: * this is an Ethernet device: antenna in (single, dual), ethernet out * no storage inside the box * they provide an LGPL library "libhdhomerun": include hdhomerun.h and/or hdhomerun_device.h

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

2010-01-11 Thread Rolf Ahrenberg
On Mon, 11 Jan 2010, Theunis Potgieter wrote: Hi Klaus, any plans on including vdr-1.7.9-pluginparam.patch for pvrinput plugin? http://drseltsam.device.name/vdr/pvr/src/pvrinput This seems to create an input device of Plugin Type. I guess the vdr-iptv plugin also creates something similar. Bo

Re: [vdr] xineliboutput vdpau crop

2010-01-04 Thread Rolf Ahrenberg
On Sun, 3 Jan 2010, Mika Laitio wrote: If I watch vdr-sxfe just from a small window, the subtitle and text are positioned correctly with a good looking font size to bottom of the screen. But if I watch finish "yle 1" channel which uses dvb subtitles from fullscreen vdr-sxfe, the subtitle font

Re: [vdr] Dynamic PIDs

2009-11-24 Thread Rolf Ahrenberg
On Tue, 24 Nov 2009, Jouni Karvo wrote: Tried this, but it seems it loses the subtitling PIDs. Is there a way to get both - subtitling and non-breaking TV viewing? Oh, I forgot that the spids aren't present in channels.conf, so you need to patch the vdr in a way or another. I guess the quick

Re: [vdr] Dynamic PIDs

2009-11-23 Thread Rolf Ahrenberg
On Mon, 23 Nov 2009, Jouni Karvo wrote: is there somewhere a patch that would remove the break when the broadcaster uses "dynamic pids" (such as YLE). Now, when a programme starts at YLE, they change the Audio PID number, leading to VDR re-tuning or something, that leads to a 1-2s break in the

Re: [vdr] VDR 1.7 and no subtitles with old PES recordings

2009-11-17 Thread Rolf Ahrenberg
On Tue, 6 Oct 2009, j...@mbnet.fi wrote: I'm contemplating updating my trusty 1.6.0 to the latest development version, but I can't seem to get DVB subtitles from old recordings to work. Subtitles are shown corretly both when viewing live tv and when viewing new recordings, but when viewing old

Re: [vdr] simple recordings patch

2009-10-20 Thread Rolf Ahrenberg
On Tue, 20 Oct 2009, martinez wrote: The patch is against 1.3.37. But it should work with older and younger versions too. This patch is also included in the Liemikuutio all-in-one patch, that's available even for the latest development VDR. BR, -- rofa _

Re: [vdr] VDR 1.7 and no subtitles with old PES recordings

2009-10-06 Thread Rolf Ahrenberg
On Tue, 6 Oct 2009, j...@mbnet.fi wrote: I searched through the archives and the only mention of a similar problem I could find is the one below, but unfortunately no solution. I debugged this a while ago and the problem is that the difference of PTS and STC is way off in old PES recordings a

[vdr] [ANNOUNCE] vdr-femon-1.7.5

2009-10-02 Thread Rolf Ahrenberg
Hi, a new version of the femon plugin for vdr-1.7.x series is now available. The H.264 parser is still missing some bits, so patches are welcome. http://www.saunalahti.fi/~rahrenbe/vdr/femon/ 2009-10-01: Version 1.7.5 - Changed H.264 parser to show display aspect ratio. - Removed error logg

[vdr] [ANNOUNCE] vdr-iptv-0.3.1

2009-10-02 Thread Rolf Ahrenberg
Hi, a new version of the IPTV plugin is now available: 2009-10-01: Version 0.3.1 - Updated patches. - Added optional patches to disable EIT scanning. - Fixed handling of HTTP protocol headers. - Modified sectionfilters to use socket pair instead of filesystem fifos. BR, -- rofa _

Re: [vdr] IPTV: Problems with Base port number

2009-09-18 Thread Rolf Ahrenberg
On Fri, 18 Sep 2009, Rob Davis wrote: It doesn't seem too. I now have the script killing ffmpeg when it closes, but if I try two channels at the same time of different frequencies they come with the same port. You could compile the plugin with "IPTV_DEBUG=1", zap through the channels, doc

Re: [vdr] IPTV: Problems with Base port number

2009-09-18 Thread Rolf Ahrenberg
On Fri, 18 Sep 2009, Rob Davis wrote: Does it automatically use other devices as it sees fit, or do I need to code that into channels.conf? As you have different frequencies for IPTV channels, VDR should always pick up automatically a free IPTV device if available. BR, -- rofa

Re: [vdr] IPTV: Problems with Base port number

2009-09-18 Thread Rolf Ahrenberg
On Fri, 18 Sep 2009, Rob Davis wrote: How do I create more than one IPTV device? I assumed that it was automatic? I am using 0.3.0. "-d , --devices= number of devices to be created" -P 'iptv -d 2' When vdr switches off the channel how is the channel / stream closed? A SIGINT is signaled

Re: [vdr] IPTV: Problems with Base port number

2009-09-18 Thread Rolf Ahrenberg
On Fri, 18 Sep 2009, Rob Davis wrote: I am trying to get BBC Radio streams to work. However, I can't work out how to get the IPTV plugin to chage the base port.. The base port is a global setting that can be changed in plugin's setup: iptv.ExtProtocolBasePort=4321 However, if you create more

Re: [vdr] femon plugin doesn't work "ERROR (femonosd.c, 504): Function not implemented"

2009-09-16 Thread Rolf Ahrenberg
On Wed, 16 Sep 2009, Theunis Potgieter wrote: Why not state the real error which is not enough ram on device X for osd? with a hint message like: Require xyz KB, only have 2048KB. The "osOutOfMemory" error comes from the VDR - not from the plugin. Of course you could log another more detailed

Re: [vdr] femon plugin doesn't work "ERROR (femonosd.c, 504): Function not implemented"

2009-09-15 Thread Rolf Ahrenberg
On Tue, 15 Sep 2009, Martin Dauskardt wrote: Rolf, you know that this happens with the vdr default OSD size? Well, you should get the memory upgrade for your FF card. :) Femon adapts its' window size now only with VDR's OSD width/height settings, but also with the size of small font. Decreas

Re: [vdr] femon plugin doesn't work "ERROR (femonosd.c, 504): Function not implemented"

2009-09-15 Thread Rolf Ahrenberg
On Tue, 15 Sep 2009, Dieter Bloms wrote: Sep 15 08:37:36 video vdr: [17541] ERROR: cOsd::SetAreas returned 6 Your OSD is running out of memory. The only cure is to shrink your current OSD size. Sep 15 08:37:36 video vdr: [18526] ERROR (femonosd.c,504): Function not implemented Your DVB

Re: [vdr] softplay like plugin for vdr-xine w/ vdpau?

2009-09-12 Thread Rolf Ahrenberg
On Sun, 13 Sep 2009, Torgeir Veimo wrote: Thx, xineliboutput works very well. Would you happen to know if there's a way to set the default directory for the media player? I couldn't find any such info in the documentation. setup.conf: xineliboutput.Media.BrowseFilesDir = /foo/bar BR, -- rofa

Re: [vdr] [ANNOUNCE] vdr-femon-1.7.4

2009-09-04 Thread Rolf Ahrenberg
On Sun, 30 Aug 2009, Goga777 wrote: which IRC channel do you mean ? xine-vdpau ? Well, you can find me on both IRCnet and Freenode - you'll just have to quess the nick. :) Anyway, there's a new hot fix release available: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ 2009-09-04: Version 1.

[vdr] [ANNOUNCE] vdr-femon-1.7.3

2009-08-30 Thread Rolf Ahrenberg
Hi, a new femon plugin release is now available for latest development vdr versions: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ 2009-08-29: Version 1.7.3 - Removed OSD offset and height options. - Added PES assembler. - Added bitstream parsers for all codecs. There has been a major rewr

Re: [vdr] femon - stream information

2009-07-24 Thread Rolf Ahrenberg
On Fri, 24 Jul 2009, Lucian Muresan wrote: > this might be slightly OT, but I thought it would be worth pointing out > if talking about future releases of the femon plugin. Would you like to > take a look at my quick hack which makes the femon OSD width adaptive > and consistent to the global OSD

Re: [vdr] femon - stream information

2009-07-24 Thread Rolf Ahrenberg
On Fri, 24 Jul 2009, Torgeir Veimo wrote: > Would it be hard to enhance the femon plugin to show some stream > information, eg progressive v interlaced and stream resolution, eg > 480p, 576p, 1080i etc? It already does some stream parsing as is, to > determine mpeg2 vs h.264? Nope - most of the c

Re: [vdr] [ANNOUNCE] vdr-iptv-0.3.0

2009-06-17 Thread Rolf Ahrenberg
On Tue, 16 Jun 2009, Matthias Haas wrote: > thank you for this release. I just have one problem. It seems as if the > new version tends to start a vlc process (i.e. I have internet radios > configured) some time after my vdr is started. It seems to be connected > to the epg scan or some other proc

Re: [vdr] 16 colour OSD for vdr

2009-06-12 Thread Rolf Ahrenberg
On Fri, 12 Jun 2009, Theunis Potgieter wrote: > it seems my old graphix card nvidia 440 MX, doesn't support more than > 16 colours, when it should do OSD and xxmc :( > is there a skin or theme that I can use taht would work good in a 16 > colour environment? > currently I'm using skinsoppalusikka.

[vdr] [ANNOUNCE] vdr-iptv-0.3.0

2009-06-04 Thread Rolf Ahrenberg
Hi, a new version of IPTV plugin is now available and contains an important bug fix that enables correct channel switches between different protocols. http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ 2009-06-01: Version 0.3.0 - Added iptvstream-notrap.sh script. - Fixed setting parameters when p

Re: [vdr] xinelibout sxfe freeze

2009-05-21 Thread Rolf Ahrenberg
On Wed, 20 May 2009, Malcolm Caldwell wrote: > Is sxfe freezing a known issue? Any fix? Yes, I tracked down the bug and informed the author months ago. Last time I communicated to him, he had a (possible) fix running on his development setup, but I haven't checked lately, if it had been commit

Re: [vdr] Can I disable pause live tv altogher?

2009-05-08 Thread Rolf Ahrenberg
On Fri, 8 May 2009, Pasi Juppo wrote: > It seriously would not hurt VDR if there were Help pages available via > OSD. Yes, there are man-pages but my guess is that very very few end > users will actually go to terminal to check man-pages if they have some > problems with VDR how to do something. T

Re: [vdr] VDR-1.7.7 & Video aspect ratios

2009-05-04 Thread Rolf Ahrenberg
On Mon, 4 May 2009, Falk Spitzberg wrote: > The OSD should adopt to the size of the video material. If that is > scaled to some non TV screen size, the OSD is scaled by the same factor. I still disagree. If you scale down your OSD to video resolution (i.e. 544x576) and afterwards scale up the bo

Re: [vdr] VDR-1.7.7 & Video aspect ratios

2009-05-04 Thread Rolf Ahrenberg
On Mon, 4 May 2009, Nicolas Huillard wrote: > Rolf Ahrenberg a écrit : >> On Sun, 3 May 2009, Tomas Berglund wrote: >> >>> Do you mean aspect ratio 2.21:1 ? >>> >>> +const char *VideoAspectString[] = { "4:3&q

[vdr] Re: VDR-1.7.7 & Video aspect ratios (was: [ANNOUNCE] VDR developer version 1.7.7)

2009-05-03 Thread Rolf Ahrenberg
On Sun, 3 May 2009, Tomas Berglund wrote: > Do you mean aspect ratio 2.21:1 ? > > +const char *VideoAspectString[] = { "4:3", > +"16:9", > +"2.21:9" > + }; Besides of that typo, there're plent

Re: [vdr] [iptv] [input_vdr] No data in 8 seconds, queuing no signal image

2009-05-02 Thread Rolf Ahrenberg
On Sat, 2 May 2009, Paul Menzel wrote: > I followed [3] and the README.Debian of the vdr-plugin-iptv package from > [4]. I came up with the following. I don't know what Debian suggests users to do, but the EXT protocol is always a secondary solution and the UDP (or HTTP) protocol is the primary

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-05-01 Thread Rolf Ahrenberg
On Fri, 1 May 2009, Senufo wrote: > TF1;IPTV:1:IPTV|S1P1|UDP|232.0.1.17|8200:P:0:1217=27:1317:0:0:1017:0:0:0 # scants TF1.raw 2>/dev/null PAT: 0: sid=0x03f9 pmt_pid=0x045d PMT: sid=0x03f9 pcr=0x04c1 vpid=0x04c1 [h264] apid=0x0525 [mpeg2audio] 0x0525: MPEG Audio, layer2, 48000 Hz, 128 kbits/s

Re: [vdr] Record with 1.7.4 or 1.7.5 and iptv

2009-04-27 Thread Rolf Ahrenberg
On Mon, 27 Apr 2009, Senufo wrote: > I found the error. With IPTV you must define the type of stream in > channels.conf > In my channels.conf I wrote No, yo don't have to. The IPTV plugin has section filters implemented (if don't disable/blacklist them in setup options!). They seem to work in

Re: [vdr] [ANNOUNCE] vdr-skinsoppalusikka-1.6.4 & vdr-rssreader-1.6.4

2009-04-14 Thread Rolf Ahrenberg
On Tue, 14 Apr 2009, Lauri Tischler wrote: > One might humbly assume that these for VDR 1.6.x only ? Almost correct: vdr-1.6.x or later. There haven't been any major API changes for these plugins, so no need to branch dedicated 1.7.x series yet. BR, -- rofa ___

[vdr] [ANNOUNCE] vdr-skinsoppalusikka-1.6.4 & vdr-rssreader-1.6.4

2009-04-14 Thread Rolf Ahrenberg
Hi, new releases of Skinsoppalusikka and RSSReader plugins are now available. These releases fix a crash bug in SVDRP help detected only on some setups: http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/ 2009-04-14: Version 1.6.4 - Updated Italian translation (Thanks to Diego Pierotto). -

Re: [vdr] ERROR (thread.c,225): Keine Berechtigung

2009-04-10 Thread Rolf Ahrenberg
On Wed, 8 Apr 2009, Gerald Dachs wrote: > On every start of the vdr I get this error message: > Apr 2 00:33:36 vdr vdr: [2462] ERROR (thread.c,225): Keine Berechtigung > It comes from cThread::SetPriority and seems to be harmless, but annoying. > Is the attached patch the right cure? I've solved

[vdr] [ANNOUNCE] vdr-rssreader-1.6.3

2009-04-05 Thread Rolf Ahrenberg
Hi, a new RSSReader plugin release is now available: http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/ 2009-04-05: Version 1.6.3 - Cleaned up compilation warnings. - Fixed a crash bug when pressing OK in an empty menu. - Fixed RSS parsing. - Added correct character set conversion tables for IS

[vdr] [ANNOUNCE] vdr-iptv-0.2.6

2009-03-22 Thread Rolf Ahrenberg
Hi, a new IPTV plugin release is now available: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ 2009-03-22: Version 0.2.6 - Added a note about recommended frequencies into README. - Fixed a locking bug with section filters. - Fixed some lint warnings. I strongly encourage every IPTV user to upgr

Re: [vdr] vdr-iptv-0.2.5

2009-03-16 Thread Rolf Ahrenberg
On Mon, 16 Mar 2009, ua0lnj wrote: > 1. Have: use section filtering - "yes", disable filters - 0. > Have a iptv channel in channel.conf, but absent and not streaming now. > Switch channels: work channnel -> absent channel -> work channel. > And vdr hangs, almost always Could you attach the

Re: [vdr] vdr 1.7.4 HD-Recording not working

2009-03-11 Thread Rolf Ahrenberg
On Wed, 11 Mar 2009, Oliver Bardenheier wrote: > Mar 11 17:43:12 Coruscant vdr: [15544] cVideoRepacker: operating in H.264 mode > Mar 11 17:43:12 Coruscant vdr: [15544] cAudioRepacker(0xC0): skipped 216 > bytes to sync on next audio frame Are you really using vdr-1.7.4? IIRC, both the video and

[vdr] [ANNOUNCE] vdr-iptv-0.2.5

2009-03-08 Thread Rolf Ahrenberg
Hi, a new IPTV plugin release is now available: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ 2009-03-08: Version 0.2.5 - Optimized TS packet data flow. - Refactored section filter class. - Cleaned up example scripts. - Fixed pid scanner to set the existing video stream type (Thanks to ua0ln

  1   2   3   >