Jump to content


Photo

i have a question


  • Please log in to reply
300 replies to this topic

Re: i have a question #161 piplan1966

  • Senior Member
  • 247 posts

+3
Neutral

Posted 25 December 2023 - 16:04

Hi
I download videos by plugging USB into my receiver,
Then I put the video from USB to the computer,
If I upload the video from the computer to a forum, it does not upload.
If I download from mobile, it is done.
What is the reason for this?



Re: i have a question #162 WanWizard

  • PLi® Core member
  • 69,849 posts

+1,781
Excellent

Posted 26 December 2023 - 14:51

No idea what you mean by "downloading", but in general video sites (like youtube, etc) adjust the delivered data for the device and screensize  which does the downloading.

 

So it could very well be the resulting file on your mobile is much smaller, no forum allows uploads of unlimited size.


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: i have a question #163 Dimitrij

  • PLi® Core member
  • 10,186 posts

+346
Excellent

Posted 29 December 2023 - 10:57

DimitarCC

Another bug

"Show record indicator" -->Red colored

 


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: i have a question #164 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 29 December 2023 - 11:11

typically an issue due to there are too many options in the channel selection... so when you want to change one thing it is getting a big spaghetti monster.


"Show record indicator" -->Red colored


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


Re: i have a question #165 Dimitrij

  • PLi® Core member
  • 10,186 posts

+346
Excellent

Posted 29 December 2023 - 11:37

And what?

After all, all these options worked before the big changes.

Just need to check all modes options, on all standard openPli skins(HD-FullHD), before using such a large code.

 

this need add check

				-if (m_pixmaps[picRecord] && isRecorded)
                               + if (m_pixmaps[picRecord] && isRecorded && ((m_record_indicator_mode == 1) || (m_record_indicator_mode == 2)))
				{
					eSize pixmap_size = m_pixmaps[picRecord]->size();
					xlpos -= 15 + pixmap_size.width();
					eRect area = eRect(xlpos, offset.y() + yoffs + (ctrlHeight - pixmap_size.height())/2, pixmap_size.width(), pixmap_size.height());
					painter.clip(area);
					painter.blit(m_pixmaps[picRecord], ePoint(area.left(), area.top()), area, gPainter::BT_ALPHABLEND);
					painter.clippop();
				}

Edited by Dimitrij, 29 December 2023 - 12:01.

GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: i have a question #166 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 29 December 2023 - 16:07

Then go for a merge request. Develop is what testing is for.

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


Re: i have a question #167 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 29 December 2023 - 18:02

Yes when you found bugs or glitches and found a solution you can always make PR for it.

The purpose of the changes was adding new elements to the 2 line mode that was impossible to do with old code. Also there was simplification in python part.

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: i have a question #168 WanWizard

  • PLi® Core member
  • 69,849 posts

+1,781
Excellent

Posted 29 December 2023 - 19:00

Dimitar,

 

Just wondering: is there any reason for making the second infobar screen smaller than the infobar itself, instead of make the bottom of the screen (lower left and lower right) match the infobar ? I think it will give the illusion of a popup (or roll-open) which is a bit easier on the eye.

 

Also, it is possible to give the infobar the same treatment as Screen_Base when it comes to alpha blending? As the infobar is very slow to load on HiSilicon boxes, while other screens that use Screen_Base as panel don't suffer from that problem.


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: i have a question #169 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 29 December 2023 - 20:03

There is no particular reason second infobar to be smaller. Maybe the only reason is that if it matches the infobar size it will cover most of the screen and there is no PIG.

So only infobar suffers from alphablending issue on HiSilicon boxes?

Interesting.... I have to look at that....

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: i have a question #170 WanWizard

  • PLi® Core member
  • 69,849 posts

+1,781
Excellent

Posted 29 December 2023 - 20:21

I posted a video about the infobar problem a few weeks ago.


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: i have a question #171 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 29 December 2023 - 22:04

Yes i saw it, but i thought that it is for all screens and not only the infobar...

Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)


Re: i have a question #172 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 29 December 2023 - 22:06

The wierd thing is that it seems practically only related to the infobar and the most difficult thing it does at least here not always happen.

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


Re: i have a question #173 Huevos

  • PLi® Contributor
  • 4,589 posts

+160
Excellent

Posted 29 December 2023 - 22:55

Maybe someone needs to get hardware acceleration working HiSi boxes.



Re: i have a question #174 Dimitrij

  • PLi® Core member
  • 10,186 posts

+346
Excellent

Posted 30 December 2023 - 11:50

Yes when you found bugs or glitches and found a solution you can always make PR for it.

 

Please create PR

+

Fixed] [listboxservice] zero column lenght not work

 

This is your code and you know its logic.


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: i have a question #175 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 30 December 2023 - 13:16

Please merge request on OpenPLi? This one is on Vix.


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


Re: i have a question #176 WanWizard

  • PLi® Core member
  • 69,849 posts

+1,781
Excellent

Posted 30 December 2023 - 13:19

Yes i saw it, but i thought that it is for all screens and not only the infobar...

 

No, it is specific to the infobar.

 

In comparison, the second infobar also has a light-grey underlay with a black overlay with rounded corners, but doesn't show the problem.

 

From what I see, the difference is that the infobar uses large png's that must be alphablended, while the second infobar and other screens (using Screen_Base) doesn't alphablend the large images, it only alphablends the small corner images, which is much faster.


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: i have a question #177 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 30 December 2023 - 13:21

It are svgs that are alphablended... and from a long time ago I remember this may bring in an issue...  


Edited by littlesat, 30 December 2023 - 13:22.

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


Re: i have a question #178 WanWizard

  • PLi® Core member
  • 69,849 posts

+1,781
Excellent

Posted 30 December 2023 - 13:28

No, Dimitar uses png's for the underlay's.

 

These cause the problem:

		<ePixmap pixmap="infobar_bg.png" position="38,862" size="1839,184" zPosition="-11"/>
		<ePixmap pixmap="infobar_overlay.png" position="370,864" size="1505,180" alphatest="blend" zPosition="-11"/>

I have removed blending from the first, which speeds that one up without (as far as I can see) no side effects, but the second can't be removed without display issues in the rounded corners.


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: i have a question #179 littlesat

  • PLi® Core member
  • 56,931 posts

+695
Excellent

Posted 30 December 2023 - 14:52

Why not make one picture without overlay… so the overlay is already embeded in that picture? then you do not need the alphablending?

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


Re: i have a question #180 DimitarCC

  • PLi® Contributor
  • 1,497 posts

+53
Good

Posted 30 December 2023 - 15:09

Generally its possible but then if you want to resize only the overlay the whole image have to be created again.

With using small images only for the rounded corners in the middle will use only eLabel with background color that will eliminate the alphablending of whole huge image and you will be possible to freely resize elements without modifying any image.


Vu+DUO4KSE, DM920UHD, Vu+Uno4KSE, SF8008Mini, 2xPulse4K, Vu+Solo2, Dreambox DM500HD, Triax 78 (7E,9E,13E,19.2E,23.5E) & 2xTriax 78 (39E)



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users