The Following User Says Thank You to sanmob For This Useful Post: | ||
|
2012-03-08
, 19:40
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#42
|
|
2012-03-08
, 19:46
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#43
|
Only for info, I tried to clear root password temporarily for dreambox root account, but it doesn't help...the challenge to give a root password (though empty) still shows up forwith http authentication disabled...I do not understand why.Code:http://<IP>/root/tmp/screenshot.jpg
The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-03-08
, 20:04
|
Posts: 13 |
Thanked: 12 times |
Joined on Feb 2012
@ Czech Republic
|
#44
|
Hm, what have you to enter to get the screenshot? A empty user and password? Or is the user root and the password empty?
I wonder if marxian would have the same problems with autentification at his DM500.
The Following User Says Thank You to sanmob For This Useful Post: | ||
|
2012-03-17
, 00:53
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#45
|
The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-03-17
, 10:28
|
Posts: 13 |
Thanked: 12 times |
Joined on Feb 2012
@ Czech Republic
|
#46
|
I integrated a first http authentication, in a special sanmob version. So not for everyone in the current state.
The Following User Says Thank You to sanmob For This Useful Post: | ||
|
2012-03-22
, 22:51
|
Posts: 13 |
Thanked: 12 times |
Joined on Feb 2012
@ Czech Republic
|
#47
|
// for example send INFO button command, HTTP "204 no content" // response code GET http://dreamaddr/cgi-bin/rc?358 // send command to prepare osd shot, HTTP response undefined GET http://dreamaddr/cgi-bin/osdshot?display=no // get png picture with actual osd shot, HTTP "200 OK" response code GET http://dreamaddr/root/tmp/osdshot.png
// for example send INFO button command, HTTP "204 no content" // response code GET http://dreamaddr/cgi-bin/rc?358 // send command to prepare osd shot and automaticaly redirect // client to png picture via HTTP "307 temporary redirect" response // code, client should process info in 307 response, with information // to which url do the redirection immediately GET http://dreamaddr/cgi-bin/osdshot GET http://dreamaddr/root/tmp/osdshot.png
The Following User Says Thank You to sanmob For This Useful Post: | ||
|
2012-03-23
, 20:19
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#48
|
So...today I have tested new version from store, with HTTP authentication implemented...and screenshot functionality works now
I have only one suggestion....since jpg picture got from dreambox with mixed screen picture and OSD picture has poor quality (colors are crippled for both...),
I would rather take only OSD shot in png format, which preserves exact colors and is not compressed like jpg, therefore much more clearly readable on small N9 screenshot box. Also I think OSD shot is enough to control Dream, I do not need TV picture in the background....but it is only my opinion and I do not know for which purpose it was ment by you....and what opinion other people have about that....?
The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-03-24
, 13:32
|
Posts: 13 |
Thanked: 12 times |
Joined on Feb 2012
@ Czech Republic
|
#49
|
How fast is the screenshot feature? How long does it take to refresh the picture?
Sometimes it is unusable slow over here...
I have planed to add a toggle button for the OSD only mode on the same position but the opposite side of the small screenshot toolbar.
The Following User Says Thank You to sanmob For This Useful Post: | ||
|
2012-04-12
, 06:48
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#50
|
Tags |
dreambox, network, neutrino, remote, remote control |
|
Only for info, I tried to clear root password temporarily for dreambox root account, but it doesn't help...the challenge to give a root password (though empty) still shows up for