From: arun k. <aru...@ya...> - 2011-08-17 07:30:24
|
Hi all, Im developing a DLNA Media server using libupnp dll. Here my requirement is to send to transcoded content to the Renderer, once the song or video is requested. Right now I'm using PS3 for testing. My problem is, at the initial stage i'm unable to find the exact transcoded file length for the requested song.I can calculate only the approximate file length. But I can have the exact file length once the transcoding process get over. i.e. with in 1 or 2 mins. so since I don't have to exact file length initially, I need to send the response as http partial content. so I need to know how to send the partial content response using the libupnp. I think these stuffs are in webserver.c. It will be really helpful if anybody guide me. Thanks in advance, Arunkumar |