Wednesday, January 31, 2007
Cyber Media Gate for Windows Mobile : I have released a new UPnP/AV media server based on CyberLink for C today. The media server is builded as an application of Windows Mobile 5.0. The media server publishes the all photo images in the photo directory, My Pictures, using UPnP/AV protocols, so you can see the all photo images on TV easily using UPnP/AV players such as DLNA media players. You can use the application as a digital photo frame because the media server shows the photo images by rotation. I installed the application into W-ZERO3[es] which has the WiFi card, IMSW-822, so I can see the photo images on TV using VGP-MR100 in my home :-) |
Comments:
<< Home
Hi I was trying to reach you on your cybergarage.org email. I am using the clinkc2.0 C library, but when i running the clock or upnpdump sample, the clock device can not start. it stops after printing out Using CACHE-CONTROL value: 1800 sec.
And after I add some debug printout, seems the whole program is looping inside the while loop of
while(cg_http_serverlist_open(dev->httpServerList, httpPort) == FALSE)
{
cg_upnp_device_sethttpport(dev, httpPort + 1);
httpPort = cg_upnp_device_gethttpport(dev);
}
in file Cdevice.c, the result is that the port number is self-add from 38400, but never open a port for httpserver.
COuld you give some hint for it?
my contacts cluo@netlab.hut.fi
And after I add some debug printout, seems the whole program is looping inside the while loop of
while(cg_http_serverlist_open(dev->httpServerList, httpPort) == FALSE)
{
cg_upnp_device_sethttpport(dev, httpPort + 1);
httpPort = cg_upnp_device_gethttpport(dev);
}
in file Cdevice.c, the result is that the port number is self-add from 38400, but never open a port for httpserver.
COuld you give some hint for it?
my contacts cluo@netlab.hut.fi
Hi,
I don't know why you can't open the local port, but please set the other port using cg_upnp_device_sethttpport().
Please check it :-)
Post a Comment
I don't know why you can't open the local port, but please set the other port using cg_upnp_device_sethttpport().
Please check it :-)
<< Home