Jump to content


Photo

VU Solo 4k support


  • Please log in to reply
644 replies to this topic

Re: VU Solo 4k support #241 WanWizard

  • PLi® Core member
  • 69,134 posts

+1,764
Excellent

Posted 8 December 2015 - 14:06

The problem is only with plugins that contain binaries. Plugins in the "all" feed that contain only python code should also work on th Solo 4K. But afaik there are no binary plugins in the "all" feed.

 

Plugins that access the hardware directly should be avoided anyway. We tried to introduce a hardware abstraction layer to avoid this problem, but since a lot of the plugins are antiques, none of the other image teams can be bothered to have proper hardware abstraction, and most plugin authors can't be bothered about anything, this issue is only going to get worse with the 4K.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: VU Solo 4k support #242 Huevos

  • PLi® Contributor
  • 4,405 posts

+160
Excellent

Posted 8 December 2015 - 23:37

The problem is [...]  none of the other image teams can be bothered to have proper hardware abstraction

Which teams?



Re: VU Solo 4k support #243 WanWizard

  • PLi® Core member
  • 69,134 posts

+1,764
Excellent

Posted 9 December 2015 - 01:44

You probably know better that me, it was the main point of difference between the PLi team and OE-A. But we had the same discussion with others too, for example OpenWebIf.

 

Code should not be littered with "if-this-box-then", code should not have to check for proc values, or access the hardware directly, etc. There should be abstraction and separation of duties, It's a fundamental software architectural principe. Which is why we fought to introduce the manufacturer BSP's, and which we strongly believe all hardware dependencies should be part of that BSP.

 

For example, a BSP should export transcoding as a feature. So the code could just check if the feature is there or not, regardless of the box. If there are more than one way to transcode, the BSP should contain the abstraction layer, so Enigma and friends have a single API to talk to.

 

Unfortunately, since this a very fundamental principle, it only works if everyone implements it. If we do it alone, we loose too much compatibility.

 

So I strongly feel this issue is preventing any real innovation, for all of us. Instead of all working towards a common goal, there is way to much reinventing of wheels...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: VU Solo 4k support #244 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 10 December 2015 - 13:27

looks that we'll have a reason to slowly get back to the actual topic of this thread, FWIW ;)

https://github.com/v.../commits/master
True sarcasm doesn't need green font...

Re: VU Solo 4k support #245 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 10 December 2015 - 13:39

Well, that link shows the 4k has been added Nov 2nd.



Re: VU Solo 4k support #246 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 10 December 2015 - 13:41

Still it was only available today.

That's what you get from merging and cherry picking. The original commit's date (and author) remain. It says nothing about availability.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #247 mamamia

  • Senior Member
  • 70 posts

+1
Neutral

Posted 11 December 2015 - 00:40

Please explain for the honkytonks. Does that commit mean that vu supplied what you need (bsp layer) in order to support Solo 4K in Openpli in the future? Thank you!

Edited by mamamia, 11 December 2015 - 00:44.


Re: VU Solo 4k support #248 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 11 December 2015 - 11:16

It means the first step in the process of support.

 

Today we reached the second step: the BSP now builds okay, unfortunately that means the crossepg plugin can't be built anymore.

 

Now we're going to do some QA tests internally and only when we think the outcome is satisfactory, the images will start building.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #249 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 11 December 2015 - 11:20

unfortunately that means the crossepg plugin can't be built anymore.


Actually every closed source binary fom mipsel has the same problem!

Edited by athoik, 11 December 2015 - 11:21.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: VU Solo 4k support #250 DaMacFunkin

  • Member
  • 14 posts

0
Neutral

Posted 11 December 2015 - 14:14

Oh bugger...

Re: VU Solo 4k support #251 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 11 December 2015 - 15:38

unfortunately that means the crossepg plugin can't be built anymore.


Actually every closed source binary fom mipsel has the same problem!

Yes, but only crossepg gets built from source and breaks the build that way.

It may very well be that certain plugins just won't on the solo4k, but that's less serious because they don't break the build.

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #252 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 11 December 2015 - 15:39

Oh bugger...

Address the authors of crossepg... ;)

* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #253 Tony il Capo

  • Senior Member
  • 96 posts

0
Neutral

Posted 11 December 2015 - 17:14

Would be that difficult to have an embedded OpenTV EPG downloader?

Don't BlackHole images have one already?


DVBS Tuner (satfinder only) || GI Avatar 2 2xDVBS2 (spark162_SH4) ||Vu+ Zero || Vu+ Duo2 4xDVBS2 1TB HD || OpenATV 6.0

0,6m+(0.8m)+0,9m+1,2m Multi feed @13ºE, 19.2ºE, 28.3ºE, 30W

Samsung 32" HDTV || 2.1 Trust Tytan

Win 10 x64 || FX8350 || 8GB RAM || MSI Gaming GTX970 || ASUS VP278H 27" || Trust Tytan 2.1 || Logitech G29

Raspberry PI 3 Model B || Samsung S22c300 21.5"

TPLINK WR1043NDv2  running LEDE || OpenVPN >=< LAN||  Lt26i Custom Android


Re: VU Solo 4k support #254 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 11 December 2015 - 18:34

I think part of crossEPG is a mipsel blob. There's a bit of code, but as I recall, but the blob makes it incompatible.

 

Not a problem, it's just a third-party plugin.


Real musicians never die - they just decompose

Re: VU Solo 4k support #255 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 11 December 2015 - 18:42

I think part of crossEPG is a mipsel blob. There's a bit of code, but as I recall, but the blob makes it incompatible.

 

Not a problem, it's just a third-party plugin.

The blob is not arm, simple as that ;)

 

It's a e2openplugins plugin, that IS the problem. IMHO no plugins with binary blobs should be in e2openplugins. Anyway, it's disabled now.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: VU Solo 4k support #256 littlesat

  • PLi® Core member
  • 56,620 posts

+695
Excellent

Posted 11 December 2015 - 19:31

(3rd) party plugins  with binaries will be a bit more difficult.... because VU+4K is on ARM.


Edited by littlesat, 11 December 2015 - 19:33.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: VU Solo 4k support #257 Huevos

  • PLi® Contributor
  • 4,405 posts

+160
Excellent

Posted 11 December 2015 - 19:31

OE-A version of CrossEPG. OpenTV download works fine on Solo4K.

Re: VU Solo 4k support #258 Huevos

  • PLi® Contributor
  • 4,405 posts

+160
Excellent

Posted 11 December 2015 - 19:36

(3rd) party plugins  with binaries will be a bit more difficult.... because VU+4K is on ARM.

Great. So now the only OpenTV capable downloader has now been removed from OpenPLi.

Re: VU Solo 4k support #259 pop_eye

  • Senior Member
  • 240 posts

+9
Neutral

Posted 11 December 2015 - 19:38

The plugin can get built from https://github.com/E...plugin-CrossEPG

 

Where is the big frustration coming from ?



Re: VU Solo 4k support #260 WanWizard

  • PLi® Core member
  • 69,134 posts

+1,764
Excellent

Posted 11 December 2015 - 19:43

Only binaries I can see in the repo are the MHW2 readers, so they won't work. For the rest it looks like source is available.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users