Hi Everyone<br>i made a live media server client through sliverlight (TCP socket and network stream),i am able to read the first chunk(response of GET request) which contain info like:-<br>HTTP/1.1 200 OK\r\nDate: Thu, May 03 2012 07:47:59 GMT\r\nServer: LIVE555
Streaming Media v2011.11.29\r\nLast-Modified: Mon, Mar 26 2012 07:22:03
GMT\r\nContent-Length: 6073\r\nContent-Type:
application/vnd.apple.mpegurl\r\n\r\n"<br><br>After this i am able to read 6073 bytes,then i receive nothing,i am streaming a file of 5MB through sever.<br><br>Please help to resolve this issue...<br>