PDA

View Full Version : Box info to show Streaming users



bazzanz
17-07-22, 21:22
Hey guys,

I just changed from TeamBlue to OpenVix.
One thing I miss is the ability to see what streams are connected, what channel and their IP address.
Being able to tell which tuner they are connected to would be an added bonus.

Is this a setting I need to enable, or just something not built into OpenVix.

For instance I have 3 streams happening right now, but BoxInfo shows nothing

64103

birdman
17-07-22, 21:54
Menu / Information / Streaming Clients (in the OpenVix menus).

The picture you are showing is from OpenWebIF, not (directly) from OpenVix.

bazzanz
17-07-22, 22:39
thanks for that, any way to update openwebif? its available on team blue and a few other images

Huevos
17-07-22, 22:58
Hey guys,

I just changed from TeamBlue to OpenVix.
One thing I miss is the ability to see what streams are connected, what channel and their IP address.
Being able to tell which tuner they are connected to would be an added bonus.

Is this a setting I need to enable, or just something not built into OpenVix.

For instance I have 3 streams happening right now, but BoxInfo shows nothing

64103

You must be mistaken about this. OpenWebIF is the same plugin in all images, and Box Info shows recording tuners and the currently playing service. It does not show streams.

https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/plugin/controllers/models/info.py#L544-L565

Huevos
17-07-22, 23:07
Also see this: "# TODO: get tuner info for streams".

https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/plugin/controllers/models/info.py#L516

bazzanz
17-07-22, 23:08
You must be mistaken about this. OpenWebIF is the same plugin in all images, and Box Info shows recording tuners and the currently playing service. It does not show streams.

https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/plugin/controllers/models/info.py#L544-L565

Ok, though that link to GitHub, lines 515 onwards has the stream code; even has a ToDo to add which tuner they are coming from.


# gets all current stream clients for images using eStreamServer
# TODO: get tuner info for streams
info['streams'] = GetStreamInfo()

Huevos
17-07-22, 23:48
Yes there is no code to correlate to the tuner. I'm looking at why that code further down is failing.

Huevos
18-07-22, 00:43
Ok, this: https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/commit/28b85ed6f6f388c876186fc19ef882748e0abc20#diff-b589c5c12d13661b3d9e9928f31481065a739194a81fb6982c 2237cc5e08871dR595

"event = epg.getCurrrentEvent(ref)" spelt with 3 r's. Obviously never tested.

birdman
18-07-22, 01:22
Ok, this: https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/commit/28b85ed6f6f388c876186fc19ef882748e0abc20#diff-b589c5c12d13661b3d9e9928f31481065a739194a81fb6982c 2237cc5e08871dR595

"event = epg.getCurrrentEvent(ref)" spelt with 3 r's. Obviously never tested.That code was added/changed 12 days ago.
It wasn't working before then either (AFAIR).

Huevos
18-07-22, 01:39
Works for me.

birdman
18-07-22, 11:52
Works for me.But not for me (and, given the FW date - 22-0-7-13, we seem to be on the same release - 6.2.007.003)

OpenWebIF:

64105


Vix menus:

64106

Huevos
18-07-22, 11:57
So you updated to the latest version on the OpenWebIf repo and it still doesn't work for you?

birdman
18-07-22, 12:23
So you updated to the latest version on the OpenWebIf repo and it still doesn't work for you?No. With no obvious way to do that without doing a full rebuild.

I'll assume it's OK then.

Although in the process of looking at this I found an (unrelated) error message sitting on the screen and a check of recent logs has found three tracebacks for me to look at. So something to fill the time...