PDA

View Full Version : [VU+ Duo2] Streaming Clients Not Showing



avi68
26-11-18, 17:19
Hi everyone,

I flashed openvix 5.2 013 via image manager and used the settings restore wizard. Everything seems to work fine except when someone is streaming a channel via the vu app on an iPad/tablet I can't see which device is streaming and what channel they're streaming. This used to work before.

The only thing I have changed after flashing was the skin, instead of the default vix skin I am now using the simple ten eighty skin. So I'm not sure if it's a skin issue or an image issue.

Thanks in advance :)

Andy_Hazza
26-11-18, 19:27
Try with default skin and see if it is skin related and report back. [emoji4]


Sent from my iPhone using Tapatalk

birdman
26-11-18, 20:08
Correct - the info is missing in Simple 1080. The "Stop streaming" blue button shows up when there is a streaming client, but there is no list of the actual clients.

It's OK for me with ViXBMC_Confluence skin

This is at 5.2.015.001 for both...

birdman
26-11-18, 20:39
I can see the problem.
It's sticking a ConfigMenuTemplate over the client info widget (which is probably calls with the wrong name too...).

It went wrong in this commit:

https://github.com/OpenViX/skins/commit/f2061ba8085e3bb41136f2315b1c6dd0851dcba7

birdman
26-11-18, 22:55
I have a fix.

The StreamingClientsInfo screen in Simple_Ten_Eighty's skin.xml should be replaced by:


<screen name="StreamingClientsInfo" position="fill" flags="wfNoBorder">
<panel name="PigTemplate"/>
<widget name="ScrollLabel" position="780,100" size="1110,420" font="Regular;34" halign="center" transparent="1" zPosition="2"/>
</screen>

I'll submit a PR later.

birdman
27-11-18, 01:59
I'll submit a PR later.I've sent the request:

https://github.com/OpenViX/skins/pull/43

avi68
27-11-18, 13:12
Thanks birdman

avi68
13-01-19, 16:52
Has this fix been implemented? Just updated to version 22 and the client names are still not showing?
Thanks

ccs
13-01-19, 17:03
As far as I can tell, the pull request was committed on 27th November.

birdman
13-01-19, 19:12
Has this fix been implemented? Yes.
But I agree that the info isn't showing up with a Simple_1080 skin (it's still OK on ViXBMC_Confluence_1080).
Hmmm.....

birdman
13-01-19, 19:54
I can see the problem...
That little vertical black&white line at the top-right is a scroll-bar - the display box is too small!!

I'll submit a PR to fix the PR.

EDIT:

https://github.com/OpenViX/skins/pull/45

ccs
13-01-19, 20:01
…….. deleted, my mistake.

avi68
15-01-19, 13:54
Thanks guys.