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

AAC live stream

Open LuckyCoders opened this issue 2 years ago • 1 comments

 trans: {
         ffmpeg: '/usr/local/bin/ffmpeg',
         tasks: [
             {
                 app: 'live',
                 vc: "copy",
                 vcParam: [],
                 ac: "aac",
                 acParam: ['-ab', '64k', '-ac', '1', '-ar', '44100'],
                 rtmp:true,
                 rtmpApp:'live2',
                 hls: true,
                 hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]',
                 dash: true,
                 dashFlags: '[f=dash:window_size=3:extra_window_size=5]'
             }
         ]
     }

Can I open AACP stream (only audio) in this case? How link to such a stream look like?

LuckyCoders avatar Mar 30 '22 16:03 LuckyCoders

@LuckyCoders Were you able to find a solution for this? I am trying to configure audio only as well, but not quite sure how to do that.

quinnwong31 avatar Oct 19 '22 19:10 quinnwong31