Skip to content

Commit

Permalink
Missing dregs
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Dec 17, 2014
1 parent 47c9f32 commit 896255b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
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.

15 comments on commit 896255b

@REELcoder
Copy link

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

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b Jan 10, 2016

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!

@REELcoder
Copy link

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

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b Jan 10, 2016

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.

@REELcoder
Copy link

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.

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b Feb 5, 2016

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.

@twalenzyk
Copy link

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

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b May 15, 2017

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.

@twalenzyk
Copy link

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.

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b May 15, 2017

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.

@twalenzyk
Copy link

@twalenzyk twalenzyk commented on 896255b May 16, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b May 17, 2017

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.

@twalenzyk
Copy link

@twalenzyk twalenzyk commented on 896255b May 17, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suborb
Copy link
Owner Author

@suborb suborb commented on 896255b May 20, 2017

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.

@twalenzyk
Copy link

@twalenzyk twalenzyk commented on 896255b May 22, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.