nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

how to disable audio in RTMP Streams ?

Open AhmedHumk opened this issue 3 years ago • 0 comments

this is my current configuration is it possible to disable audio and show only video ?

rtmp {
  server {
  listen 1935;
  chunk_size 4096;

  application live {
  live on;
  record off;
  meta copy;

  }
 }
}

AhmedHumk avatar Jul 18 '22 13:07 AhmedHumk