props.put("details", currentItem.getName());
props.put("description", String.format("Transitioned to %s", currentItem.getName()));
props.put("clientId", streamId);
props.put("isFastPlay", false);
}
out.writeMap(props);
buf.flip();
IRTMPEvent event = new Notify(buf);
if (lastMessageTs > 0) {
event.setTimestamp(lastMessageTs);