@@ -954,7 +954,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
/**
* 重启流媒体
*/
- public void restart(String num) {
+ public void restart() {
log.info("restart=============");
try {
Process proc = Runtime.getRuntime().exec("/opt/streams", null, null);