Re: Query regarding UPNP action
- From: tarun.r <tarun r thinkpalm com>
- To: Jens Georg <mail jensge org>, Jussi Kukkonen <jussi kukkonen intel com>
- Cc: gupnp-list gnome org
- Subject: Re: Query regarding UPNP action
- Date: Sat, 25 Jun 2016 13:38:29 +0530
Hello Sir/Madame,
I'm wiriting one control point program.In this I encoutered a
problem for introspection.Below is the code.In this code I was not able
to get into function got_introspection().Control was successfully get
into service but not to introspection.Could you tell me the problem in
the below code?
static void
got_introspection (GUPnPServiceInfo *info,
GUPnPServiceIntrospection *introspection,
const GError *error,
gpointer user_data)
{
printf("\n introspec");
}
static void
append_service_tree (GUPnPServiceInfo *info, gpointer user_data/* list
iteration*/
)
{
char *id;
const char *type;
//gpointer user_data;
printf("\n service tree");
id = gupnp_service_info_get_id (info);
type = gupnp_service_info_get_service_type (info);
gupnp_service_info_get_introspection_async (info,
got_introspection,
NULL);
}
With Regards,
Tarun R
On Thursday 02 June 2016 08:34 PM, Jens Georg wrote:
Am 2016-06-02 15:34, schrieb Jussi Kukkonen:
On 2 June 2016 at 15:56, tarun.r <tarun r thinkpalm com> wrote:
Hello Sir/Madame,
As per
"http://upnp.org/specs/av/UPnP-av-RenderingControl-v1-Service.pdf"
[1] "As described in Media Renderer device template, the
devices’s ConnectionManager::PrepareForConnection() action assigns
a InstanceID to the input stream".
I tried to mute a windows machine in our local network using
"Universal-ControlPoint "but it failed so we thought since
InstanceID was not correct.Is our understanding is correct?
No, that's most likely Windows Media Player's implementation of a
simple Access Control that is denying access there
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]