PreviewService.java 172 Bytes
package com.objecteye.service;

import java.io.IOException;

public interface PreviewService {

    String getRtmp(String userName, Integer deviceId) throws IOException;
}