rtp-streamer
rtp-streamer copied to clipboard
issue
dear leeoxiang
I tried your code because I wanted to record stream of webrtc on the server side.
All required modules have been installed. But this error occurred when I entered 'node example/testRecroder'.
const recorder = new Recorder({
^
TypeError: Recorder is not a constructor
at Object.
I don't think I know how to use it.
Can you tell me the solution or the way?
Thank you.