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

#1
VOMP General / MVP / Re: File Size
December 18, 2005, 09:53:10
Hi , it doesn't work also with me ...

JMFR
#2
VOMP General / MVP / Re: VOMP and the 10MBit issue
October 30, 2005, 09:31:15
MartenR, try add at line 40 .... I did and after make plugins ... no error ...I also download again vompserver cvs ... and new dongle ... 0.0.15 ...
I can even transmit at 10Mb, TPS channel ... high bit rate ... this one gave me problems with mediamvp 0.16 !!! ... but with
vomp plugin ... no problem ...

I hope it helps

JMFR
#3
VOMP General / MVP / Re: VOMP and the 10MBit issue
October 30, 2005, 02:03:39
Quote from: Chris on October 29, 2005, 23:32:42
Hi, welcome to the 10Mb effort ... :)

An interesting possible solution there. I have tried it but even at 2k it still fails. I am down to a 1k send buffer size on the server side. But it's an interesting method, I didn't know about this technique. Maybe what is really required is the mirror of this in the client - to advertise a 2k (or 1k) receiving buffer as that is where the problem really is. Still, to test this with vomp add the following two lines at line 38 of tcp.c:

  int writeBufferSize = 1000;
  setsockopt(sock, SOL_SOCKET, SO_SNDBUF, &writeBufferSize, sizeof(int));

Do the usual make plugins, restart VDR and let me know what happens...

Hi ...
I also have the 10Mb problem ... make this small mod ... and it's working ... almost 30 minutes witout any problem ...
and also it's working with powerline (14Mb at max ...)

tks a lot for this plugin ...

JMFR