News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - petric

#1
Hello,

i have recently seen a couple of DVB-T(2) SetTop Boxes.

For example the Grundig GUD300HD which has the following connectors:
- SCART in
- SCART out
- HDMI
- USB
- TCP/IP Network
- Antenna in
- Antenna out

I have also seen that it is running Linux. I don't know what media processor this device uses.

Could this be a new HD VOMP replacement (perhaps using a custom firmware) ?

regards
#2
Hello,

an ebuild for vdr-vompserver 0.2.6 have been added to gentoo.

At the release process the gentoo vdr maintainers told me that each plugin should have its own subdirectory below the plugins directory.

I think this is a good idea - so i propose the following change:

-------------------------------------- cut ----------------------------------
diff -Naur vompserver-0.2.6.orig/bootpd.c vompserver-0.2.6/bootpd.c
--- vompserver-0.2.6.orig/bootpd.c   2007-02-17 18:25:39.300235973 +0100
+++ vompserver-0.2.6/bootpd.c   2007-02-17 18:26:03.418578373 +0100
@@ -99,7 +99,7 @@

   // Open a config file for the given MAC

-  const char* configDir = cPlugin::ConfigDirectory();
+  const char* configDir = cPlugin::ConfigDirectory( "vomp" );
//  char* configDir = "/opt/dvb/vdr-config-1.3/plugins";
   if (!configDir)
   {
-------------------------------------- cut ----------------------------------
#3
Hello,

if i press the OK button on an empty timer list i get a blank screen. No way out (no Back, no Power-Off, ...).

Dongle is 2.5.

regards
#4
VOMP General / MVP / Scroll EPG description text
December 13, 2006, 21:35:31
Hello,

on some movie entries in the EPG the descrition is too long to fit into the description window.

Is there a possibility to scroll the contents of this text box ?

regards
#5
VOMP General / MVP / Editing timers
December 13, 2006, 21:28:59
Hello,

is there a possibility to edit the programmed timer entries.

I see only the "OK - edit" buttin from the list of programmed timers. Pressing OK on a timer entry the timer data is displayed but there is no way to edit it.

Any help ?

regards
#6
I have created an ebuild file (server part) for the Gentoo distribution. Can be found at

  http://bugs.gentoo.org/show_bug.cgi?id=156122

Hope that helps.
#7
A kernel > 2.4.17 can not be used because the source for the following kernel modules is not available (correct ?):


  • av_core
  • gfx
  • ircombo
  • os_core
  • osdfb
  • xrmod

However i found a forum article which has an attached file which seem to contain the missing sources (except of xrmod):

  http://www.sat-industry.net/forums/showthread.php?t=26894

Maybe that helps.
#8
VOMP General / MVP / Netzwerkkarte nicht Full-Duplex
November 22, 2006, 02:03:01
Hallo,

ich habe mal meinen Switch waehrend der Bootphase des MediaMVP beobachet.

Waehrend er sich das dongle (hier: Version 2.4) holt laeuft er im Full-Duplex Modus, nach dem das dongle geladen ist (also das Hauptmenue da ist) im Simplex Modus.

Nichts tragisches, aber vielleicht koennte man das spaeter mal aendern ...
#9
Currently using VOMP 2.4 on VDR 1.4.3.

If i switch forward one channel in live TV the MediaMVP waits for the picture coming stable before it jumps to the next channel (if i pressed the "next channel" button twice, or triple, or ...).

Maybe a request for future enhancements.