Re: [vdr] DLNA Media Renderer Plugin for VDR?

2013-04-04 Thread Denis Loh
Basically, a dmr plugin is nothing else but an extension to the iptv plugin. I don't know if the iptv plugin is able to stream http streams. If it does, the dmr plugin is more or less ready to use. However, the main part of the plugin is the controller which implements browse or search. So, if ther

Re: [vdr] UPnP/DLNA media server plugin for the VDR

2013-01-04 Thread Denis Loh
Am 04.01.2013 18:48, schrieb Brian-Imap: Hi, this looks to be pretty interesting. So where exactly does it fit in between XVDR, VNSI, streamdev, etc. XVDR and VNSI are primarily used by XBMC to watch live-tv and recordings. VOMP is used by Hauppauge and Raspberry products. Streamdev is more or

[vdr] [ANNOUNCE] vdr-upnp 1.0.0

2013-01-03 Thread Denis Loh
Hi all, I want to release a new version of the UPnP/DLNA media server plugin for the VDR: Version 1.0.0 Major changes: - usage of sub plugins to make extensibility easier. - usage of tntnet for http communication (no patch for additional headers in libupnp required) - usage of streamdev-se

[vdr] Check for updates of present event

2012-10-10 Thread Denis Loh
Hi, I want to check for updates on the present events in the schedule. I was checking "Schedule->Modified > lastModified", where lastModified is the timestamp when I checked it last time. However, every time I do the check, it was modified, even if there's no obvious change. So, how do I che

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

2012-02-16 Thread Denis Loh
Actually, I think some of the properties are not well formatted. UPnP defines a strict pattern, which I implemented (hopefully) properly. However, some devices may ignore this pattern. I will try to find out, which of these parameters is the offending one. 2012/2/16 Teemu Suikki : > Howdy! > > The

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

2012-02-10 Thread Denis Loh
Am 10.02.2012 18:07, schrieb Pim Zandbergen: I suppose you could use mediatomb with vdrnfofs to share your recordings. Pim ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr Ack! These combination should work as

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

2012-02-09 Thread Denis Loh
Am 09.02.2012 16:33, schrieb Dr. Werner Fink: Hi, ... yep, I'm aware of http://upnp.vdr-developer.org/ but this one seems to be very dead. Nevertheless I'd like to use a VDR as recording system only using the second coax line maybe extended by uncable to use two transponders over one coax line.

Re: [vdr] Renaming of all *.c files in *.cpp or equivalent

2012-01-02 Thread Denis Loh
decide which compiler it has to use. But I can live with it, because there is no real technical reason for renaming. Am 02.01.2012 18:07, schrieb Klaus Schmidinger: On 02.01.2012 17:44, Denis Loh wrote: Hi, I have a big wish for future development: Please rename all c++ files with *.c

[vdr] Renaming of all *.c files in *.cpp or equivalent

2012-01-02 Thread Denis Loh
Hi, I have a big wish for future development: Please rename all c++ files with *.c extensions into *.cpp or equivalent. Many IDEs may cope with *.c and treat them as c++ files. However, if not, you must force the IDE to do that, which is sometimes hard work to do. I think it is lesser work to

Re: [vdr] EPG DB discussion (was Re: Request: E parameter in channels.conf for epg scan)

2010-12-13 Thread Denis Loh
Am 12.12.2010 22:27, schrieb Eric Valette: On 12/12/2010 22:02, VDR User wrote: (Btw, Klaus has made it clear VDR was never intended to be a server/client system. Maybe at some point it will address that need in a well-thought out way but as it stands now I'm not so sure it's a good basis for

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

2010-12-06 Thread Denis Loh
I don't see the advantage of implementing this directly into the VDR. The parameter must be maintained by the user, so it should be an additional configuration file which is independend from the channels.conf, as this file is and should only used for channel information. NOEPG and NOEPGMENU do this

Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-25 Thread Denis Loh
From: Denis Loh mailto:denis@web.de>> Subject: Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client To: VDR Mailing List mailto:vdr@linuxtv.org>> Message-ID: <mailto:c86431b51003250700x737e00d4p56b286c7d777d...@mail.gmail.com>> Content-Type: text/plain; charset="iso-8859-

Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-25 Thread Denis Loh
I feel sorry, that you were facing so many problems with the plugin. Actually, it is still very bugous and will take some time to fix them. If you are a programmer, feel free to help me improving it. I will consider your idea to include a discard-all-but channel listing feature. Recordings (except

Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-24 Thread Denis Loh
I hardly believe that XBox 360 understand anything else than their own microsoft specific profiles. Most DLNA servers which are XBox compliant (not vice versa as it's a microsoft product) transcode their contents to deliver it to the XBox. Try it with another MPEG-TS in Fuppes. If it works, it

[vdr] How to seek/play splitted record files

2010-01-22 Thread Denis Loh
Hi, I want to implement a record player for my UPnP plugin and was wondering how the record files are played by the VDR. I found out that cFileName und cUnbufferedFile may be my friends, but I don't know how to seek a given file offset, if the recording is regarded as a single file. Here an ex