Loggytronic Forum

VOMP => VOMP for Raspberry Pi => Topic started by: MartenR on October 27, 2012, 19:09:17

Title: Patch for latest protocoll change
Post by: MartenR on October 27, 2012, 19:09:17
In order to be able to support more audio formats, I had to change the server side protocoll (changes are backward compatible to clients build using the old protocoll).
Apply the patch on the server side, in order to use vompclient for raspberry pi.

Marten
Title: Re: Patch for latest protocoll change
Post by: KarZan on December 17, 2012, 21:42:10
I tried this patch but could not compile after patching. Propably my version was wrong :) Is this patch in git?
Title: Re: Patch for latest protocoll change
Post by: MartenR on December 18, 2012, 07:24:04
It is in git.
Title: Re: Patch for latest protocoll change
Post by: iampivot on January 21, 2013, 06:32:34
I'm just trying out vomp on rpi, and applied this patch to the vdr-plugin-vompserver on my stock yavdr 5.0 installation. Before the patch I got

Protocoll mismatch s: 0 c: 200

now I get

Protocoll mismatch s: 100 c: 200

Is there a new patch somewhere that i need to apply to the server plugin?
Title: Re: Patch for latest protocoll change
Post by: MartenR on January 21, 2013, 06:56:33
vompclient-raspi is now already on 0-4-0rc branch of the server, so you need to have the server on this git branch in order that they match.

Marten
Title: Re: Patch for latest protocoll change
Post by: iampivot on January 21, 2013, 14:16:55
Ah right, didn't spot there was a more recent branch than master.
Title: Re: Patch for latest protocoll change
Post by: laz on January 21, 2013, 17:09:29
The makefile I checked out from git yesterday tries to build the MVP client instead of the raspberry pi client by default. Lots of build errors until I spotted that one! I assume this happened during the merge.

N.B., the default branch for vompserver is not yet 0.4.0rc so you need to tell git to grab the correct vompserver version if you upgrade vompclient.
Title: Re: Patch for latest protocoll change
Post by: JTe on January 22, 2013, 08:28:07
I just built the new server from 0-4-0rc and the latest Raspi vomp client and found out that the dvb subtitles stop working after about 10 to 15 minutes. Has anybody else found the same problem, or do I have something wrong with my build environment?

I did not have time to debug more, but it could be a memory leak, or a flag that is not turned off/on correctly?  I had to restart the whole client and then I will get the subtitles back again (for the next 10 to 15  minutes).

Title: Re: Patch for latest protocoll change
Post by: MartenR on January 22, 2013, 08:33:48
We had to fix your patch since it was causing troubles on the mvp. (Clearing of the osd too often, and timer faulty due to global variable and not initialised clock at startup)
May be this introduced a new bug. (I only tested it for 1 minute), please feel free to find new bug. Probably a flag is not reset correctly.

Marten
Title: Re: Patch for latest protocoll change
Post by: JTe on January 22, 2013, 08:35:09
Ok, I will debug the new fixes.