0

Now that I added a recording function using RecordRTC with mediasoup, I would like to do away with transcoding during the process. current dataflow : enter image description here

Can I contain the bitstream into a file without decoding the bitstream into a video at client ends?

enter image description here

  • 1
    Hi, your data flow is not clear. Are you using RecordRTC on the client to record and send blob packets to the server via mediasoup and on the server you are transcoding it and saving it to a file. Now you want to skip the transcoding part? – omi Jun 26 '22 at 09:17
  • it's the other way around. On client end, I can save the displayed video sent and decoded via mediasoup into a file using recordRTC, but now I want to save the bitstream sent via mediasoup into a file right away without getting the bitstream passed through decoder. – esse non videri Jun 27 '22 at 01:48

0 Answers0