The crux is that the demux doesn't deliver ("tap") data, for both recording and streaming. I guess that could be called a "bug" or maybe even a limitation on purpose.
OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #1381
Posted 27 December 2014 - 09:48
* 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: OpenWebif [E2OpenPlugins] #1382
Re: OpenWebif [E2OpenPlugins] #1383
Posted 27 December 2014 - 18:52
yeah, its gone
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: OpenWebif [E2OpenPlugins] #1384
Posted 28 December 2014 - 11:56
Request??
Is it possible to implement a full working keyboard in the webif?
Could be very usefull.
Or does someone know a android app?
ET10000+ Openpli 6.1,1m schotel 4x duo-lnb op vaste opstelling.
Momolights teensy 2.0 met 50 leds op een string ,150 channels
DM8000 Openpli 6.1 Release
Re: OpenWebif [E2OpenPlugins] #1385
Posted 30 December 2014 - 09:10
Add feature request:
In OpenWebif Mobile version we only have the button ZAP I need to switch to the full version for be able to use the transcoding button to start a stream (which is by the way working very well).
Would be nice if we can have both ZAP and TRANSCODE button in OpenWebif Mobile version.
Thanks,
Pr2
NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.
Wanna help with OpenPLi Translation? Please read our Wiki Information for translators
Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)
AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
Re: OpenWebif [E2OpenPlugins] #1386
Re: OpenWebif [E2OpenPlugins] #1387
Posted 1 January 2015 - 19:13
OpenWebif transcoding support is broken in vu+ *'2' family boxes (like my duo2).
I am talking about genuine boxes of course.
The problem is STATICBOXINFO['model'] value in getTranscodingSupport() in file ./controllers/models/info.py, in line 363:
def getTranscodingSupport(): global STATICBOXINFO if STATICBOXINFO is None: getInfo() if STATICBOXINFO['model'] in ("solo2", "duo2", "solose", "vusolo2", "vuduo2", "vusolose", "hd2400", "xpeedlx3", "gbquad", "gbquadplus"): return True return False
The problem is that STATICBOXINFO['model'] == "Duo2" there, starting with capital letter and '2' superscripted.
"Duo\xc2\xb2" or "Duo2"should be added to the list (or one of the existing items should be renamed). Other entries should be revised too (read on to see why).
I've tested with modified line 363 like below (\xcb\xb2 was easier for me to input) and it proved to correct transcoding support:
def getTranscodingSupport(): global STATICBOXINFO if STATICBOXINFO is None: getInfo() if STATICBOXINFO['model'] in ("Duo\xc2\xb2", "solo2", "duo2", "solose", "vusolo2", "vuduo2", "vusolose", "hd2400", "xpeedlx3", "gbquad", "gbquadplus"): return True return False
I've found:
./controllers/models/owibranding.py:85: model = procmodel.title().replace("olose", "olo SE").replace("olo2se", "olo2 SE").replace("2", "²")
It is part of GetAllInfo definition.
It looks like solo2, solose and solo2se are also affected. Moreover, other boxes might be affected as well (see other parts of GetAllInfo definition).
Please update getTranscodingSupport() with correct list entries.
Regards.
Edited by macnuts, 1 January 2015 - 19:17.
Re: OpenWebif [E2OpenPlugins] #1388
Posted 1 January 2015 - 19:52
Please open ticket on github
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: OpenWebif [E2OpenPlugins] #1389
Posted 1 January 2015 - 19:54
Can you report it here please: https://github.com/E...penWebif/issues ?
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: OpenWebif [E2OpenPlugins] #1390
Posted 1 January 2015 - 20:30
Please open ticket on github
Can you report it here please: https://github.com/E...penWebif/issues ?
Issue created: https://github.com/E...ebif/issues/236
Re: OpenWebif [E2OpenPlugins] #1391
Posted 3 January 2015 - 11:16
http://forums.openpl...ndpost&p=464061
I'm sorry, but ...
Using the patch for a week, there are no errors.
You can apply the patch?
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenWebif [E2OpenPlugins] #1392
Posted 3 January 2015 - 11:31
Please open ticket on github
Can you report it here please: https://github.com/E...penWebif/issues ?
Issue created: https://github.com/E...ebif/issues/236
fixed, works fine
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: OpenWebif [E2OpenPlugins] #1393
Posted 5 January 2015 - 20:23
http://forums.openpl...ndpost&p=464061
I'm sorry, but ...
Using the patch for a week, there are no errors.
You can apply the patch?
and please add this patch:
external command timertogglestatus
plugin/controllers/views/web/timertogglestatus.tmpl http://box/web/timertogglestatus?sRef={serviceRef}&begin={begin}&end={end} +#filter WebSafe +<?xml version="1.0" encoding="UTF-8"?> +<e2simplexmlresult> + <e2state>$result</e2state> + <e2statetext>$message</e2statetext> +</e2simplexmlresult> +#end filter
Edited by Dima73, 5 January 2015 - 20:26.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenWebif [E2OpenPlugins] #1394
Re: OpenWebif [E2OpenPlugins] #1395
Posted 7 January 2015 - 12:04
2nd box: Gigablue Quad 4k 2xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
testing boxes: Vu+ Duo² + AX Quadbox HD2400 + 2x Vu+ Solo² + Octagon SF4008
Sats & Pay-TV: Astra 19.2°E + Hotbird 13°E with Redlight / SCT HD / SES Astra HD- / Sky V14 / 4th empire propaganda TV
Card-Server: Raspberry Pi + IPv6-capable oscam
Router: Linksys WRT1900ACS w/ LEDE + Fritz!Box 7390
Re: OpenWebif [E2OpenPlugins] #1396
Posted 7 January 2015 - 17:04
@SpaceRat: why are not merged Dima73's patches about EIT still ?
and
plugin/controllers/views/web/timertogglestatus.tmpl
http://box/web/timertogglestatus?sRef={serviceRef}&begin={begin}&end={end}
+#filter WebSafe +<?xml version="1.0" encoding="UTF-8"?> +<e2simplexmlresult> + <e2state>$result</e2state> + <e2statetext>$message</e2statetext> +</e2simplexmlresult> +#end filter
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: OpenWebif [E2OpenPlugins] #1397
Re: OpenWebif [E2OpenPlugins] #1398
Posted 9 January 2015 - 08:22
Sorry, owif has to apply.
* 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: OpenWebif [E2OpenPlugins] #1399
Re: OpenWebif [E2OpenPlugins] #1400
8 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users