jiewoyisheng / mediasoup-demo-record

3 stars 1 forks source link

Audio is not recording and stop video changing the producer ID and FFMPEG Crashes #2

Open Alex-YddeR opened 2 years ago

Alex-YddeR commented 2 years ago

Hi,

we are trying to record the video/audio of the demo application but we are facing the below issue

Audio is not recording and stopping/disable video during the session its changing the producer ID and then FFMPEG Crashes. How do we continuously record even when audio or video is muted in the client side.

Thanks

Alex-YddeR commented 2 years ago

Hi,

Any info on the above query please

jiewoyisheng commented 2 years ago

Hi, I added audio recording scripts. If the ID changes frequently, you need to separate the http signaling and ffmpeg recording script, and call the http signaling to pull the stream again. audio or video muted is a complicated problem,you need to write a record service, the script is difficult to meet the demand.