OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #721
Re: OpenWebif [E2OpenPlugins] #722
Re: OpenWebif [E2OpenPlugins] #723
Re: OpenWebif [E2OpenPlugins] #724
Posted 9 March 2012 - 17:06
Is it possible to add this in openwebiface..??
enigma2-plugin-extensions-webadmin_0.3-r8_mipsel.ipk 223.74KB 10 downloads
terminal.png 8.79KB 89 downloads
Edited by Happysat, 9 March 2012 - 17:07.
Octagon SF8008 / TBS5530 DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)
Re: OpenWebif [E2OpenPlugins] #725
Posted 11 March 2012 - 09:01
Hello me agian..
Some one now witch app i can use for the playing of the openwebif stream on my phone?
I will play the stream on my HTC desire....
Thanks
Sorry...
i now, Off topic !!!!
Bud for the one's that read this...
Nxtrend on Android.....[ market ]
Bizar working....
Mut@nt HD51 with PLi 7.2 release - Cccam, PLi HD skin, HDD-1,5TB, USB DVB-T,4GB usb backupsuite. AB: harmony smartcontrol
XTrend ET6500 with PLi 7.2 release - PLi HD skin, Stream remote, 2GB usb backupsuite. AB: Harmony 650 , 1x zgemma h2h with Cccam.
Met een USB Dvb-T Triax 78cm, 2x ALPS quatro LNB /19,2 en 23,5, SAB GSO-multiswitch: 4 sat. in 12 out.
Re: OpenWebif [E2OpenPlugins] #726
Re: OpenWebif [E2OpenPlugins] #727
Posted 11 March 2012 - 18:16
dreambox big remote has the plus and minus volume buttons swapped
It can be fixed by swapping remote dm_normal :
<area shape="rect" coords="29,183,52,202" alt="volume down" onclick="pressMenuRemote('115');"> <area shape="rect" coords="22,159,45,178" alt="volume up" onclick="pressMenuRemote('114');">
To:
<area shape="rect" coords="29,183,52,202" alt="volume down" onclick="pressMenuRemote('114');"> <area shape="rect" coords="22,159,45,178" alt="volume up" onclick="pressMenuRemote('115');">
Octagon SF8008 / TBS5530 DVB-S2/T2 T-85/1.50Mtr/3x90cm (53e 52e 51,5e 28e 25,9e 23e 19e 13e 9e 4e 1w 5w 14w)
Re: OpenWebif [E2OpenPlugins] #728
Re: OpenWebif [E2OpenPlugins] #729
Posted 12 March 2012 - 11:11
Couple of things - dont know if this is the place to post them?
1) Theres an inconsistancy with the old interface on enigma2 when using the API:
Old:
http://et9000down/web/message?text=Hello&type=1&timeout=8Webif:
http://et9000down:8088/web/message?message=Hello&type=1&timeout=8Note the first parameter has changed from "text" to "message"
2) When using a dns name in the web address the interface doesnt work properly (js links fail) replacing with an ip fixes this. This however isn't good if you use a dhcp environment and rely on dns names.
thanks
CT
Edited by Cameltoe, 12 March 2012 - 11:16.
Re: OpenWebif [E2OpenPlugins] #730
Posted 12 March 2012 - 11:20
- I think you're not using the latest openwebif, it should /?/ has been fixed few days ago:
https://github.com/E...6e10916225fdbee
Re: OpenWebif [E2OpenPlugins] #731
Posted 12 March 2012 - 18:37
Thanks for the info - just got to try and update in on my ET9000 nowregarding 1)
- I think you're not using the latest openwebif, it should /?/ has been fixed few days ago:
https://github.com/E...6e10916225fdbee
Re: OpenWebif [E2OpenPlugins] #732
Posted 13 March 2012 - 01:06
<e2repeated>False</e2repeated>
in web/timerlist should be 0 (= one time event) and not False as now shown in OpenWebIf.
I believe this used to work with OpenWebIf but I have noted that there has been many changes regarding the code handling the timer so maybe something was changed by mistake (if my assumption is correct).
Can someone please verify? Thanks!
Re: OpenWebif [E2OpenPlugins] #733
Posted 13 March 2012 - 13:01
Testing details :
- flash vu solo with v7 vuplus image, load default settings
Case standard webif :
- install webif from manufacturer dlc
- reboot
- stream arte hd : ok
- stream zdf hd at the same time (same pc or not); zdf hd ok, arte hd keeps working
Case openwebif
- install manually openwebif and the 4 required python packages
- reboot
- stream arte hd : ok
- stream zdf hd ; ok, but the arte hd freezes imediately
- restart arte hd stream : ok, but zdf stream freezes
Please note :
- two streams of the same chanel do work
- Can be reproduced on the same pc, or using 2 devices for streaming
- I'm using FTA channel on the same transponder to remove other potential issues
- The same test on a et9k with openpli based image does not exhibit the issue
Edited by Gandalf, 13 March 2012 - 13:02.
Re: OpenWebif [E2OpenPlugins] #734
Re: OpenWebif [E2OpenPlugins] #735
Posted 13 March 2012 - 21:08
Since then, there has been numerous commits but the version-number has remained OWIF 0.1.0 despite all changes.
When receiving bug-reports from users of third-party apps, they can only refer that they are using version OWIF 0.1.0. This makes is very difficult because it could be the version committed by Skaman on February 18 but it could easily also be a version committed later (there is no way to tell).
Therefore, I ask the developers of OWIF to please increase the version-number when committing new changes. This will make things easier when trying to identify a bug in a third-party app which might be due to OWIF.
Many thanks in advance.
Re: OpenWebif [E2OpenPlugins] #736
Re: OpenWebif [E2OpenPlugins] #737
Posted 15 March 2012 - 00:13
I could have avoided my previous post if I knew the version number of OWIF. Please see my post #735 about version-number.
What do you developers say? Should every commit increase the version-number? Any feedback on this suggestion?
Thanks!
I am not 100% sure in this moment since I can't access a decoder with original WebIf to verify but I believe the repeated value (when not being set ) i.e.
<e2repeated>False</e2repeated>
in web/timerlist should be 0 (= one time event) and not False as now shown in OpenWebIf.
I believe this used to work with OpenWebIf but I have noted that there has been many changes regarding the code handling the timer so maybe something was changed by mistake (if my assumption is correct).
Can someone please verify? Thanks!
Re: OpenWebif [E2OpenPlugins] #738
Re: OpenWebif [E2OpenPlugins] #739
Re: OpenWebif [E2OpenPlugins] #740
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users