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

Topics - boppen

#1
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
#2
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
#3
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 ...
#4
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