FAQ  •  Register  •  Login

Upnp DIAL service : for DIscovery And Launch

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Aug 21, 2013 7:01 am

Upnp DIAL service : for DIscovery And Launch

For information...

I looked at the Upnp Device Capability of new Sony Bravia 2013 model and I saw some new services:

Already used or knowed:
urn:schemas-upnp-org:service:RenderingControl:1
urn:schemas-upnp-org:service:ConnectionManager:1
urn:schemas-upnp-org:service:AVTransport:1

  Code:
         <service>
            <serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId>
            <SCPDURL>/RenderingControlSCPD.xml</SCPDURL>
            <controlURL>/upnp/control/RenderingControl</controlURL>
            <eventSubURL>/upnp/event/RenderingControl</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
            <SCPDURL>/ConnectionManagerSCPD.xml</SCPDURL>
            <controlURL>/upnp/control/ConnectionManager</controlURL>
            <eventSubURL>/upnp/event/ConnectionManager</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
            <SCPDURL>/AVTransportSCPD.xml</SCPDURL>
            <controlURL>/upnp/control/AVTransport</controlURL>
            <eventSubURL>/upnp/event/AVTransport</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-sony-com:service:IRCC:1</serviceType>
            <serviceId>urn:schemas-sony-com:serviceId:IRCC</serviceId>
            <SCPDURL>/IRCCSCPD.xml</SCPDURL>
            <controlURL>http://192.168.0.110/sony/IRCC</controlURL>
            <eventSubURL />
         </service>


Some new:
urn:dial-multiscreen-org:service:dial:1
urn:schemas-sony-com:service:ScalarWebAPI:1

  Code:
         <service>
            <serviceType>urn:dial-multiscreen-org:service:dial:1</serviceType>
            <serviceId>urn:dial-multiscreen-org:serviceId:dial</serviceId>
            <SCPDURL>/DIALSCPD.xml</SCPDURL>
            <controlURL>/upnp/control/DIAL</controlURL>
            <eventSubURL />
         </service>
         <service>
            <serviceType>urn:schemas-sony-com:service:ScalarWebAPI:1</serviceType>
            <serviceId>urn:schemas-sony-com:serviceId:ScalarWebAPI</serviceId>
            <SCPDURL>/ScalarWebApiSCPD.xml</SCPDURL>
            <controlURL>/upnp/control/ScalarAPI</controlURL>
            <eventSubURL />
         </service>


I look at UPNP DIAL service (DIAL—for DIscovery And Launch—is a simple protocol that 2nd screen devices can use to discover and launch apps on 1st screen devices. )
and I wondered : For which purpose Serviio could use these functions? How Serviio could use these functions?
For Example :
With Chrome, which would make it possible to launch apps on your TV straight from your browser.
When you listen to music on the mobile and then when you get home you can easily just switch it to your speakers.

http://gigaom.com/2013/01/23/dial-open- ... ompetitor/
http://www.dial-multiscreen.org/home
http://www.w3.org/TR/discovery-api/

Zip, I don't know if you see some good new features to be added to serviio using this DIAL service.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

thenamelessthing

User avatar

DLNA master

Posts: 126

Joined: Tue Dec 04, 2012 4:45 am

Location: Canada

Post Fri Sep 06, 2013 6:12 pm

Re: Upnp DIAL service : for DIscovery And Launch

I looked at the Upnp Device Capability of new Sony Bravia 2013 model and I saw some new services:



How can I do this on my tv to know what function is available? Panasonic ET5...

Thanks you
My Setup : BDT220 Panasonic Bluray player, TC-L55ET5 and TC-L42ET5 Panasonic TV. My home media server run Serviio 1.4.2 Pro under GNU/Linux Ubuntu 14.04 LTS server x64 and the hardware is Amd 1045t Phenom II X6, 6Gb DDR3 1333 mhz on SSD and data on soft raid 5 (3x1tb).
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 06, 2013 6:19 pm

Re: Upnp DIAL service : for DIscovery And Launch

use Intel Device spy tools --> get Device XML and check service list.

Return to General discussion

Who is online

Users browsing this forum: No registered users and 21 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.