illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.89k stars 1.51k forks source link

Connect RTMP stream as input and push MP3/AAC audio #556

Open quinnwong31 opened 1 year ago

quinnwong31 commented 1 year ago

Hi all - I'm trying to connect an RTMP stream from Zoom as input and then push out the audio portion (MP3/AAC) to a designated endpoint. I am not quite sure how to do this with node-media-server. Can someone point me in the right direction? Thanks!