Re: [vdr] PVRINPUT plugin and "black/cinema bars"

2010-04-26 Thread Martin Dauskardt
unctions to detect and remove letterboxing, > though I don't know anyone motivated enough to actually do it. The main goal of the pvrinput-plugin is to use the hardware encoder.I think it is a bad idea to do software-based on-the-fly-recoding. Simon, which output device do you use

Re: [vdr] vdr Digest, Vol 63, Issue 32

2010-04-26 Thread Martin Dauskardt
ource allows to execute a script on every channel change. Have a look at "externchannelswitch" in http://projects.vdr-developer.org/repositories/entry/plg-pvrinput/README We won't support the usage of lirc transmitters directly in the plugin, but y

Re: [vdr] AvetTV a761

2011-02-13 Thread Martin Dauskardt
> > And yet. If I try use Avertv a761 and PRV 150 with pvrinput plugin, I have vdr crash: > It seems that the driver for your a761 registers also an analog video > device. pvrinput tries to open it and sends a VIDIOC_QUERYCAP to determine > if it's a device it can handle. But the driver don't li

Re: [vdr] AvetTV a761

2011-02-13 Thread Martin Dauskardt
> From: ? ?? (Pridvorov Andrey) > It crash also: > > root@ua0lnjvdr:/var/log# v4l2-ctl -D -d /dev/video0 then it is for sure a serious driver bug. You should report this to linux-me...@vger.kernel.org ___ vdr mailing list vdr@linu

[vdr] Re: VDR prefers my CI DVB device for recordings and blocks it unnecessarily

2006-08-15 Thread Martin Dauskardt
I upgraded to 1.4.1-4, which seems to include the patch from Anssi (http://linuxtv.org/pipermail/vdr/2006-August/010360.html ) I am not happy with this patch: My machine has a FF-card and Budget-Card+CAM. There was no timer for any encrypted channel programmed. All active timers were set for A

[vdr] Re: VDR prefers my CI DVB device for recordings and blocks it unnecessarily

2006-08-20 Thread Martin Dauskardt
Klaus Schmidinger wrote:> @Martin: any news on this? With recent drivers and firmware it should be> possible to record and watch even the high-bandwidth channels like ZDF> on a FF card. The problem appeared with "Tagesschau" on ARD. Not every recording on ARD or ZDF has b

Re: [vdr] Recordings sorting

2006-09-20 Thread Martin Prochnow
Hi Chris, if you use my ExtRecMenu-Plugin (http://martins-kabuff.de/extrecmenu_en.html), you are able to change the type of sorting (by name or by date) for each directory individually. Greets, Martin ___ vdr mailing list vdr@linuxtv.org http

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 0.12a

2006-09-21 Thread Martin Prochnow
esn't handle empty dirs. Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 0.12a

2006-09-21 Thread Martin Prochnow
I think about a command-line-option to assign a list of directory-entries that will be shown in the list. Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] RE: FF card substitute - Budget and PVR 350?

2006-10-20 Thread Martin Dauskardt
> Date: Fri, 20 Oct 2006 15:14:57 +1300 > From: Richard Scobie <[EMAIL PROTECTED]> > Subject: [vdr] FF card substitute - Budget and PVR 350? > I note that Hauppauge no longer list the Nexus DVB-S FF card and was > wondering if anyone has succeeded in using the PVR 350, which has a > hardware MPEG2

Re: [vdr] Recordings sorting

2006-11-14 Thread Martin Prochnow
Greets Martin ___ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] need help with TrickSpeed Code

2006-11-19 Thread Martin Dauskardt
The pvr350-Plugin uses the following code: void cPvr350Device::TrickSpeed(int Speed) { printf("Set speed %d\n",Speed); m_RingBuffer->Clear(); SetPlayMode(m_PlayMode); } With this code it makes no matter if the vdr-setup is set to Multispeed mode or not -it always provides

Re: [vdr] Replay a recording and return to calling plugin?

2007-01-10 Thread Martin Prochnow
::ProcessKey(Key); } --- If playback ends, ExtRecMenu is called. Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] play vdr-recordings on a cd/DVD

2007-01-11 Thread Martin Prochnow
Hi Halim; What do I need to play vdr recordings that came from a dvd or cd? Take a look at the vdrcd-plugin: http://linux.kompiliert.net/index.php?view=vdrcd Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin

Re: [vdr] VDR-on-Mac patches

2007-01-29 Thread Martin Wache
ice and ffmpeg. Bye, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR-on-Mac patches

2007-01-29 Thread Martin Wache
Tero Siironen schrieb: > On 29.1.2007 19:23, "Martin Wache" <[EMAIL PROTECTED]> wrote: > >> Hi Tero, >> >> Tero Siironen schrieb: >>> I've made patches for VDR 1.4.5 and few plugins (Subtitles, streamdev and >>> xineliboutput, softdev

Re: [vdr] VDR-on-Mac patches

2007-01-30 Thread Martin Wache
Tero Siironen schrieb: > On 30.1.2007 00:58, "Martin Wache" <[EMAIL PROTECTED]> wrote: > > >> Hmm, you can check with ipcs if the shared memory block has properly >> been created, has the correct Id (it should be the one in shm-common.h), >> and ha

Re: [vdr] VDR-on-Mac patches

2007-01-30 Thread Martin Wache
Tero Siironen schrieb: > On 30.1.2007 21:39, "Martin Wache" <[EMAIL PROTECTED]> wrote: > >> Did you start the client like it is described in the ReadMe? From inside >> of the McVdrClient.app folder? For some reason Quartz application needs >> the context

Re: [vdr] VDR-on-Mac patches

2007-01-31 Thread Martin Wache
onfigure to get MMX acceleration. Also, in audio-macos.c I've set the audio format to inDesc.mFormatFlags |= kAudioFormatFlagIsBigEndian; I would guess that you have to change that on Intel processors, but I can't try it. And there may be problems with the OSD colors, but

[vdr] [ANNOUNCE] ExtRecMenu-plugin 0.13

2007-02-04 Thread Martin Prochnow
move' and 'rename' - extended recordings info menu, shows name, path, channel, size, lifetime and priority of the recording - protects recordings in co-work with the PIN-plugin Have fun with it! Greets Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] [ANNOUNCE] ExtRecMenu-plugin 0.13

2007-02-04 Thread Martin Prochnow
Forgot the link: :-D http://martins-kabuff.de/extrecmenu_en.html ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] softdevice audio problem. audio repacker issue?

2007-03-17 Thread Martin Wache
ll some issues, but it solves the problems Stefan reports. Is there a reason why the cAudioRepacker is used in transfer mode and during recordings, but not while replaying? Bye, Martin Index: mpeg2decoder.c === RCS file: /cvsroot

Re: [vdr] softdevice audio problem. audio repacker issue?

2007-03-17 Thread Martin Wache
Hi, Reinhard Nissl schrieb: > Hi, > > Martin Wache wrote: > >> Is there a reason why the cAudioRepacker is used in transfer mode and >> during recordings, but not while replaying? > > Well, when cAudioRepacker was active while recording, then there is no >

Re: [vdr] softdevice audio problem. audio repacker issue?

2007-03-18 Thread Martin Wache
Stefan Lucke schrieb: > On Saturday 17 March 2007 22:05, Martin Wache wrote: >> I attached a patch with make the softdevice use av_read_frame(), it has >> still some issues, but it solves the problems Stefan reports. > > Martin, thats really great. > Thank you. > This

Re: [vdr] softdevice audio problem. audio repacker issue?

2007-03-18 Thread Martin Wache
Reinhard Nissl schrieb: > Hi, > > Martin Wache wrote: > >>>> Is there a reason why the cAudioRepacker is used in transfer mode and >>>> during recordings, but not while replaying? >>> Well, when cAudioRepacker was active while recording, then ther

[vdr] [ANNOUNCE] pvr350-Plugin -new development snapshot

2007-06-10 Thread Martin Dauskardt
I just announced it in the vdrportal forum, but it may also be interesting for non-german speaking vdr users. The pvr350-plugin implements an output device for the PVR350 TV out, using the hardware mpeg2 decoder. It was originally written by Dominic Morris, but he stopped development. Based on

Re: [vdr] Beta version of vdr with dvb-s2 support

2007-07-07 Thread Martin Werner
.conrad.de/scripts/wgate/zcop_b2c/!?perform_special_action=Produktdetail&product_show_id=941604&p_page_to_display=fromoutside Does it work? I use anways XINE as frontend .. so, I only would need to install the new card and apply your patch. Thanks, Martin -Ursprüngliche Nachricht- Von

Re: [vdr] Beta version of vdr with dvb-s2 support

2007-07-08 Thread Martin Werner
So, at this time we are waiting for the backend. Hopefully interleaced H264 comes soon. So long, Martin Sent by Good Messaging (www.good.com) -Original Message- From: Stefan Lucke [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 02:47 PM W. Europe Standard Time To: VDR

[vdr] Problems with cCutter::Active()

2007-07-28 Thread Martin Prochnow
] - If I remove the cCutter::Active()-call from my thread, everything is fine. Has anyone an idea what goes wrong there? Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Problems with cCutter::Active()

2007-07-28 Thread Martin Prochnow
Udo Richter schrieb: > Martin Prochnow wrote: >> I call in my plugin in a loop (in a thread) cCutter::Active() every >> second. If I stop an editing process over the main menu entry, VDR >> crashes from time to time: > > cCutter::Active is more than a simple query

Re: [vdr] dvb-s h264 channels with standard definition

2007-07-29 Thread Martin Werner
Thanks Reinhanrd, gives me hope that we finally can see Pro7 and SAT.1 in HDTV .. a long awated from me! Thanks for your great effort, Martin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Reinhard Nissl Gesendet: Sonntag, 29. Juli 2007 21:32

Re: [vdr] HDTV future for VDR

2007-09-17 Thread Martin Werner
/0202/medien/0092/index.html This year, we have the 1080p + 24p + 100Hz LCD TV's which are just what we want to have, instead of the old Cathode-Ray tubes. Martin Von: [EMAIL PROTECTED] [EMAIL PROTECTED] im Auftrag von Harald Milz [EMAIL PROTECTED

[vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-07 Thread Martin Prochnow
g will be stored * ascending/descending sorting * extends VDR's '-r'-option commands with 'move' and 'rename' * functionality of the DVDArchive-patch * protecting recordings in co-work with the PIN-plugin * a cutter queue Download and screensho

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
doesn't work with VDR >= 1.5.3 and is switched of for this versions. If you want to see these icons, you have to use a ttf font which contains these. You can find such a font at this url: http://andreas.vdr-developer.org/enigmang/download.html Greets

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
Hi Matthias, I only copied VDR's cutting function to the plugin because of the problems with cCutter::Active() You find the function in file tools.c, line 369. Maybe I should implement a setup option to switch of the cutter queue. Greets, M

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-13 Thread Martin Prochnow
Matthias Fechner schrieb: > Hi Martin, > > Martin Prochnow wrote: >> I did not mentioned it: the plugin is ment for use with actual stable >> VDR versions. It does compile with the current developer versions of VDR >> but it does not support the new font hand

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-15 Thread Martin Prochnow
Hi Matthias, The icons should be displayed at the left of a list entry. Take a look at the screenshot at plugin's homepage (http://martins-kabuff.de/extrecmenu_en.html). As I mentioned before you need a true type font containing the icons for VDR >= 1.5.3 Greets

Re: [vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.0

2007-10-16 Thread Martin Prochnow
Here again the location of the ttf containing the icons: http://andreas.vdr-developer.org/enigmang/download.html I'm not the creator of this font! And I don't know, how to configure EnigmaNG or VDR to use it . Greets, Martin ___ vdr mailin

[vdr] [ANNOUNCE] ExtRecMenu-Plugin 1.1

2007-10-22 Thread Martin Prochnow
#x27; is off; fixed; thanks to Saxman2k from vdr-portal.de for reporting - added option to switch off cutter queue Screenshots and Download: http://martins-kabuff.de/extrecmenu_en.html Greets, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] How To use DeviceStillPicture ?

2008-01-06 Thread Martin Dauskardt
I have seen that plugins use this in a different way. For example in this order: DevicePlay DeviceStillPicture DeviceFreeze So the next action to display a new Stillimage would start with DevicePlay Others call neither Freeze nor Play. The dvd-Plugin calls DeviceClear and

[vdr] wrong time in tv program

2008-01-29 Thread Martin SCHREIBER
the shell displays the correct time and also the correct timezone is set up in /etc/timezone as 'Europe/Berlin'. has anyone a solution? thx, martin -- Martin Schreiber http://www.martin-schreiber.net | Im Muehltal 48 | 91171 Greding | GERMANY ___

Re: [vdr] Transfer-Mode without remux

2008-02-03 Thread Martin Dauskardt
Hi Klaus, sending TS payload data directly to the device shouldn`t become a generally method. Please be aware that there are other output devices which can`t handle TS data. For example, the decoder of the PVR350 needs a multiplexed Audio/Video PES. Greets, Martin

Re: [vdr] wrong time in tv program

2008-02-03 Thread Martin SCHREIBER
On Fri, 2008-02-01 at 16:32 +0100, Klaus Schmidinger wrote: > On 01/29/08 20:16, Martin SCHREIBER wrote: > > hello! > > > > the time in the vdr (right bottom) is displayed correctly but the time > > for the tv movies are displayed with a 7 hour displacement. > >

Re: [vdr] wrong time in tv program

2008-02-09 Thread Martin SCHREIBER
-0600 xtruder:/etc# export TZ=Europe/Berlin xtruder:/etc# hwclock --hctosys xtruder:/etc# date -R Sat, 09 Feb 2008 19:02:03 +0100 xtruder:/etc# date -s 12:03 -R Sat, 09 Feb 2008 12:03:00 +0100 -- so thanx for your help and or course for developing vdr! :-) martin On Sat, 2008-02-09 at 11:34

[vdr] How to change font data?

2008-02-22 Thread Martin Prochnow
I tried to understand how to use CreateFont from the class cFont to do the same with newer VDR versions but I failed. Is it possible to change font data directly in code or do I have to create my own true type font containing the icons? Regards, Martin ___ v

Re: [vdr] How to change font data?

2008-03-01 Thread Martin Prochnow
uced true type fonts, this function doesn't work anymore. > I tried to understand how to use CreateFont from the class cFont to do the > same with newer VDR versions but I failed. > > Is it possible to change font data directly in code or do I have to create > my own true type fo

Re: [vdr] How to change font data?

2008-03-02 Thread Martin Prochnow
ay to mix cOsd::Bitmap with normal text? > > Messing with the fonts is not a good idea, IMHO. It works for VDR 1.4.x ;-) > I'll see about a method to add icons to the menu items. > However, this has veeery low priority ;-) So my only option for now is a true type fon

Re: [vdr] How to change font data?

2008-03-15 Thread Martin Prochnow
f VDR is running in an UTF-8 environment and set the values for the icons accordingly. This hole TTF and UTF-8 crap makes the handling of the icons very complicated. Maybe it is the best for now to replace the icons with normal letters until VDR provides support icons. I don't want to dictate

Re: [vdr] new graphics processor from VIA S3 for HD video

2008-04-22 Thread Martin Emrich
ome "standard" (It's surely beyond XvMC)? Matrix-multiplying (AMD,Nvidia,S3,Intel) with (Linux, X.Org, Mplayer/ffmpeg, Gstreamer,...) gives surely a lot of (duplicate) code. Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] new graphics processor from VIA S3 for HD video

2008-04-23 Thread Martin Emrich
the programmable shaders for decoding, scaling, colorspace translation, etc. Most of the newer AMD/ATI cards seem not to have a "traditional" backend scaler anymore (making it hard for opensource driver devs to implement XVideo as they now have to touch the 3D engine). Ciao Martin

Re: [vdr] new graphics processor from VIA S3 for HD video

2008-04-23 Thread Martin Emrich
DVB-S2 with only free software at low power consumption ;-) Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Controlling VDR with Asterisk PABX

2008-04-25 Thread Martin Emrich
$NUMBER" = "" ]; then NUMBER="Unknown Caller" fi vdrhost=your_vdr_hostname echo -e "mesg Anruf von: ${NUMMER}\nquit\n" | /bin/nc $vdrhost 2001 \ 2>/dev/null >/dev/null & (SVDR must be allowed from the PBX host) Ciao Martin __

Re: [vdr] transponder hopping made easy?

2008-04-26 Thread Martin Emrich
7;t longer work with VDR 1.6.0. http://www.vdr-wiki.de/wiki/index.php/Autosort-plugin http://www.vdr-wiki.de/wiki/index.php/Decruft-plugin (both in German) Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] False timer conflict

2008-06-07 Thread Martin Emrich
so to clarify things. Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] False timer conflict

2008-06-08 Thread Martin Emrich
n't be viewed of > recorded anyway, or adjust the search timer to the appropriate channels? I temporarily enabled the search for new channels because some german channels lately switched their transponder, so between the channel scan and the next run of the

Re: [vdr] new videocard from ATI with hardware decoding of HD video -UVD2

2008-06-23 Thread Martin Emrich
ver hackers (ati, radeonhd), too. Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Which DVB-S Card to buy in Germany

2008-07-06 Thread Martin Emrich
RROR: video data stream broken > Jul 6 14:26:26 video vdr: [10063] ERROR: video data stream broken > > If VDR records on the second DVB card everything is fine. > > I'm quite sure that this a hardware issue. Looks that way. With this hot weather in Germany at the

Re: [vdr] [PATCH] RGB/PAL over VGA at variable frame rate

2008-07-22 Thread Martin Emrich
d have tearing artefacts or enable it and have an unsteady framerate. I wonder if your patch could be applied to a DVI/HDMI connection, too? Its a Radeon X850 currently with xf86-video-ati 6.6.3 and xorg-server 1.4. Ciao Martin ___ vdr mailing list vdr@linux

Re: [vdr] [PATCH] RGB/PAL over VGA at variable frame rate

2008-07-23 Thread Martin Emrich
Hi! Thomas Hilber schrieb: > On Wed, Jul 23, 2008 at 12:12:46AM +0200, Martin Emrich wrote: >> I have connected my VDR box to my TV via a DVI-to-HDMI cable, set the >> resolution to 1920x1080 and let the graphics card do the upscaling >> instead of the TV, because the qual

[vdr] OT: Deinterlacing algorithms [WAS:Re: [PATCH] RGB/PAL over VGA at variable frame rate]

2008-07-23 Thread Martin Emrich
Hi! Torgeir Veimo schrieb: > On 23 Jul 2008, at 23:06, Martin Emrich wrote: > >> (I wonder why there's no simple "TV simulator" that upmixes 50 >> fields/s to 50 frames/s just like a CRT TV?). > > > It's very hard to simulate this 'u

Re: [vdr] OT: Deinterlacing algorithms [WAS:Re: [PATCH] RGB/PAL over VGA at variable frame rate]

2008-07-25 Thread Martin Emrich
t have that much problems (but the old nVidia AGP card was not capable to run at 1920x1080 smoothly). Ciao Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Martin Dauskardt
> I have a PVR500 with the PVRInput plugin running on my Backend. > > I am using an old Hauppauge FF DVB-s card just as a frontend on another > low powered system in order to throw the PVRInput channels to the > kitchen. On the backend it's all working, however, switching between > channels does

Re: [vdr] Streamdev to Streamdev with PVRInput card

2011-06-08 Thread Martin Dauskardt
> > streamdev doesn't query for a new device if the current and the next > > channel has the same transponder. This is checked via the following > > define: > > > > channels.h:#define ISTRANSPONDER(f1, f2) (abs((f1) - (f2))< 4) //XXX > > > > All the channels in channel.conf have the same freque

[vdr] VDR consumes about 60% CPU load

2012-07-08 Thread Martin Neuditschko
PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 11975 root 20 0 391m 109m 4144 R 68.9 5.5 12:25.74 vdr This shows half user / half system load. Pretty strange. best regards Martin Neuditschko Jul 9 00:52:35 lacus vdr: [11975] VDR version 1.7.28 started Jul 9 00:52:35 lacus v

Re: [vdr] VDR consumes about 60% CPU load

2012-07-09 Thread Martin Neuditschko
On Mon, Jul 09, 2012 at 08:55:06AM +0100, Dave wrote: > On 09/07/12 00:14, Martin Neuditschko wrote: > >Hello, > > > >I actually recognized that my VDR consumes much CPU load. > > Has the machine been rebooted since the leap-second on July 1? My > VDR machine bega

[vdr] why does the Makefile not install all include files

2013-02-26 Thread Martin Gansser
why does the Makefile of e.q. vdr-1.7.32 only install the includes from include/vdr include/libsi and not the dvb* and libhd* files ? vdr Makefile: # Includes: install-includes: include-dir @mkdir -p $(DESTDIR)$(INCDIR) @cp -pLR include/vdr include/libsi $(DESTDIR)$(INCDIR) ...

[vdr] Contribution to VDR - source codes, compiling latest 2.x on raspberry pi

2013-09-01 Thread Martin Stiborský
w.tvdr.de/) ? Maybe even consider Github as a VDR development home, that would be awesome :) But that's completely your things how to keep you project running. Thank you guys for any information for my thing! -- S pozdravem / Best regards Martin Stiborský Jabber: st...@njs.ne

Re: [vdr] Contribution to VDR - source codes, compiling latest 2.x on raspberry pi

2013-09-01 Thread Martin Stiborský
r Reimer wrote: > ** > > > > Am 1.9.2013 19:58, schrieb Martin Stiborský: > > Hi guys, > I'd like to ask you for a little help, small introduction into how it > works in VDR development. > > My goal: I'd like to have latest VDR on my RaspberyPi, I have there &

[vdr] diseqc.conf for Spaun and quad-LNBs

2014-01-06 Thread Martin Lang
S160E this did not happen (yet) ? Can anybody please help with the correct diseqC.conf ? My attempt (see below) to modify the one from http://www.vdr-portal.de/index.php?page=Thread&postid=927921 did not work so far. Thanks Martin # from this thread # http://www.vdr-portal.de/index.php?page=

[vdr] [announce]: pvr350-1.7.5

2014-02-28 Thread Martin Dauskardt
system - fix segfaults on exit when framebuffer device is missing The plugin is still only for PAL ouput. If there are any users who want to use it for NTSC output, I may consider adding it. Please send me a mail. Greets, Martin ___ vdr mai

Re: [vdr] Raspberry Pi, Streamdev + rpihddevice

2014-07-08 Thread Martin Wache
to lack of time I have not got very far. Cheers, Martin ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] vdr-2.2.0 compilation fails with gcc7

2017-03-02 Thread Martin Gansser
vdr-2.2.0 compilation fails with gcc7 on Fedora26. g++ -O3 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fPIC -Werror=overlo

Re: [vdr] vdr-2.2.0 compilation fails with gcc7

2017-03-02 Thread Martin Gansser
&& '0' <= s[i] && s[i] <= '9') { do { item_nr = item_nr * 10 + (s[i] - '0'); } it compiles fine, but I am not shure if this is correct ?     Gesendet: Donnerstag, 02. März 2017 um 11:35 Uhr Von: "Klaus Schmidin

Re: [vdr] TT S2 6400 IR Pinout

2017-03-27 Thread Martin Gansser
Maybe you can ask here in the German-speaking VDR forum a few guys. http://www.vdr-portal.de/board60-linux/board61-hardware/107135-mini-ir-on-f%C3%BCr-tt-s2-6400/ Martin   Gesendet: Samstag, 25. März 2017 um 10:23 Uhr Von: "Richard Scobie" An: "Klaus Schmidinger's VDR&qu

[vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-09-28 Thread Martin Gansser
DEO_GET_PTS' if (ioctl(fd_audio, AUDIO_GET_PTS, &pts) == -1) { ^ VIDEO_GET_PTS make: *** [Makefile:64: dvbhdffdevice.o] Error 1 [1] https://kojipkgs.

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-09-28 Thread Martin Gansser
rc5.git2.1.fc30/x86_64/kernel-headers-4.19.0-0.rc5.git2.1.fc30.x86_64.rpm   I don't know what to do, write to the packager, so he can put in this definition again ? or is there a other solution ? thanks Martin Gesendet: Freitag, 28. September 2018 um 10:45 Uhr Von: "Klaus Schmidinger&q

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-09-28 Thread Martin Gansser
I have opened a fedora ticket [1] https://bugzilla.redhat.com/show_bug.cgi?id=1633979 thanks Martin   Gesendet: Freitag, 28. September 2018 um 12:02 Uhr Von: "Alexander Grothe" An: "VDR Mailing List" Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS&#

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-10-09 Thread Martin Gansser
Hello Klaus, will you provide a kernel> = 4.8 patch or will I need to contact the kernel developer for this? Martin Gesendet: Sonntag, 30. September 2018 um 11:36 Uhr Von: "Klaus Schmidinger" An: vdr@linuxtv.org Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDI

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-10-09 Thread Martin Gansser
Hi Klaus, I will contact him. Many Thank Martin Gesendet: Dienstag, 09. Oktober 2018 um 11:31 Uhr Von: "Klaus Schmidinger" An: vdr@linuxtv.org Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope On 10/9/18 10:27 AM, Martin Ga

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-10-10 Thread Martin Gansser
1/30159241/build.log [2] https://kojipkgs.fedoraproject.org//work/tasks/9649/30159649/build.log what is correct ? Thanks Martin   Gesendet: Dienstag, 09. Oktober 2018 um 11:31 Uhr Von: "Klaus Schmidinger" An: vdr@linuxtv.org Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS&#

Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope

2018-10-10 Thread Martin Gansser
Thanks for you help Martin  Gesendet: Mittwoch, 10. Oktober 2018 um 11:50 Uhr Von: "Klaus Schmidinger" An: vdr@linuxtv.org Betreff: Re: [vdr] dvbhdffdevice.c:569:33: error: 'AUDIO_GET_PTS' was not declared in this scope On 10/10/18 11:46 AM, Martin Gansser wrote: > I

Re: [vdr] Making VDR run under Systemd

2021-09-13 Thread Martin Wache
md. I can share the scripts if you like to modify them for your needs. Regards, Martin ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] projects.vdr-developer.org might come to an end

2022-07-07 Thread Martin Dummer
s/vdr-convert If you want to add more code etc.. place a pull request, or "want your repo back", tell us on https://www.vdr-portal.de/forum/index.php?thread/135173-migration-von-projects-vdr-developer-org-auf-alternative-plattformen/ what your plans are

Re: [vdr] irc/matrix/mastodon

2022-11-14 Thread Martin Dummer
Am 14.11.22 um 10:55 schrieb Mikko Tuumanen: Are there any vdr-related irc channels or matrix rooms? I know about #gentoo-vdr on libera.chat but it's a quiet place ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/lis

Re: [vdr] Running VDR from systemd on Raspberry Pi OS

2022-12-27 Thread Martin Dummer
e=/video What=/dev/disk/by-label/VDR Type=ext4 Options=defaults,noatime,nofail [Install] WantedBy=dev-disk-by\x2dlabel-VDR.device EOF is more or less the same as one line in /etc/fstab. see "man systemd.mount" and "man systemd-fstab-generator" Just a hint Martin

Re: [vdr] Trying to run satip w/ Geniatech EyeTV Netstream 4Sat

2023-03-29 Thread Martin Dummer
re is a comment // Elgato EyeTV Netstream 4Sat ? which is an indication that your receiver may need this quirk, but its not coded in the source yet. If yes, please report your results here. Bye Martin ___ vdr mailing list vdr@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[vdr] alphacrypt cam upgrade to version 3.12

2008-01-13 Thread Martin Binder (AON)
Hi Simon, Mascom provides an update here: http://www.alphacrypt.de/Updates.36.0.html It's only in german - if you need help: write me a PM. Regards Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Simon Baxter > Sent: S

Re: [vdr] Straw poll: stable version 1.6.0 now?

2008-02-03 Thread Martin Binder (AON)
Hi Klaus, my opinion: the next stable version should contain DVB-S2/H.264 (HDTV) support. So there is no use for a stable version based on 1.5.14. Kind regards Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Klaus Schmidinger >

<    1   2