Commit ad246bf9214b783ce86b725f5ac966e8c1667211
1 parent
5bf1fe84
去除ffmpeg模板配置
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/service/impl/MediaServerServiceImpl.java
| ... | ... | @@ -520,7 +520,6 @@ public class MediaServerServiceImpl implements IMediaServerService { |
| 520 | 520 | |
| 521 | 521 | Map<String, Object> param = new HashMap<>(); |
| 522 | 522 | param.put("api.secret",mediaServerItem.getSecret()); // -profile:v Baseline |
| 523 | - param.put("ffmpeg.cmd","%s -fflags nobuffer -i %s -c:a aac -strict -2 -ar 44100 -ab 48k -c:v libx264 -f flv %s"); | |
| 524 | 523 | param.put("hook.enable","1"); |
| 525 | 524 | param.put("hook.on_flow_report",String.format("%s/on_flow_report", hookPrex)); |
| 526 | 525 | param.put("hook.on_play",String.format("%s/on_play", hookPrex)); | ... | ... |