* @throws ServiceException
*/
public void notifyNew(TrackInfo trackInfo) throws IOException, ServiceException {
if(protocolImpl.getVersion().equals("1.1")){
throw new NotSupportedOperationException("The protocol version 1.1 does not support notification");
}
if(session == null) {
handshake();
}