Merge branch 'master' into docker_package
This commit is contained in:
commit
1ff30d3d13
|
@ -5,8 +5,6 @@ import io.renren.modules.resource.videoPreview.AbstractVideoPreviewService;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* 青岛市局预览
|
||||
*/
|
||||
|
@ -29,7 +27,7 @@ public class TsingtaoVideoPreviewService extends AbstractVideoPreviewService {
|
|||
public String getHls(String key) {
|
||||
try {
|
||||
return monitorService.fileCode(key);
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
logger.error("青岛市局获取预览地址失败", e);
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue