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

#16
The port numbers are:

TCP - 3024
UDP - 51051:51055

The MVP will look on that range of 5 UDP ports but you can just open 51051 on your server because the plugin listens on that port by default.

#17
If you use vomp to shut down vdr in this way, how does vdr start up again?
#18
Well as for building crosstool under the root user, it doesn't work and you shouldn't be doing that :)

For the kernel I have no idea, I don't recognise those errors. But if your crosstool failed you can't surely be compiling anything else??

What is your shell?

Are you definitely running lenny? Sure it used to work on lenny and I don't know why it wouldn't now, but still...
#19
Hi, go to your vompserver plugin source directory and run this:

grep VOMP_PROTOCOL_VERSION *


You need to see

vompclientrrproc.c:ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION = 0x00000301;

Did you get the plugin by tar.gz or by git in the first place?
#20
Did you recompile the plugin? That message indicates the server is still on 0.4.0.
#21
Hi, for the shutdown patch could you do the following to your vompserver plugin source:

git fetch
git checkout fd3282b02ddf35e5a33cd0df9c84135b7d98798a


Make plugins as usual. Then try this dongle with it: http://www.loggytronic.com/dl/vomp-dongle-0.4.1-dev1

My VDR refuses to shutdown but it knows the VDR power button has been pressed. Does it work for you?
#22
VOMP for Raspberry Pi / Re: sweet RPi port!
February 26, 2013, 12:10:45
Tobi,

I don't know about binary versions, and I also don't know how you would do this with yaVDR. On a standard clean VDR you would extract the server plugin to vdr/PLUGINS/src/vompserver (make sure it's just "vompserver") then cd to vdr. then "make plugins". Good luck..
#23
Announcements / Version 0.4.0 released
February 23, 2013, 21:54:46
Finally, version 0.4.0, and a solution for HDTV: the Raspberry Pi.

The major change for this version is Raspberry Pi support. Marten Richter has ported vomp to the pi and it's really good. Thanks Marten!

A very incomplete list of other minor changes not including all the things I can't remember:


  • Radio channel switching and teletext bug fixed
  • Network logging
  • Full duplex patch
  • Server UTF-8 support
  • New recordings are shown with an asterisk in the recordings list

Thanks go to Marten and all the people who are testing and helping and providing patches. Apologies go to the people who have provided fixes which have gone into this release which I have forgotten. Please email me and I will update this list of changes.

Thanks to the Raspberry Pi folks for making the MVP successor, just in time.
#24
Nothing more can go in 0.4.0, but I'll look at it for the next release. Which won't be as long in coming as this one.
#25
Thanks for reporting, it's fixed now.
#26
Ahah, I think it was the switch to git for the makedevenv scripts which broke it. Git probably ignores empty directories. It's fixed now. Thanks for reporting!
#27
Yes it is different, you can't use a 0.3.1 client with 0.4.0rc server. You would need to match the versions. The release is soon, I'm just fixing a few bugs..
#28
Actually all the raspi work has been merged into the standard vompclient.git repository. The very latest bleeding edge with raspi and this new/old recordings mark is in the 0.4.0rc branch of the vompclient repo if you want to test it.

git clone -b 0-4-0rc http://git.vomp.tv/vompclient.git

git clone -b 0-4-0rc http://git.vomp.tv/vompserver.git
#29
Just to close this thread... this is now done. Details in other thread..
#30
This feature is now implemented on the 0-4-0rc branch of the git repo. It changes the client server protocol so if you try it you will need to match server and client versions.