Notices


Reply
Thread Tools
windows7's Avatar
Posts: 435 | Thanked: 160 times | Joined on Dec 2009
#21
Originally Posted by helex View Post
Hmm... I never heard about progdvb bevor. Are you speaking about this one? http://www.progdvb.com/
I'm sure it won't work out of the box. It looks very different for me. But I could be wrong.
It's a Windows PC Software?
So the chance that they are using the same engine is very low.
web site is correct

one of the progdvb plug-ins is a media server components which allows broadcasts dvb-s/t/c to the home network, remotely (another pc) another copy of progdvb can be configure to connect to ip/port and pickup the stream, it also allows to change the channels remotely.

progdvb is freeware and can run with just about any dvb card, in fact a lot of cards are seen as generic devices.

i was thinking if your software would allow to view streams like this, changing channels i suspect would require additional coding.

see both here: http://www.progdvb.com/media_cs.html

Last edited by windows7; 2010-05-16 at 11:54.
 
Posts: 17 | Thanked: 0 times | Joined on Jan 2010 @ Austria / Voecklabruck
#22
hi helex!

nice programm ;-)
But i do not have a dreambox. i have a socalled "Azbox Premium HD" and a "Smart MX40"
Both dont work with dreamremote...
Any chance to get these boxes work with your cool proggy?

Here are some links: http://www.myazbox.de/wiki//index.php?title=Hauptseite

http://www.myazbox.de/wiki//index.ph...d_Premium_Plus

The Smart MX40 is an older Box: http://smart-electronic.info/mx40.html

Let me know, if you need further infos!
Thanks a lot.
Greets from Austria!
 
helex's Avatar
Posts: 543 | Thanked: 802 times | Joined on Apr 2010 @ Germany
#23
Originally Posted by windows7 View Post
i was thinking if your software would allow to view streams like this, changing channels i suspect would require additional coding.
Sorry, I don't have plans to integrate streaming in my little Application. Its only a remote control to change the cannels, volume, turn on and off, start and stop a record on your receiver. Everything what you can do with a standard remote control. But without line of sight. I don't know if something like this is possible at a Prog Media Server. I think it's a totally different product. Sorry.
 
helex's Avatar
Posts: 543 | Thanked: 802 times | Joined on Apr 2010 @ Germany
#24
Originally Posted by drnorton View Post
nice programm ;-)
Thanks a lot.

Originally Posted by drnorton View Post
But i do not have a dreambox.
Ouh, big fault.

Originally Posted by drnorton View Post
i have a socalled "Azbox Premium HD" and a "Smart MX40"
Both dont work with dreamremote...
Any chance to get these boxes work with your cool proggy?
Hmm... I guess the DreamRemote could work with the Webinterface plugin at the Azbox Premium HD: Link

But the Smart MX40 has no Network connector. Is that correct? So it is not possible.
Or has the box W-Lan built in? You ned a W-Lan connection to the box. And my Remote works with simple http commands.

Originally Posted by drnorton View Post
Here are some links: http://www.myazbox.de/wiki//index.php?title=Hauptseite

http://www.myazbox.de/wiki//index.ph...d_Premium_Plus

The Smart MX40 is an older Box: http://smart-electronic.info/mx40.html

Let me know, if you need further infos!
I searched for the commands to interact with the Azbox. But I can't find. Would you look at it?
This would help me a lot. I can't download anything from the forum without login. And I don't have a lot of spare time to search.

Take a look at the posts #5 and #11 from X-Fade. I need something like this. I think you can test this in your webbrowser.

Originally Posted by drnorton View Post
Thanks a lot.
Greets from Austria!
I had no plans to support more than Enigma2 when I began with my little project. But it was not tooooo hard to integrate Enigma1. (it's very similar and also a DreamBox)

I will look at it and try to integrate the functionality. But it's up to you to do the testing and help with the Bugfixing. I can't promise anything. It would be nice if you can also test the Donate Button after the integration to support the Azbox Premium HD. (but please, after the integration)

It's still only a Hobby project to learn more about my N900 and the backgrounds.
I will try to help you.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#25
Originally Posted by helex View Post
You can deinstall "DreamRemote" and "PyQt4 Full install" before the update to PR1.2 to save space on root (as far as I know is PyQt4 not fully optified)
For the record, PyQt4 is fully optified (the disk usage you might see comes from Qt).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 17 | Thanked: 0 times | Joined on Jan 2010 @ Austria / Voecklabruck
#26
Hi helex, of course i can look into the code for the webinterface of the azbox.
you are right: the smart receiver has no network connection, but the azbox would be more interessting for me.

okay, here are the first snippets i found:

the Function on Azbox Webinterface: "Volume Up"
<?php
shell_exec ('/MMP/usr/bin/td210_ip_remote 127.0.0.1 S azscripts/volup.scr sleep 0');
echo '<img src="../images/volume+.png" alt="Screenshot"></img>';
?>

the volup.scr has just 1 line:
VOLUP VOLUP

do you mean this codes? or sthg else?
can i send you the plugin "webinterface" or parts of it.. its opensource and free to download... where can i send it?

greetz Ernst
 
helex's Avatar
Posts: 543 | Thanked: 802 times | Joined on Apr 2010 @ Germany
#27
Originally Posted by drnorton View Post
<?php
shell_exec ('/MMP/usr/bin/td210_ip_remote 127.0.0.1 S azscripts/volup.scr sleep 0');
echo '<img src="../images/volume+.png" alt="Screenshot"></img>';
?>
Okay, that looks very different. I've sent you a eMail. I have to digg in the source. But thats not the end of the hope.
 
wicket's Avatar
Posts: 634 | Thanked: 3,266 times | Joined on May 2010 @ Colombia
#28
Hi helex,

This is just the sort of application I've been waiting for to control my DM800. The web interface is just too slow in MicroB and Fennec so I hope this will sort it. I don't normally install from extras-devel but I might have to make an exception. Could anyone tell me how much root space the Qt libraries are likely to take up?

wicket
 

The Following User Says Thank You to wicket For This Useful Post:
helex's Avatar
Posts: 543 | Thanked: 802 times | Joined on Apr 2010 @ Germany
#29
Originally Posted by wicket View Post
This is just the sort of application I've been waiting for to control my DM800. The web interface is just too slow in MicroB and Fennec so I hope this will sort it. I don't normally install from extras-devel but I might have to make an exception. Could anyone tell me how much root space the Qt libraries are likely to take up?
Hi wicket,
Thanks a lot. I hope you will enjoy it.

Sadly, Qt takes about 10-15 MB of root fs space.
Read here for more details:
http://talk.maemo.org/showthread.php?t=42754

This should change when PR1.2 is released. If you're to afraid of extra-devel, I will promote a version to extra-testing as soon as the new Firmware will arrive (wan't to test everything with PR1.2 before the promotion)
 
helex's Avatar
Posts: 543 | Thanked: 802 times | Joined on Apr 2010 @ Germany
#30
So, small update for all who are interested in:

I'm currently implementing with drnorton support for the AZBox Premium HD (and I guess several similar set top boxes)

At the moment we are trying to assign the Buttons in the DreamBox Layout to AZBox as meaningful as possible. If someone with a AZBox and a N900 wants to join us... you're welcome!

I will consider to add support for more receiver (based on the same technology) in the future. Suggestions are welcome.


And the important thing especially for X-Fade:

Support for up to 6 Remotes at the same time for different receiver!

I integrated a fast way to switch between the settings. It's working now... but I'm currently in a early beta state and have several problems in speed and productivity. (and spare time for development)

But this is comming this summer...
 
Reply


 
Forum Jump


All times are GMT. The time now is 08:58.