Jump to content


Photo

OpenWebif [E2OpenPlugins]


  • Please log in to reply
1459 replies to this topic

Re: OpenWebif [E2OpenPlugins] #1161 plnick

  • Senior Member
  • 58 posts

+4
Neutral

Posted 16 December 2013 - 17:03

I forgot the ret.append(ev) in the for loop, should now work again



Re: OpenWebif [E2OpenPlugins] #1162 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 16 December 2013 - 19:38

cosmetics - Channel EPG:  HDTVZvukový popisSkryté titulky. I think, it is in longdesc. On TV it seems, it is each with new line, but there it is in one line => without spaces between. See on CT1(23.5E). Better would be: HDTV Zvukový popis Skryté titulky.


Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1163 scipion

  • Member
  • 1 posts

0
Neutral

Posted 23 December 2013 - 10:50

Hello - I am new in this thread so forgive me if my question has already been adressed.

Is there a way to reload blacklist/whitelist from a command line or an API without restarting enigma?
What I want to do is switching 'on' the parental control for some channels after a given hour. Then switching it off in the morning.
I managed to do this by switching an empty file and a full file.

I tried using:

wget -qO - http://mydreambox/we...streload?mode=0
but it does not work.

Any clue how to do this?
Thanks.



Re: OpenWebif [E2OpenPlugins] #1164 zicht2

  • Member
  • 16 posts

0
Neutral

Posted 29 December 2013 - 09:17

Feature request :

Is it possible to implement an allowed ip range list ?

Even better if DynDNS would be possible in ip allowed list in setup.

 

This way we have appart from password another control for security over internet .

 

best regards



Re: OpenWebif [E2OpenPlugins] #1165 radar

  • Senior Member
  • 92 posts

+1
Neutral

Posted 30 December 2013 - 12:14

Hi,

 

In post #1124, I was looking for a way to know if a channel is playable or not in order to provide this information in the webif, by, for instance, shading the name of the non playable channels. 

Since then, I found the enigma web API and, now, I'm able to know for each channel if it is playable or not by requesting this url: http://192.168.1.44/...:1:C00000:0:0:0 where sREF is the reference of the concerned channel. As answer, I have:

 

<e2serviceplayable>
<e2servicereference>1:0:19:2349:442:1:C00000:0:0:0</e2servicereference>
<e2isplayable>True</e2isplayable>
</e2serviceplayable>
 

with e2isplayable set to True or False. That's exactly what I was looking for.

 

There is also the python API, available here.

 

Now, my question is the following: if I want to hack open webif to implement what I'm requesting, how should I proceed for tests? I have already downloaded the code but how can I execute it? Should I compile it and create a package that I'll install on my box besides the official open webif, listening on another port, each time I make changes? Or could I test it directly from my PC?

 

Any help on that is very appreciated.

 

Thanks in advance.



Re: OpenWebif [E2OpenPlugins] #1166 Erfeniuses

  • Senior Member
  • 43 posts

0
Neutral

Posted 17 January 2014 - 21:01

Hi. Has anyone got transcoding work with e2openplugin-OpenWebi v.0.2.6 on VU+ Duo2 OpenPLI4.x (jan/2014).

I'm still getting "Bad Gateway" in VLC's debug message...

 

access_http debug: http: server='192.168.0.251' port=8002 file='/1:0:1:11:3:F:FFFF0000:0:0:0:'
main debug: net: connecting to 192.168.0.251 port 8002
main debug: connection succeeded (socket = 1340)
access_http debug: protocol 'HTTP' answer code 502
access_http error: error: HTTP/1.0 502 Bad Gateway
access_http debug: switching to HTTP version 1.0
main debug: net: connecting to 192.168.0.251 port 8002
main debug: connection succeeded (socket = 1340)
access_http debug: protocol 'HTTP' answer code 502
access_http error: error: HTTP/1.0 502 Bad Gateway
main debug: net: connecting to 192.168.0.251 port 8002
main debug: connection succeeded (socket = 1340)
access_mms error: error: HTTP/1.0 502 Bad Gateway
main debug: no access modules matched
main error: open of `http://192.168.0.251:8002/1:0:1:11:3:F:FFFF0000:0:0:0:' failed
main debug: dead input
 

Edited by Erfeniuses, 17 January 2014 - 21:04.


Re: OpenWebif [E2OpenPlugins] #1167 pepinoogorino

  • Senior Member
  • 65 posts

+2
Neutral

Posted 20 January 2014 - 01:46

Bug: Zap button doesn't work on mobile devices. Tested on Android 4.1.2 with Chrome and IOS 6.1.3 with Safari.

OpenWebif hosted by dm800se with latest OpenPli 4.0 build (2014-01-19).



Re: OpenWebif [E2OpenPlugins] #1168 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 7 February 2014 - 23:36

I see, several people working on Openwebif still. Is nobody unhappy, that each press of any button starts spinner for cca 2s ? 

Why there cannot be some routine ... when is pressed next button in interval < 2s, run spinner after this last press ?

Then can be pressed sequence of more buttons and spinner will after last press.


Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1169 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 13 February 2014 - 00:31

I think, this:

function pressMenuRemote(code) {
	var timeout = 1000;
	
	if (shiftbutton)
		webapi_execute("/api/remotecontrol?type=long&command=" + code);
	else
		webapi_execute("/api/remotecontrol?command=" + code);
	
	if ($('input[name=remotegrabscreen]').is(':checked'))
	{
		if (lastcontenturl == 'ajax/screenshot')
			setTimeout("grabScreenshot(screenshotMode)", timeout);
		else
			setTimeout("load_maincontent('ajax/screenshot')", timeout);
	}
}

could be changed - when is new code incomming in time less than 500ms, then stop timer for grabbing and start timer again. It seems, that setTimeout("fce",timeout) do not works as timer with "True" in python, but it run new timer again.

function callScreenShot(){
	var timeout = 10;
	if ($('input[name=remotegrabscreen]').is(':checked'))
	{
		if (lastcontenturl == 'ajax/screenshot')
			setTimeout("grabScreenshot(screenshotMode)", timeout);
		else
			setTimeout("load_maincontent('ajax/screenshot')", timeout);
	}
}

var timer = 0;
function pressMenuRemote(code) {
	if (shiftbutton)
		webapi_execute("/api/remotecontrol?type=long&command=" + code);
	else
		webapi_execute("/api/remotecontrol?command=" + code);
	if (timer > 0)
		clearTimeout(timer);
	timer = setTimeout("callScreenShot()", 500);
}

tried, for me it works.  (file openwebif.js)


Edited by ims, 13 February 2014 - 00:43.

Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1170 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 February 2014 - 08:51

I am on your mobile phone testet OpenWebif
up your browser with the standard

http;/ / 195.169.0.102/mobile

everything works well

but i have a question??????
or have anything to do with the plug OpenWebif
application "Phone the STB Notifier"
https://play.google....m.phonetostbapp

because it seems to me that the application "Phone the STB Notifier" no connection
by dreambox
Report on incoming calls and sms do not arrive

I do not know where and how to look for errors!!

http://openpli.org/f...e-3#entry405683

I have android 4.1.2

Attached Files


Edited by maigais, 13 February 2014 - 08:51.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: OpenWebif [E2OpenPlugins] #1171 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 February 2014 - 08:56

Bug: Zap button doesn't work on mobile devices. Tested on Android 4.1.2 with Chrome and IOS 6.1.3 with Safari.


OpenWebif hosted by dm800se with latest OpenPli 4.0 build (2014-01-19).

you're right,
did not work

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: OpenWebif [E2OpenPlugins] #1172 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 13 February 2014 - 09:16

Can somebody test if before merging ? Final code for "openwebif.js" . Of course, delay can be set from 500ms back to 1000ms.

function callScreenShot(){
	if ($('input[name=remotegrabscreen]').is(':checked'))
	{
		if (lastcontenturl == 'ajax/screenshot')
			grabScreenshot(screenshotMode);
		else
			load_maincontent('ajax/screenshot');
	}
}

var grabTimer = 0;
function pressMenuRemote(code) {
	if (shiftbutton)
		webapi_execute("/api/remotecontrol?type=long&command=" + code);
	else
		webapi_execute("/api/remotecontrol?command=" + code);
	if (grabTimer > 0)
		clearTimeout(grabTimer);
	grabTimer = setTimeout("callScreenShot()", 500);
}

Edited by ims, 13 February 2014 - 09:22.

Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1173 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 15 February 2014 - 10:16

q: must be there spinner between each pressing RC on Openwebif ? It is not nice for eyes... :(

 

There could be:

a) rem lines 344,345,348 in openwebif.js

or

B) make little spinner only in corner.


Kdo nic nedělá, nic nezkazí!

Re: OpenWebif [E2OpenPlugins] #1174 korsan

  • Senior Member
  • 404 posts

+5
Neutral

Posted 22 February 2014 - 22:00

In Television>Current there is a lot of usefull info except satellite position info.

I think this is important too.


H9.Twin  :::  H9.2H :::  H9.S ::: HD1265 ::: H2H :::::::::: WaveFrontier T90: 1W, 3, 7, 13, 16, 19, 23, 28, 42E ::::::::::


Re: OpenWebif [E2OpenPlugins] #1175 Erfeniuses

  • Senior Member
  • 43 posts

0
Neutral

Posted 8 March 2014 - 10:09

Hi.

Just Updated VU+Duo2 OpenPLI 4.x to 2014-03-18 version (OWIF 0.2.7)  and still transcoding triggered from UI (or at all) isn't working.

VLC Debug message says error: HTTP/1.0 502 Bad Gateway



Re: OpenWebif [E2OpenPlugins] #1176 laakkus

  • Member
  • 1 posts

0
Neutral

Posted 20 March 2014 - 11:56

Hi.

Just Updated VU+Duo2 OpenPLI 4.x to 2014-03-18 version (OWIF 0.2.7)  and still transcoding triggered from UI (or at all) isn't working.

VLC Debug message says error: HTTP/1.0 502 Bad Gateway

 

Check your VLC version. I had similar problems, got it working after upgraded VLC >=2.1.3

 

I'm on OpenATV 4.0 now, but hope it helps.



Re: OpenWebif [E2OpenPlugins] #1177 marfi

  • Member
  • 7 posts

0
Neutral

Posted 24 March 2014 - 17:10

HI,

 

Is it possible to stream only audio by OpenWebIf (normal channel but wihout video)?



Re: OpenWebif [E2OpenPlugins] #1178 korsan

  • Senior Member
  • 404 posts

+5
Neutral

Posted 2 April 2014 - 15:07

Is it possible to start or zap to a media file when in Recordings/Movielist?

I see that only streaming, downloading and deleting are possibly at the moment.

Its just a suggestion. ;)


H9.Twin  :::  H9.2H :::  H9.S ::: HD1265 ::: H2H :::::::::: WaveFrontier T90: 1W, 3, 7, 13, 16, 19, 23, 28, 42E ::::::::::


Re: OpenWebif [E2OpenPlugins] #1179 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 2 April 2014 - 17:55

Is it possible to start or zap to a media file when in Recordings/Movielist?

I see that only streaming, downloading and deleting are possibly at the moment.

Its just a suggestion. ;)

use RC in webif. ;)

 

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] #1180 korsan

  • Senior Member
  • 404 posts

+5
Neutral

Posted 2 April 2014 - 19:00

Is it possible to start or zap to a media file when in Recordings/Movielist?

I see that only streaming, downloading and deleting are possibly at the moment.

Its just a suggestion. ;)

use RC in webif. ;)

 

grtz Philip

Thanks, I already know that one.

But its easier when you are able to click the media file, so it will immediately play, such as (channel)services in bouquets.


H9.Twin  :::  H9.2H :::  H9.S ::: HD1265 ::: H2H :::::::::: WaveFrontier T90: 1W, 3, 7, 13, 16, 19, 23, 28, 42E ::::::::::



12 user(s) are reading this topic

0 members, 12 guests, 0 anonymous users