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

Messages - wolfgang6444

#1
VOMP for Raspberry Pi / priority
June 23, 2014, 20:09:33
Hello,

Somehow I don't get the concept of priority. My situation:
I have got a vdr-server with three DVB-S cards. One is full featured an is used as output only.
The other two are budget cards configured as input with one antenna cable each.
The direct output on the vdr-server is hardly ever used, so I want it to have lowest priority (less than vompclients).
Ideally timers should have highest priority.
What happens is that as soon as a timer starts, the vompclients how "channel unavailable" on most channels, while the direct output on the server is still o.k. on all channels.
The priority on vompclient is set to -70.
What is the 'polarity' of the priority settings. High positive or negative numbers to prevent it from being kicked out?
Any suggestions for my situation?

Thanks

Wolfgang
#2
VOMP for Raspberry Pi / time-shift
May 31, 2014, 14:01:17
I know this is on the "ToDo-List" but I am not sure about the status.
Somebody has posted it would be feasible but has it been done yet?

I consider time-shift a very important feature for a PC-based TV.
The idea is to "simply" start a recording (on the server of course) of the currently displayed channel and then to switch
to display the most recent recording.
I would try to crudely implement his myself, but as it has not been done yet there probably is an issue with this simple concept.

Any hints?

Wolfgang 
#3
VOMP for Raspberry Pi / Re: cec.h
May 31, 2014, 13:45:19
O.K. I had to install the patched libcec. Now it compiles and runs.

Thanks

Wolfgang
#4
VOMP for Raspberry Pi / cec.h
May 29, 2014, 18:18:48
Hello,

I try to compile vompclient from source. The compiler complains about missing cec.h.
Do I have to install some additional package?

Thanks

Wolfgang
#5
Hi,

this is a very basic question:
Is there a way to quit the vompclient and return to the X11-desktop without rebooting?

Thanks
Wolfgang
#6
QtVomp / Re: qtvomp on suse 12.3
March 18, 2014, 19:26:58
Hello,

meanwhile I am one-step further:
I have installed libqt4. I am compiling qtvomp-0.3.0-alpha-1.

It does compile o.k.. When I t start it and try to display live-video, I get: a message about a missing MPEG-2 Transport Stream demuxer plugin.

I have no idea where to get that.

Thanks for any help

Wolfgang

#7
QtVomp / qtvomp on suse 12.3
March 17, 2014, 18:55:16
Hello,

I am trying to compile qtvomp-0.3.0-alpha-1 on suse 12.3.

I get the following error:
phonon/mediaobject.h: No such file

Any hints on what is missing?

Thanks

Wolfgang
#8
O.k.,

so far everything is ootb- nothing patched nor edited - but it doesn't compile.

I will try the git tonight.

Wolfgang
#9
Hmm,

I just tried:
vdr-2.04
streamdev-0.6.0
vdr-epgsearch-1.0.0
markad-0.1.4
remote-0.5.0
vompserver-0.4.1

Upon compilation I get the following errors:

In file included from streamdev-client.c:10:0:
/scr/vdr-2.0.4/include/vdr/device.h:331:16: error: 'virtual bool cDevice::HasLock(int) const' was hidden
../client/device.h:31:15: error:   by 'virtual bool cStreamdevDevice::HasLock(int)'
make[2]: *** [streamdev-client.o] Error 1
make[1]: *** [client] Error 2
*** Plugin epgsearch:
WARNING: plugin epgsearch is using an old Makefile!
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/scr/vdr-2.0.4/include -I../../../../DVB/include afuzzy.c
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/scr/vdr-2.0.4/include -I../../../../DVB/include blacklist.c
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/scr/vdr-2.0.4/include -I../../../../DVB/include changrp.c
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/scr/vdr-2.0.4/include -I../../../../DVB/include confdloader.c
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -D_GNU_SOURCE -DSENDMAIL='"/usr/sbin/sendmail"' -DPLUGIN_NAME_I18N='"epgsearch"' -DHAVE_PCREPOSIX -I/scr/vdr-2.0.4/include -I../../../../DVB/include conflictcheck.c
In file included from conflictcheck.c:26:0:
conflictcheck.h: In member function 'bool cConflictCheckDevice::ProvidesChannel(const cChannel*, int, bool*) const':
conflictcheck.h:262:32: error: 'class cSetup' has no member named 'PrimaryLimit'
conflictcheck.h:267:57: error: 'class cSetup' has no member named 'PrimaryLimit'
make[1]: *** [conflictcheck.o] Error 1

My system in an opensuse 11.4.

I know that this is not really raspberry related, but I want to avoid cross-posting.
Maybe somebody has an idea?

Thanks

Wolfgang
#10
Good news!

Do you have any hint as to which version of vdr I should use? So far I am using some 1.6.x.
I want to use (among others) epgsearch, streamdev-server and vomp-server.
It is apparently not quite obvious, which version compiles with all of them.

Thanks

Wolfgang
#11
Sorry for this rather stupid question, but I am missing the fundamentals in the WIKI and howtos:

For several years I run vdr on a conventional desktop-PC under linux with two DVB-S Budget cards and one DVB-S-full-featured card - all connected via. PCI.
I am using the RGB-ouput of the full-featured card to send video to an old CRT-TV-set. Everything o.k.

Now I want to send the MPEG2-Stream (live-video or recordings) to another room via wlan and use a raspberry-pi as vdr-client.

Form what I understand vomp-server and -client should be the right choice.
But I am confused: does the vomp-server plugin only run on the specific MVP-hardware or can I also install it in my PC-based vdr like any other plugin?

Thanks

Wolfgang