case START_PUBLISH:
// Is the event the catalog? Problem here!...
if (Arrays.equals(id, cat)){
// Get the catalog data
String catData = publisher.getVideoPublisher().getCatalogNames();
Publication pub = new Publication(publisher.getVideoPublisher().getCatName(), catData.getBytes());
// publish catalog data
publisher.getClient().publishData(pub, strategy);
}else{
// start the video event handler
// Check to see if the video is already started.