Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #461 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 30 December 2011 - 00:15

opkg install python-textutils

//oops, @skaman was faster... ;)

Edited by blzr, 30 December 2011 - 00:17.

True sarcasm doesn't need green font...

Re: OpenWebif [E2OpenPlugins] #462 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 30 December 2011 - 00:28

That was the solution, compiles fine now!

resume to use /usr/bin/cheetah-compile /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/*.tmpl

You also have to install python-shell and python-textutils

@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] #463 skaman

  • Senior Member
  • 67 posts

+48
Good

Posted 30 December 2011 - 00:33

That was the solution, compiles fine now!

resume to use /usr/bin/cheetah-compile /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/*.tmpl

You also have to install python-shell and python-textutils


You can also compile web, ajax and mobiles templates
/usr/bin/cheetah-compile /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/web/*.tmpl
/usr/bin/cheetah-compile /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/ajax/*.tmpl
/usr/bin/cheetah-compile /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/mobile/*.tmpl

Remember that every time you update a template you must recompile it.

Re: OpenWebif [E2OpenPlugins] #464 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 30 December 2011 - 10:46

Can't we do the pre-compiling on the build host? No point in doing that slow thing on 100000 slow dreamboxes when the buildserver can do it in a blink for all of them....

(BTW, I'm not asking for "how" yet...)
Real musicians never die - they just decompose

Re: OpenWebif [E2OpenPlugins] #465 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 11:28

i think so, the cheetah compiler only generates py-files
bitbake python-cheetah-native



Can't we do the pre-compiling on the build host? No point in doing that slow thing on 100000 slow dreamboxes when the buildserver can do it in a blink for all of them....

(BTW, I'm not asking for "how" yet...)



Re: OpenWebif [E2OpenPlugins] #466 plnick

  • Senior Member
  • 58 posts

+4
Neutral

Posted 30 December 2011 - 11:31

If python-cheetah is installed at build host a simple
do_install_append() {
	cheetah-compile ${D}/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/views/*.tmpl
}
at bb file will compile it at build host

Edited by plnick, 30 December 2011 - 11:31.


Re: OpenWebif [E2OpenPlugins] #467 MiLo

  • PLi® Core member
  • 14,052 posts

+298
Excellent

Posted 30 December 2011 - 11:59

Piece of cake, I like low hanging fruit.
https://github.com/E...5c36267775962ca

First page load after a restart of enigma2 is just 1 second now.
Real musicians never die - they just decompose

Re: OpenWebif [E2OpenPlugins] #468 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 December 2011 - 12:02

I committed my changes, the autoplay of *.m3u files works correct.
This was the last commit for this year.
I wish you all a Happy New Year
Nobody9



Streaming don't work anymore now.
Not in OpenWebif
Not in original Weinterface.

L'ingresso non può essere aperto:
VLC non è in grado di aprire il MRL 'http://192.168.0.6:8001/1:0:1:2193:5:13E:EEEE0000:0:0:0:'. Controlla il registro per i dettagli.



Re: OpenWebif [E2OpenPlugins] #469 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 12:10

@bacicciosat,

i think only by you or the user that reported it.

We don´t has make any change on the original Weinterface.



I committed my changes, the autoplay of *.m3u files works correct.
This was the last commit for this year.
I wish you all a Happy New Year
Nobody9



Streaming don't work anymore now.
Not in OpenWebif
Not in original Weinterface.


L'ingresso non può essere aperto:
VLC non è in grado di aprire il MRL 'http://192.168.0.6:8001/1:0:1:2193:5:13E:EEEE0000:0:0:0:'. Controlla il registro per i dettagli.



Re: OpenWebif [E2OpenPlugins] #470 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 December 2011 - 12:11

@nobody, please revert the changes.

Re: OpenWebif [E2OpenPlugins] #471 plnick

  • Senior Member
  • 58 posts

+4
Neutral

Posted 30 December 2011 - 12:16

hm, streaming works with latest build from today

Re: OpenWebif [E2OpenPlugins] #472 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 12:18

why,
i don´t change any thing at the streamproxy.
This url directly send to streamproxy or the internal streaming server in openpli.

You can direct open it with VLC "http://192.168.0.6:8001/1:0:1:2193:5:13E:EEEE0000:0:0:0:"

nobody9


@nobody, please revert the changes.


Edited by nobody9, 30 December 2011 - 12:20.


Re: OpenWebif [E2OpenPlugins] #473 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 December 2011 - 12:20

Ok nobody let me check better

Edited by bacicciosat, 30 December 2011 - 12:21.


Re: OpenWebif [E2OpenPlugins] #474 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 December 2011 - 12:28

Yes was my pc issue.

Re: OpenWebif [E2OpenPlugins] #475 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 30 December 2011 - 12:29

Issue with streaming here also. If the channel you want to stream is not your current channel it goes wrong, if you stream the current channel its streaming ok.

Edited by theparasol, 30 December 2011 - 12:30.

@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] #476 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 12:29

@bacicciosat
One hint for you.
streamproxy need the orginal-webif on port 80.
It use the /web/stream function which is not implemented in OpenWebif.

I tried it and don´t get it implemented.

Ok nobody let me check better


Edited by nobody9, 30 December 2011 - 12:30.


Re: OpenWebif [E2OpenPlugins] #477 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 12:32

@theparasol,

problems with the tuner config in enigma2.

Issue with streaming here also. If the channel you want to stream is not your current channel it goes wrong, if you stream the current channel its streaming ok.


Edited by nobody9, 30 December 2011 - 12:33.


Re: OpenWebif [E2OpenPlugins] #478 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 30 December 2011 - 12:41

@bacicciosat
One hint for you.
streamproxy need the orginal-webif on port 80.
It use the /web/stream function which is not implemented in OpenWebif.

I tried it and don´t get it implemented.


Ok nobody let me check better


Yes i knowm btu the issue was not this.
It was a strange issue.
The streaming was not working until i have zapped to another channel.

Re: OpenWebif [E2OpenPlugins] #479 theparasol

  • Senior Member
  • 4,157 posts

+198
Excellent

Posted 30 December 2011 - 12:42

Strange, never ever changed tuner config in engima2.

Audio mute button in openwebif acting strange. click on speaker -> mute. click again for unmute: audio still muted but speaker icon changes to unmute.
If I use the remote to crank up the volume the webif still on old audio level. Same for unmute.

@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] #480 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 30 December 2011 - 12:48

Try to clear you browser cache.
The mute function works here without any fault
(Speaker icon/and the remote)


Strange, never ever changed tuner config in engima2.

Audio mute button in openwebif acting strange. click on speaker -> mute. click again for unmute: audio still muted but speaker icon changes to unmute.
If I use the remote to crank up the volume the webif still on old audio level. Same for unmute.




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users