*/
private void notifyItemStop(IPlayItem item) {
IStreamAwareScopeHandler handler = getStreamAwareHandler();
if (handler != null) {
try {
handler.streamPlaylistItemStop(this, item);
} catch (Throwable t) {
log.error("error notify streamPlaylistItemStop", t);
}
}
}