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 - champpain

#1
VOMP General / MVP / Re: Vomp on ARM/Marvell
December 09, 2010, 20:14:14
Hi.
I have the same problem like wauwau, but the patch did not improved the situation.

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
11:01:13.542963 [debug]  RRProc - threadMethod waiting
11:01:19.542119 [debug]  Client - Received chan=3 kats=1291888876
11:01:19.542349 [debug]  Client - Waiting
11:01:20.850028 [debug]  Client - Received chan=1, ser=47, op=5, edl=0
11:01:20.850149 [debug]  RRProc - recvReq set req and signalled
11:01:20.850209 [debug]  Client - Waiting
11:01:20.850281 [debug]  RRProc - thread woken with req, queue size: 1
11:01:20.850610 [debug]  Config - Config error: Key Channels not found
11:01:20.850677 [debug]  RRProc - name: 'Das Erste'
11:01:20.850730 [debug]  RRProc - name: 'ZDF'
11:01:20.850778 [debug]  RRProc - name: 'rbb Berlin'
11:01:20.850826 [debug]  RRProc - name: 'MDR Sachsen'
11:01:20.850873 [debug]  RRProc - name: 'NDR FERNSEHEN'
11:01:20.850919 [debug]  RRProc - name: 'arte'
11:01:20.850966 [debug]  RRProc - name: '3sat'
11:01:20.851012 [debug]  RRProc - name: 'neo/KiKa'
11:01:20.851059 [debug]  RRProc - name: 'ZDFinfokanal'
11:01:20.851105 [debug]  RRProc - name: 'Phoenix'
11:01:... RRProc - thread woken with req, queue size: 1
11:01:24.724075 [debug]  RRProc - req->dataLength = 4
11:01:24.724167 [debug]  Client - Looking for channel 1::: number: 1 name: 'Das Erste'
11:01:24.724222 [debug]  Client - Found channel number 1, vpid = 1401, apid1 = 1402
11:01:24.724480 [debug]  RRProc - Config: Live TV priority: 1
11:01:24.724543 [debug]  RRProc - Using live TV priority 1
11:01:24.725672 [debug]  MVPReceiver - VDR active
11:01:24.725833 [debug]  MVPReceiver - num mvp receivers now up to 1
11:01:24.725976 [debug]  RRProc - threadMethod waiting
11:01:30.721427 [debug]  Client - Received chan=3 kats=1291888888
11:01:30.721632 [debug]  Client - Waiting
11:01:36.721046 [debug]  Client - Received chan=3 kats=1291888894
11:01:36.721224 [debug]  Client - Waiting
11:01:42.720668 [debug]  Client - Received chan=3 kats=1291888900
11:01:42.720847 [debug]  Client - Waiting
11:01:48.720291 [debug]  Client - Received chan=3 kats=1291888906
11:01:48.720469 [debug]  Client - Waiting

Any other ideas?
#2
VOMP General / MVP / Re: Vomp on ARM/Marvell
November 22, 2010, 15:36:11
QuoteHi,

my Debian/Squeeze installation with VDR 1.6.0 (standard ARM repostiory) is working stable.
I downloaded the latest version (0.3.1) as source code and compiled it succesfully.
Hi.
Can anyone help me compiling vompserver on a dockstar (ARM) including the PATCH that is mentioned in this thread?
The dockstar is my first debian-system and i really don`t know how to compile it the right way....
:(
#3
Hi.
I installed vomp by the etobi.net repository (with a lot of help from wilderigel from vdr-portal) on a seagate dockstar (ARM).

Here is wilderigel's HowTo:

Quote
cd /usr/src/

apt-get install vdr-dev
apt-get install fakeroot

edit:
/etc/apt/sources.list.d/e-tobi.list
and add the line:
deb-src http://e-tobi.net/vdr-experimental sid base addons vdr-multipatch

apt-get update
apt-get source vdr-plugin-vompserver
apt-get build-dep vdr-plugin-vompserver
cd vdr-plugin-vompserver-0.3.1/
PATCHVARIANT=debian fakeroot dpkg-buildpackage -b -uc -tc
dpkg -i ../vdr-pluigin-vompserver_*.deb
apt-get install -f
BUT it does not really work...
:(
It boots but it does not really work.

I found this thread:
http://forum.loggytronic.com/index.php?topic=426.0

Can anyone help me, building vomopserver with this patch based on the HowTo above?