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

#1
VOMP General / MVP / Re: Translation Efforts
December 19, 2005, 13:52:21
Hello!

Here's come an language-data.h with Swedish texts added.
I haven't had time to install 0.1.7/0.1 yet myself and I was a little bit unsure about what the "Go: Preview" means, but I think it's all correct.

(Btw, I had to edit in Wordpad on a Windows-machine so maybe there is some ^M in the file :-(


/Boppen
#2
VOMP General / MVP / Compile a "dongle"
November 11, 2005, 21:23:59
Hi!

I've folloved the crosscompiler guide tp build my own development environment.
But it would be nice to be able build a stripped "vomp-dongle" of the same type like the ones that I can download from this site and skip all the NFS stuff - but I cant figure out how to do that - I've tried with a 'make strip' and 'make release' but they didn't work - what have I missed?

Regards, Lars Fredriksson
#3
VOMP General / MVP / New Language - Swedish
November 11, 2005, 20:45:20
Hi!

I have added Swedish to the language-data.h (previously it was English, German and test in it) - I'm setting up an crosscompiler environment right now so I havent tested the files yet myself. But if anyone is intrested it's available here:
http://www.fredriksson.net/vdr/language-data.h

Best regards, Lars Fredriksson
#4
VOMP General / MVP / Re: DHCP problem
September 19, 2005, 19:52:56
Does fixed-address mean the same as server-name? E.g. is it the TFTP-server?

/Lars
#5
Hi!

Just a question - which audio-pid is selected when I tune to a channel with multiple languages? Some children channels have like four different languages, is it the "first" Audio-PID that's used? Some channels even have two languages on the same PID, Swedish on the right channel and Danish for example on the left. I know that VDR 1.3.32 handles this, it automaticly selects the right language if that is setup under Settings/DVB - but does that affect how the vompserver plugin handles audio?

And a little feature request that  maybe only interestinfg to Swedish users - teletext subtitles ...
#6
VOMP General / MVP / Re: DHCP problem
September 19, 2005, 17:56:22
Hi!

As I said tonight the MVP got the IP and dongle correctly - so when I came I could use the MVP to watch TV. But then I saw that 0.0.12 was released and I wanted to test that, so ... I modified my dhcpd.conf a little so it looked a bit more like the configs I've got, and restarted the MVP ... and it was up and running in a few seconds with the new dongle (well, maybe a minute)! So I restared it again and again and again and it worked all times! Great!

Might it have been some problems with my old dhcpd.conf? From the beginning I didn't have any default-lease time or such in it, can that be the problem? But now it seems to work!

And the Windows software worked for me and I dont have any other DHCP-server or any firewall on my Linux box - but now it works and I'm really happy!

Btw, the OSD feels a lot faster in 0.0.12 - Great!

Thanks all for the help!
#7
VOMP General / MVP / Re: DHCP problem
September 19, 2005, 08:24:04
Hi!

Thanks for the replies, I will try this configs instead.

Bto start up?ut sometime last night I think the MVP got a IP and downloaded the dongle, I can't see anything in messages about it but in vompserver.log I can see that it got up and running! Quite strange that it takes this time to get the IP-address?
But I'm at a customer at the moment so I can't check if it really works until in the evening.

I'm running gentoo with syslogng I think so I only have /var/log/messages.

About the blue blocks so is it pending between one and two blocks - and I don't think there are any restarts of the MVP, it flickers a little, little (like for 0,5 s) when it goes back from two to one block but that can't be a restart?

/boppen
#8
VOMP General / MVP / DHCP problem
September 18, 2005, 20:16:40
Hello folks!

I have some problems with getting the vomp-dongle to my MVP - I got it working a few times (but it took a long time - maybe like 30 minutes until the MVP has finished loading the dongle?)
But after a restart of the machine I cant get it working! :-( /var/log/messages just says

Sep 18 21:12:27 digestive dhcpd: DHCPDISCOVER from 00:0d:fe:00:3f:f6 via eth0
Sep 18 21:12:27 digestive dhcpd: DHCPOFFER on 192.168.0.41 to 00:0d:fe:00:3f:f6 via eth0
Sep 18 21:12:54 digestive dhcpd: DHCPDISCOVER from 00:0d:fe:00:3f:f6 via eth0
Sep 18 21:12:54 digestive dhcpd: DHCPOFFER on 192.168.0.41 to 00:0d:fe:00:3f:f6 via eth0

And so on, and so on ... I cant understand what went wrong - I've tried to fetch the dongle from the tftp-server (tftp-hpa) with some windows client and that worked.

Maybe someone can post a working dhcpd.conf if that is the problem - mine is loking like this:

ddns-update-style ad-hoc;

default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;

subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.10 192.168.0.29;
}
host MVP {
        hardware ethernet 00:0D:FE:00:3F:F6;
        filename vomp-dongle;
        fixed-address 192.168.0.41;
}


But - what I saw of vomp-server before the restart was really nice - I had some problem with the quality of live-tv and recordings (really "choppy" and block artefacs all the time) but I will try with a vanilla VDR instead and I think it might work better! (if I just get that bloody dongle to my MVP ;)

/Boppen