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

#1
VOMP General / MVP / Re: mpvserver und suse 10.0
March 03, 2006, 12:33:26
Hi chris,
i have to change the new plugin in vdr and the new dongle.bin and she works.
But live- Bild not works.....channel not ar.....
dejuh
#2
VOMP General / MVP / Re: mpvserver und suse 10.0
March 03, 2006, 08:41:07
Hi Chris,
with the new plugin wors my Mediamvp perfect.......... ;D ;D
It is wunderfull Thank You ;D ;D
Dejuh
#3
VOMP General / MVP / Re: mpvserver und suse 10.0
February 15, 2006, 17:48:25
Quote from: avvdr on February 11, 2006, 23:42:16
Hi Dejuh,
I had similar problems on a Suse9.3 - shortly after starting with vomp (looks very nice...)
Finally I explored that it was really important to have the server machine being setup as router in the DHCP setting, here is my /etc/hdcpd.conf:
#my server is 10.222.11.4, my mvp should get 10.222.10.40
#the next is the important line!
option routers 10.222.11.4;
ddns-update-style none;
allow bootp;
allow booting;
default-lease-time 14400;
subnet 10.222.11.0 netmask 255.255.255.0 {
  range 10.222.11.20 10.222.11.40;
  default-lease-time 14400;
  max-lease-time 172800;
}
group {
  next-server 10.222.11.4;
  host mvp { # NOTE: Change the hardware ethernet to the MAC address of your actual MVP
    hardware ethernet 00:0d:fe:00:78:e6;
    fixed-address 10.222.11.40;
    filename "dongle.bin.mvp";
  }
}


--
you can check this when you login to the mvp with telnet:
telnet 10.222.10.40
root

ping 255.255.255.255

- should give a reply from your server
if you get network unreachable - you missed the router entry.
you can also try
route
if there is a default - OK, otherwise it will fail.

Maybe this helps...

--> Chris - would it be possible to add an error message to the socket send in the vompclient, this will ease searching for such problems (you should really get a socket error there...)

Regards
Andreas




Hi avvdr thank you,
i can ping :
~ # ping 255.255.255.255
PING 255.255.255.255 (255.255.255.255): 56 data bytes
64 bytes from 192.168.6.79: icmp_seq=0 ttl=255 time=0.4 ms
64 bytes from 192.168.6.79: icmp_seq=1 ttl=255 time=0.4 ms
64 bytes from 192.168.6.79: icmp_seq=2 ttl=255 time=0.4 ms
64 bytes from 192.168.6.79: icmp_seq=3 ttl=255 time=0.3 ms
64 bytes from 192.168.6.79: icmp_seq=4 ttl=255 time=0.3 ms
64 bytes from 192.168.6.79: icmp_seq=5 ttl=255 time=0.3 ms

--- 255.255.255.255 ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.3/0.4 ms

Dejuh
#4
VOMP General / MVP / Re: mpvserver und suse 10.0
January 31, 2006, 10:14:11
Hi Chris,
to compilieren the vompserver-plugin:

make[1]: Entering directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver'
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o vompserver.o vompserver.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o dsock.o dsock.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o mvpserver.o mvpserver.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o udpreplier.o udpreplier.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o mvpclient.o mvpclient.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o tcp.o tcp.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o remux/ts2ps.o remux/ts2ps.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o remux/ts2es.o remux/ts2es.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o remux/tsremux.o remux/tsremux.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o ringbuffer.o ringbuffer.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o recplayer.o recplayer.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o config.o config.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o log.o log.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o thread.o thread.c
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -c -DPLUGIN_NAME_I18N='"vompserver"' -I../../../include -I../DVB/include -Iremux -Ilibdvbmpeg -o mvpreceiver.o mvpreceiver.c
make -C ./libdvbmpeg libdvbmpegtools.a
make[2]: Entering directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver/libdvbmpeg'
g++  -M ctools.c remux.c ringbuffy.c transform.c cpptools.cc   -I.> .depend
make[2]: Leaving directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver/libdvbmpeg'
make[2]: Entering directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver/libdvbmpeg'
cc -c -fPIC -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I.  ctools.c
ctools.c: In function âwrite_mpgâ:
ctools.c:2028: warning: pointer targets in assignment differ in signedness
ctools.c: In function âurl2hostâ:
ctools.c:2253: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of â__builtin_strcmpâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of â__builtin_strcmpâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of â__builtin_strcmpâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of â__builtin_strcmpâ differ in signedness
ctools.c:2253: warning: pointer targets in passing argument 1 of âstrncmpâ differ in signedness
ctools.c:2256: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness
ctools.c:2256: warning: pointer targets in passing argument 1 of â__strdupâ differ in signedness
ctools.c:2282: warning: pointer targets in return differ in signedness
ctools.c:2284: warning: pointer targets in passing argument 1 of âatoiâ differ in signedness
ctools.c:2288: warning: pointer targets in return differ in signedness
ctools.c: In function âhttp_openâ:
ctools.c:2309: warning: pointer targets in passing argument 1 of âurl2hostâ differ in signedness
ctools.c:2341: warning: pointer targets in passing argument 2 of âwrite_allâ differ in signedness
ctools.c:2348: warning: pointer targets in passing argument 2 of âread_allâ differ in signedness
ctools.c:2362: warning: pointer targets in passing argument 2 of âread_allâ differ in signedness
cc -c -fPIC -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I.  ringbuffy.c
ringbuffy.c: In function âring_writeâ:
ringbuffy.c:62: warning: implicit declaration of function âmemcpyâ
ringbuffy.c:62: warning: incompatible implicit declaration of built-in function âmemcpyâ
ringbuffy.c:67: warning: incompatible implicit declaration of built-in function âmemcpyâ
ringbuffy.c: In function âring_peekâ:
ringbuffy.c:92: warning: incompatible implicit declaration of built-in function âmemcpyâ
ringbuffy.c:94: warning: incompatible implicit declaration of built-in function âmemcpyâ
ringbuffy.c: In function âring_readâ:
ringbuffy.c:117: warning: incompatible implicit declaration of built-in function âmemcpyâ
ringbuffy.c:120: warning: incompatible implicit declaration of built-in function âmemcpyâ
cc -c -fPIC -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I.  remux.c
cc -c -fPIC -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I.  transform.c
g++ -c -fPIC -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I.  cpptools.cc
ar -rcs libdvbmpegtools.a ctools.o ringbuffy.o remux.o transform.o cpptools.o
make[2]: Leaving directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver/libdvbmpeg'
g++ -fPIC -O2 -Wall -Woverloaded-virtual -Werror -shared vompserver.o dsock.o mvpserver.o udpreplier.o mvpclient.o tcp.o remux/ts2ps.o remux/ts2es.o remux/tsremux.o ringbuffer.o recplayer.o config.o log.o thread.o mvpreceiver.o libdvbmpeg/libdvbmpegtools.a -o libvdr-vompserver.so
make[1]: Leaving directory `/usr/local/src/vdr-1.3.36/PLUGINS/src/vompserver'

Dejuh
#5
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 17:17:17
 ??? ??? ???
#6
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 13:18:23
Hi,
vompserver-0.1.0 and  vomp-dongle-0.1.1
yes i can ping!!!!
Dejuh
#7
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 10:02:35
Hi,
but

server:/ # lsof -P | grep UDP
portmap   5045     nobody    3u     IPv4              11530                 UDP *:111
nmbd      5320       root    6u     IPv4              12112                 UDP *:137
nmbd      5320       root    7u     IPv4              12113                 UDP *:138
nmbd      5320       root    8u     IPv4              12115                 UDP server.domain.de:137
nmbd      5320       root    9u     IPv4              12116                 UDP server.domain.de:138
dhcpd     5351      dhcpd    6u     IPv4              12211                 UDP *:67
rpc.mount 5530       root    6u     IPv4              12850                 UDP *:608
xdm       5917       root    5u     IPv6              14274                 UDP *:177
xinetd    5919       root    5u     IPv4              14468                 UDP *:69
miniserv. 5924       root    5u     IPv4              14264                 UDP *:10000
ypserv    5970       root    4u     IPv4              14452                 UDP *:634
rpc.ypxfr 5992       root    3u     IPv4              14498                 UDP *:656
rpc.yppas 5995       root    4u     IPv4              14513                 UDP *:659
in.tftpd  7579       root    0u     IPv4              14468                 UDP *:69
vdr       7688       root    4u     IPv4              28693                 UDP *:3024
vdr       7688       root   18u     IPv4              28699                 UDP *:16881

but Locating Server  :(
#8
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 07:41:18
Hi Chris,
i have test,but mediamvp not startet.
Then i make in VDR "make plugins" i don't have a line in setup.conf.
You have in setup.conf vompserver ?
Dejuh
#9
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 00:29:16
Hi Chris,
Thank you i make it.
i must go to bed..........
Dejuh
#10
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 00:21:45
Hi chris,
yes i have from CVS,
not?

I must this  http://prdownloads.sourceforge.net/vomp/vompserver-0.1.0.tar.gz?download

why?
dejuh
#11
VOMP General / MVP / Re: mpvserver und suse 10.0
January 30, 2006, 00:11:26
Hi Chris,
hier is it:

server:~ # lsof -P | grep UDP
portmap   5080     nobody    3u     IPv4              11570                 UDP *:111
nmbd      5281       root    6u     IPv4              11938                 UDP *:137
nmbd      5281       root    7u     IPv4              11939                 UDP *:138
nmbd      5281       root    8u     IPv4              11941                 UDP server.domain.de:137
nmbd      5281       root    9u     IPv4              11942                 UDP server.domain.de:138
miniserv. 5383       root    5u     IPv4              12340                 UDP *:10000
dhcpd     5419      dhcpd    6u     IPv4              12561                 UDP *:67
rpc.mount 5657       root    6u     IPv4              13524                 UDP *:710
xinetd    5888       root    5u     IPv4              14293                 UDP *:69
xdm       5923       root    5u     IPv6              14363                 UDP *:177
ypserv    5943       root    4u     IPv4              14401                 UDP *:607
rpc.yppas 5962       root    4u     IPv4              14424                 UDP *:626
rpc.ypxfr 5965       root    3u     IPv4              14434                 UDP *:629
vdr       6392       root    5u     IPv4              15917                 UDP *:3024
vdr       6392       root   10u     IPv4              15923                 UDP *:16881

Dejuh
But Chris , i have 64 bit AMD,i have in all makefile -fPIC
#12
VOMP General / MVP / Re: mpvserver und suse 10.0
January 29, 2006, 23:53:40
Hi Chris
6392 root      16   0  131m 9664 3208 S  1.7  0.9   0:07.96 vdr

What can i do ?
What must i make ?
The Vompserver-plugin is on VDR,i see it on the menü.........................
Dejuh
#13
VOMP General / MVP / Re: mpvserver und suse 10.0
January 29, 2006, 23:41:29
Hi Chris,

server:~ # lsof | grep UDP
portmap   5080     nobody    3u     IPv4              11570                 UDP                                               *:sunrpc
nmbd      5281       root    6u     IPv4              11938                 UDP                                               *:netbios-ns
nmbd      5281       root    7u     IPv4              11939                 UDP                                               *:netbios-dgm
nmbd      5281       root    8u     IPv4              11941                 UDP                                               server.domain.de:netbios-ns
nmbd      5281       root    9u     IPv4              11942                 UDP                                               server.domain.de:netbios-dgm
miniserv. 5383       root    5u     IPv4              12340                 UDP                                               *:ndmp
dhcpd     5419      dhcpd    6u     IPv4              12561                 UDP                                               *:bootps
rpc.mount 5657       root    6u     IPv4              13524                 UDP                                               *:entrust-ash
xinetd    5888       root    5u     IPv4              14293                 UDP                                               *:tftp
xdm       5923       root    5u     IPv6              14363                 UDP                                               *:xdmcp
ypserv    5943       root    4u     IPv4              14401                 UDP                                               *:nqs
rpc.yppas 5962       root    4u     IPv4              14424                 UDP                                               *:asia
rpc.ypxfr 5965       root    3u     IPv4              14434                 UDP                                               *:3com-amp3
vdr       6392       root    5u     IPv4              15917                 UDP                                               *:nds_sso
vdr       6392       root   10u     IPv4              15923                 UDP                                               *:16881


What can i make?
Dejuh
#14
VOMP General / MVP / Re: mpvserver und suse 10.0
January 29, 2006, 23:17:50
Hi Chris,
Thank you .....
no i have not a firewall on my vdr.must i make other of mediamvp then this works.
dejuh
#15
VOMP General / MVP / mpvserver und suse 10.0
January 29, 2006, 23:01:05
Hi @l,
sorry for my little english,
i have a problem with vompserver.I have the plugin mediamvp and vompserver on my VDR.
The plugin i looks on the menü of vdr is korrect.with orginal dogle.bin go my Mediamvp.
But i have delite the orginal dongle.bin and copy the vomp-dogle.bin >dongle.bin to /tftboot.
The mediamvp bootet and on the screen come "Lacating Server"
Ping IP-mvp great.........
What can i do?
Please help me or wanted Howto of German.....

Dejuhl