Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #1381 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 27 December 2014 - 09:48

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.


* 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 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 27 December 2014 - 18:05

the transcode button in openwebif is gone. :(

 

grtz Philip


vuduo2 openpli6.1 1TB HDD 2xdualS2tuner

av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1 :rolleyes:

tvv kaart & schotel(64cm), duo lnb, OSCAM

logitech harmony ultimate

 

 

 


Re: OpenWebif [E2OpenPlugins] #1383 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 27 December 2014 - 18:52

yeah, its gone


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
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 Meega

  • Senior Member
  • 3,000 posts

+51
Good

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 Pr2

  • PLi® Contributor
  • 6,076 posts

+257
Excellent

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 macnuts

  • Senior Member
  • 420 posts

+14
Neutral

Posted 30 December 2014 - 15:29

@Pr2: may I ask how you get transcoding button in full version? I use OWIF 0.4.3 that comes with OpenPLi (duo2) and I cannot find it. Any help appreciated.
Regards.

Edited by macnuts, 30 December 2014 - 15:30.


Re: OpenWebif [E2OpenPlugins] #1387 macnuts

  • Senior Member
  • 420 posts

+14
Neutral

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 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 1 January 2015 - 19:52

Please open ticket on github


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
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 WanWizard

  • PLi® Core member
  • 68,625 posts

+1,739
Excellent

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 Pro (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 macnuts

  • Senior Member
  • 420 posts

+14
Neutral

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 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

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/Solo 4K


Re: OpenWebif [E2OpenPlugins] #1392 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

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


Army MoodBlue HD skin modification by me: https://github.com/T...-MoodBlueHD-mod
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 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

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/Solo 4K


Re: OpenWebif [E2OpenPlugins] #1394 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 7 January 2015 - 11:57

@SpaceRat: why are not merged Dima73's patches about EIT still ?


Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1395 SpaceRat

  • Senior Member
  • 1,030 posts

+65
Good

Posted 7 January 2015 - 12:04

Not tested yet.
1st box: Vu+ Ultimo 4k 4xDVB-S2 FBC / 2xDVB-C / 1.8 TB HDD / OpenATV 6.2
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 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

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/Solo 4K


Re: OpenWebif [E2OpenPlugins] #1397 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 9 January 2015 - 06:40

Who can help apply my patches?
I'm doing this not only for themselves :( .


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


Re: OpenWebif [E2OpenPlugins] #1398 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

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 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 9 January 2015 - 17:43

once again...

 


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


Re: OpenWebif [E2OpenPlugins] #1400 Dimitrij

  • PLi® Core member
  • 10,023 posts

+338
Excellent

Posted 10 January 2015 - 12:11

thank you

and

update russian locale


Edited by Dima73, 10 January 2015 - 12:16.

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



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users