ethand91 / mediasoup3-record-demo

Simple Record Demo using Mediasoup 3 and GStreamer
198 stars 93 forks source link

when we disable video and enable back FFmpeg doesn't add the video track back. #64

Open Alex-YddeR opened 2 years ago

Alex-YddeR commented 2 years ago

when we disable video and enable back FFMpeg doesn't add the video track back. Also when disable the video it just stops at last frame, instead of that can we add a black video.

Alex-YddeR commented 2 years ago

How do we continuously record the video along with audio even when audio or video is muted in the client side. since when video is muted/disabled and enabled back producer ID is changing and then FFMpeg Crashes

Alex-YddeR commented 2 years ago

Any help on the above query

ethand91 commented 2 years ago

The sample currently doesn't handle pause/resume. FFmpeg may resume if you get mediasoup to send a keyframe? Will look into adding this feature eventually so I'll leave this open.