BlueAirRL

Results 7 comments of BlueAirRL

The same problem with RTC live streaming, DVR-FLV recording is also very choppy, but RTC playback is smooth. SRS version 4.0.177, resolution: 320*180. `TRANS_BY_GPT3`

The previous rtc to rtmp memory overflow should be related. #2680 The package cannot be consumed in time, causing stuttering in rtc to rtmp playback and recording. `TRANS_BY_GPT3`

See follow for reference: https://github.com/node-webrtc/node-webrtc/issues/728#issue-1214108642

![9e534c1da0564b732735eee7ca3a78b](https://user-images.githubusercontent.com/22272097/165459072-ac56dd4d-08b6-434c-bb97-630a5ba58706.png) Why?

I know why!! The audio and video stream source in the browser does not call the one in node-webrtc, but if the camera is called in the electron, it is...

> Please correct me if I'm wrong; instead of executing [as described in the nonstandard APIs README](https://github.com/node-webrtc/node-webrtc/blob/develop/docs/nonstandard-apis.md#programmatic-audio): > > ```js > const { RTCAudioSource, RTCAudioSink } = require('wrtc').nonstandard; > >...