Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
UPnP / DLNA
This thread has 12 replies. Displaying all posts.
Post 1 made on Saturday December 26, 2009 at 12:53
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
Okay - so it's now supported, but the advertising clearly indicates it's an "out of the box solution," which is not at all the case if one needs to write loads of ProntoScript to get it functional.

Is there any code that exists today to allow this to work with non MCE devices or is code "in the works?"

I am a new ProntoPro user switching over from UEI remotes like the NevoS70 for my customers which integrates a very limted UPnP media browser and configuration utility. It's VERY limited and extremely intermittant - both on compatible devices/servers and other functions.

I am hoping to replace these with the Pronto TSU9600/9800's... can anyone point me in the right direction or is this not the remote to use????


Lee
OP | Post 2 made on Saturday December 26, 2009 at 12:58
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
Another idea: if the above doesn't exist or is too difficult, is there a bridging softare that can be used on a server PC elsewhere - to trick the Pronto into thinking the combination of DLNA server/DMR (e.g., twonky and Dlink DSM520) is a MediaServer?

This might be a better, actually more reliable approach.... anyone?
Post 3 made on Saturday December 26, 2009 at 19:03
Barry Gordon
Founding Member
Joined:
Posts:
August 2001
2,157
Pronto now supports UDP sockets. That does not mean it natively supports any of the protocols that ride on UDP. By natively I mean as part of the firmware release.

If you want DLNA or Upnp then you have to write handlers for those protocols juist as with any other OS.

Just remember that above all the Pronto PRO is just a small mobile PC with a nice tool called PEP that can be used to build complex applications. Sometimes I think it unfortunate that Philips sold it as a Remote as opposed to a small handheld touchscreen PC that can be used for many things one of which is emulation of A/V remote control systems.

Last edited by Barry Gordon on December 27, 2009 21:28.
OP | Post 4 made on Saturday December 26, 2009 at 22:55
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
I completely agree, but it is "what it is..." The TSU series of remotes, while very sophisticated, would be easier on installers and expand the install base if certain functions were added as libraries or modules for installers to further customize. A UPnP/DLNA module library which would allow me to setup media zones, much like the Nevo would be an extremely welcome. They have modules available for Squeezebox, Lutron, Escient, etc., so why not a generic DLNA/UPnP module so that MANY other device groups can be included simultaneously.

Additionally, manufacturers should get incentives to develop modules themselves and we could license these modules from them for us (i.e., Denon, etc.). But, I digress....

I just want the ability to integrate 2-way control with my customer's media devices without having to write a complete Java application. Escient and the other included libraries are for some very pricey devices, not all customers can afford them.
Post 5 made on Sunday December 27, 2009 at 05:09
MCFH
Long Time Member
Joined:
Posts:
December 2009
35
I am writing this right now - but there is one major issue. The UPnP protocol needs the IP address of the remote to support eventing and this is not available to ProntoScript. If you can live with a static IP on the host (I can't) then I have most of it written but need to test it in January.
OP | Post 6 made on Sunday December 27, 2009 at 10:46
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
On December 27, 2009 at 05:09, MCFH said...
I am writing this right now - but there is one major issue. The UPnP protocol needs the IP address of the remote to support eventing and this is not available to ProntoScript. If you can live with a static IP on the host (I can't) then I have most of it written but need to test it in January.

I can definitely tolerate static IPs, let me know if you need help testing.

Lee
Post 7 made on Sunday December 27, 2009 at 21:31
Barry Gordon
Founding Member
Joined:
Posts:
August 2001
2,157
I am pretty sure the new Pronto firmware supports

var IP=System.getIPAddress() // should return the IP address of this Pronto
Post 8 made on Wednesday December 30, 2009 at 09:44
Paul Biron
Founding Member
Joined:
Posts:
August 2001
142
Although not documented in the most recent version of the Developer's Guide, this works as expected.

Paul
___________________
Pronto Level II Certified
Post 9 made on Thursday August 12, 2010 at 17:38
djsmallz
Long Time Member
Joined:
Posts:
April 2009
406
On December 27, 2009 at 05:09, MCFH said...
I am writing this right now - but there is one major issue. The UPnP protocol needs the IP address of the remote to support eventing and this is not available to ProntoScript. If you can live with a static IP on the host (I can't) then I have most of it written but need to test it in January.

hello buddy

How you doing? How's this coming along?

Cheers
Post 10 made on Friday August 13, 2010 at 17:38
MCFH
Long Time Member
Joined:
Posts:
December 2009
35
Have been distracted by a load of issues with losing data on serial ports that were exacerbated with the new firmware but my Roku Soundbridge controller is in reasonable shape. That sits on top of a UPnP/SSDP layer and that seems to work fine (I haven't really beaten up the UPnP event model as that isn't really used for the Soundbridge and I am using RCP for most of the control surface). Happy to share the SSDP piece if that is a help....

Mark
OP | Post 11 made on Sunday November 7, 2010 at 12:25
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
How's Roku control coming along?
Post 12 made on Sunday November 7, 2010 at 12:27
Lyndel McGee
RC Moderator
Joined:
Posts:
August 2001
12,999
I would love it if those changes for serial.match() on 7.2.22 could be backed out.
Lyndel McGee
Philips Pronto Addict/Beta Tester
OP | Post 13 made on Monday November 8, 2010 at 12:18
leeladisky
Long Time Member
Joined:
Posts:
August 2005
70
On November 7, 2010 at 12:27, Lyndel McGee said...
I would love it if those changes for serial.match() on 7.2.22 could be backed out.

Lyndel: Are you working on Roku control? What's the easiest way to send/receive across IP to do string compares (I.e., send x, get y response and perform z function)? I never got this sophisticated in my programming... Maybe I will give it a shot if there's a way to send/receive over IP that is as relatively simple as serial....


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse