Giter Site home page Giter Site logo

rofafor / vdr-plugin-femon Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 3.0 691 KB

Frontend Status Monitor plugin for the Video Disk Recorder (VDR)

Home Page: http://www.saunalahti.fi/~rahrenbe/vdr/femon/

License: GNU General Public License v2.0

Makefile 1.51% C 82.82% C++ 15.67%
vdr plugin

vdr-plugin-femon's People

Contributors

rofafor avatar tmn505 avatar varaslt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

vdr-plugin-femon's Issues

Bildformat bei 720p

Danke zuerst für ihren Plugin .
Ich habe festgestellt , dass unter Signalinfo ---> Bildformat keine Info drauf steht wenn ich bein Sendern 720P wie z.B PhoenixHD , ZDFNEO HD . andere Sender SD zeigen PAL und 1080i Sender zeigen Component .
Woran es liegt weiss ich net .
benutze Softhddevice als Ausgabedevice .
Danke

Possible crash in osd.c

I just got a seg violation from femon with this backtrace:

Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000000004b5d4c in cBitmap::Width (this=0x0) at osd.h:188
188 int Width(void) const { return width; }
[Current thread is 1 (Thread 0x7fcd4f7fe700 (LWP 20550))]

I'd guess this 2 lines:
x = OSDSYMBOL(SYMBOL_LOCK).Width();
y = (OSDROWHEIGHT - OSDSYMBOL(SYMBOL_LOCK).Height()) / 2;

should ony be done if frontendStatusValidM ...
or at least OSDSYMBOL(SYMBOL_LOCK) has to be verified

Compile with 2.3.2

During compile with vdr-2.3.2 I get following messages:

In file included from /usr/local/vdr/vdr-2.3.2/include/vdr/config.h:20:0,
from /usr/local/vdr/vdr-2.3.2/include/vdr/channels.h:13,
from /usr/local/vdr/vdr-2.3.2/include/vdr/device.h:13,
from /usr/local/vdr/vdr-2.3.2/include/vdr/receiver.h:13,
from receiver.h:12,
from osd.c:18:
/usr/local/vdr/vdr-2.3.2/include/vdr/font.h:48:15: error: ‘virtual int cFont::Width() const’ was hidden [-Werror=overloaded-virtual]
virtual int Width(void) const = 0;
^
osd.c:148:15: error: by ‘cFemonDummyFont::Width’ [-Werror=overloaded-virtual]
virtual int Width(const char *sP) const { return 50; }
^
osd.c: In constructor ‘cFemonOsd::cFemonOsd()’:
osd.c:209:18: error: invalid new-expression of abstract class type ‘cFemonDummyFont’
fontM = new cFemonDummyFont;
^
osd.c:145:7: note: because the following virtual functions are pure within ‘cFemonDummyFont’:
class cFemonDummyFont : public cFont {
^
In file included from /usr/local/vdr/vdr-2.3.2/include/vdr/config.h:20:0,
from /usr/local/vdr/vdr-2.3.2/include/vdr/channels.h:13,
from /usr/local/vdr/vdr-2.3.2/include/vdr/device.h:13,
from /usr/local/vdr/vdr-2.3.2/include/vdr/receiver.h:13,
from receiver.h:12,
from osd.c:18:
/usr/local/vdr/vdr-2.3.2/include/vdr/font.h:48:15: note: virtual int cFont::Width() const
virtual int Width(void) const = 0;
^
cc1plus: some warnings being treated as errors
Makefile:73: recipe for target 'osd.o' failed
make: *** [osd.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.