-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Updates for Reelvdr, targetting Netclient and Netclient2. | ||
Updates for Reelvdr, targetting Netclient and Netclient2 and SAT>IP. | ||
|
||
SAT>IP plugin has been poked to compile on 1.7.28 and additional supports a new config option: | ||
|
||
satip.AvailableSources = S28.2E T | ||
|
||
Which indicates which source are available via SAT/IP plugin. All other sources will be sourced via mcli plugin. | ||
|
||
|
||
Includes the Freesat/FreeviewHD EPG patch. |
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi suborb,
What is the status of the satip plugin? Does it work with the 1.7.x vdr? Do you think it works with the stable vdr 1.7.21.6?
See my contribution to minisatip
Cheers
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it was working on a Netclient1 and I've still got it running on a Netclient2 - I should push my latest tweaks which handle routing to different SatIP servers based on the satellite position.
Great work on minisatip, that was going to be next target - at the moment I'm just using dvbloop because I'm a bit lazy!
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give me a hint how to compile the satip plugin for the Reelbox stable vdr 1.7.21.6. I tried that many times without success.
In minisatip I assume the default sat positions as per page 44 of http://www.satip.info/sites/satip/files/resource/satip_specification_version_1_2_2.pdf
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going through my build environments, It looks like I had satip 0.1.1 working on 1.7.21.6, I then moved to the 1.7.28 in this tree and updated to a later version of satip.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you still have the 1.7.21.6 version. That one would be compatible to the stable reelvdr.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just checked in the source I was using as satip-0.1.1. Good luck with it.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Suborb,
may I kindly ask for some kind of "how to" cor compilation of the whole ReelVDR project?
This would be really really helpful for me.
Thanks in advance
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been a while since I did anything with the Reel software, but I do remember the following:
Reel provided chroot environments for building for the various environments, unfortunately I lost these a few months ago courtesy of a hard drive failure. However I do still have the container that I used to build my tree with. I could probably make that available fairly easily if necessary.
Environments:
For the Netclient1 you need a debian-lenny environment with an arm-linux-gnueabi- cross compiler.
For the Netclient2 (and AVG etc) I used Ubuntu 10.04 i386 environment.
Building:
It's basically going into the appropriate vdr folder and then make and then make plugins, the required plugins within the PLUGINS/lib folder can then be copied across to the device.
Packages:
I didn't check in the package part of the tree, it's basically the same as the Reel tree (which I think is still available from reelbox.org). Here ISTR it's a case of cd'ing to the directory and then make to build the package.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fast reply, suborb!
I would really appreciate, if you could make the container available.
My target is an AVG I.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll hopefully sort out the container this week and drop you a message.
For the AVG1 you don't need the container though, just install the compiler and dev dependencies, checkout the tree and you should be able to build without any problems.
Having said that, if you're using an AVG1 then it might be easy to use bm2lts - they've updated to a more recent ubuntu version and I think have a more recent vdr version than in this tree.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you drop me an email (dom at suborbital dot org dot uk) I'll send you a download link to the container - it's quite big so I don't particularly want it to be a public link.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be right, it's the same as is on the git log.
The file is in an obvious directory on http://nightly.z88dk.org/misc/ I'll remove it in a day or so.
896255b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.