OpenWebif [E2OpenPlugins]
Re: OpenWebif [E2OpenPlugins] #61
Re: OpenWebif [E2OpenPlugins] #62
Posted 13 November 2011 - 15:36
isn't it possible to look for **/picon/The path searched are:
/media/usb/picon/
/media/cf/picon/
/usr/share/enigma2/picon/
Dreambox Dm8000 with all hardware addons donated to OpenPli. No interests anymore in policy of CanalDigitaal / M7 group and now-a-days channel encryption (like CI+ / HD+).
Good luck Enigma2 / OpenPli, it was fun with Sky Movies and so on, collected a nice collection of movies. Now back to basic boring lineair TV with KPN iTV (VDSL2 pair bonding 219 / 63 Mbps).
The VDSL pair bonding is excellent for... torrents to NAS in higher quality then HDTV (Like Dolby-TrueHD or DTS-Master-Audio soundquality )
Re: OpenWebif [E2OpenPlugins] #63
Posted 13 November 2011 - 15:37
Have to say this webif works fast!
I hated the dreamboxonly webif for its slow performance
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: OpenWebif [E2OpenPlugins] #64
Posted 13 November 2011 - 15:39
Dreambox Dm8000 with all hardware addons donated to OpenPli. No interests anymore in policy of CanalDigitaal / M7 group and now-a-days channel encryption (like CI+ / HD+).
Good luck Enigma2 / OpenPli, it was fun with Sky Movies and so on, collected a nice collection of movies. Now back to basic boring lineair TV with KPN iTV (VDSL2 pair bonding 219 / 63 Mbps).
The VDSL pair bonding is excellent for... torrents to NAS in higher quality then HDTV (Like Dolby-TrueHD or DTS-Master-Audio soundquality )
Re: OpenWebif [E2OpenPlugins] #65
Re: OpenWebif [E2OpenPlugins] #66
Posted 13 November 2011 - 15:58
Have to say this webif works fast!
I hated the dreamboxonly webif for its slow performance
About performance i think you will be surprise.
OpenWebIf is already fast. But cheetah offer the availability to compile templates to speed up all.
So at the end of work when the application will be complete we will compile templates and the performance will be more increased.
Re: OpenWebif [E2OpenPlugins] #67
Posted 13 November 2011 - 16:21
Awesome work, thx all !
BTW, (well, this may be stupid question) is it possible to implement HTML5 support for the channel streaming? IDK if this require recoding (if so i know that this is not possible), but if not I think this should be possible? It would be fine to use HTML5 browser capabilities, instead of VLC player..
I think that is a really interesting suggestion? Is HTML5 a future possibility?
««««««««««««««««««««««««««««««««««««««««««« »»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
Mut@nt / AX HD51 | Linux 4.7.4 | OpenPLi 4.0
Re: OpenWebif [E2OpenPlugins] #68
Posted 13 November 2011 - 16:31
isn't it possible to look for **/picon/
The path searched are:
/media/usb/picon/
/media/cf/picon/
/usr/share/enigma2/picon/
Yes, just use "Components.Renderer.Picon.searchPath", it already maintains a list of picon location (and may also contain, for example, /media/sdd1/picon/ and similar paths) and only contains locations that actually have picon file in them.
Re: OpenWebif [E2OpenPlugins] #69
Posted 13 November 2011 - 17:18
use attached Patch to avoid crashing when Webbserver wants to bind on a Port already in use.
We should also consider using/implementing HTTPS with TLS (not SSL anymore) in latest Version and strongest SHA-Algo with a Default Certificate later, to upper the Security Level for HTTPS-Connections to a State-of-the-Art Encryption.
Attached Files
Re: OpenWebif [E2OpenPlugins] #70
Re: OpenWebif [E2OpenPlugins] #71
Posted 13 November 2011 - 18:10
And with your own certificate, all you to is encrypt the connection. Anyone can still go to your box and brute-force it. Same as without an encrypted connection. So I second @theparasol.
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] #72
Posted 13 November 2011 - 18:20
old WebInterface uses a Default Certificate and SSLv2/3 Method which is not regared as secure anymore. Using TLSv1 and HTTPs make sure that noboday can sniff your Password entered in WebInterface or perform MITM-Attacks.
Maybe implement a Button to create an own "self-signed" Individual Certificate helps.
And adding support for TLSV1 HTTPS should be easy:
+ ctx = ssl.DefaultOpenSSLContextFactory('/etc/enigma2/server.pem', '/etc/enigma2/cacert.pem', sslmethod=SSL.TLSv1_METHOD)
+ try:
+ https_running = reactor.listenSSL(port, ctx, site)
+ print "[OpenWebif] started on %i"% (port)
+ except CannotListenError:
+ print "[OpenWebif] failed to listen on Port %i" % (port)
+
Edited by daddelfalk, 13 November 2011 - 18:23.
Re: OpenWebif [E2OpenPlugins] #73
Posted 13 November 2011 - 18:22
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: OpenWebif [E2OpenPlugins] #74
Posted 13 November 2011 - 18:26
it's just a suggestion, while we discuss all things and Features in here. I give no timeline and give special features a high priority, that's not my task
If its that simple: do it, but I think there are at the moment important features like volume control / streaming to code
Re: OpenWebif [E2OpenPlugins] #75
Posted 13 November 2011 - 18:36
if you need some help let me know. I would really like to help with OpenWebif and maybe other plugins later. I am talented Webdeveloper with a lot of experience in html/xhtml and javascript/jquery and I also know a lot about python plugins on my dreambox. I would like to help a little bit with the OpenWebif to get it finished as fast as posssible. Today I spend an hour to create a Movielist on my installed OpenWebif, not finished completly yet and still missing download and stream support but I also could take a look at it.
Just want to make sure no one else is already working on it, no need to waste time on something that someone else is currently working on.
So ... if you need help, just let me know!
Re: OpenWebif [E2OpenPlugins] #76
Re: OpenWebif [E2OpenPlugins] #77
Posted 13 November 2011 - 19:03
That's why I made the default "disabled", to make people think about using it. Apart from just wasting resources, the HTTPS gave a false sense of security, while in reality, the connection was just as secure as plain text.
So IF you add it, make sure to force the end user to generate or upload a certificate - and offer a way of doing so without editing files on the box. Do not make the same mistake again...
Re: OpenWebif [E2OpenPlugins] #78
Posted 13 November 2011 - 19:37
Hey there,
if you need some help let me know. I would really like to help with OpenWebif and maybe other plugins later. I am talented Webdeveloper with a lot of experience in html/xhtml and javascript/jquery and I also know a lot about python plugins on my dreambox. I would like to help a little bit with the OpenWebif to get it finished as fast as posssible. Today I spend an hour to create a Movielist on my installed OpenWebif, not finished completly yet and still missing download and stream support but I also could take a look at it.
Just want to make sure no one else is already working on it, no need to waste time on something that someone else is currently working on.
So ... if you need help, just let me know!
Hi Homey,
E2OpenPlugins and OepnWebIf are open to all the developers that want to join (just ask to Sjaaky to enter in the team).
About OpenWebIf:
At the present i am working to complete the epg adding epg searching and skaman is working to web api.
Next things in my todo list are the volume functions.
So nobody is working to movie list and stream.
If you want to partecipate i think your help will be appreciated.
Re: OpenWebif [E2OpenPlugins] #79
Posted 13 November 2011 - 21:21
Just want to make sure no one else is already working on it, no need to waste time on something that someone else is currently working on.
I was thinking about writing an alternative for the streamproxy.
But no work has been done yet, and I have plenty of things on my TODO list, so I'll leave the streaming to you
Re: OpenWebif [E2OpenPlugins] #80
12 user(s) are reading this topic
0 members, 12 guests, 0 anonymous users