Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

Stream is choppy when no video flag is added

Open cyberdude opened this issue 3 years ago • 0 comments

When I try to disable the video in the ffmpeg vcParams the audio is choppy.

tasks: [
  {
    app: "live",
    vcParam: ["-vn"],
    hls: true,
    hlsFlags: "[hls_time=2:hls_list_size=3:hls_flags=delete_segments]",
    dash: false,
    // dashFlags: "[f=dash:window_size=3:extra_window_size=5]",
  },
],

Is there a way to only do audio only streams?

cyberdude avatar Nov 25 '21 13:11 cyberdude