Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium Version-3.0.0-FINAL
New issue 116 by [email protected]: MMS can block on Input Stream while using announcements
http://code.google.com/p/mediaserver/issues/detail?id=116 Since mms uses URL.openStream and then uses this stream to read data from it may block ( socket read is blocking operation )Should either check available before reading data or find some other way to get data.
