Derek Lu
Derek Lu
I suppose that every successfully decoded I frame or P frame will trigger the event `onFrameDecoded` once. Is there corresponding event `onFrameDecodedFail` event?
I think the project depends on some specific foscam firmware version. The project doesn't work for my foscam 2.51.1.30 Since I had a look at the cgi api URLs and...
When I type a URL in the browser and press Enter, the browser will try to connect to that host:port, and **wait for a moment**(several seconds); If there isn't a...
https://github.com/versatica/mediasoup-client/blob/v3/src/Transport.ts#L591 The function canReceive depends on Transport._extendedRtpCapabilities, and _extendedRtpCapabilities depends on whether the device can encode with the codec. So if Browser A can decode H264 but can only encode...
Whip is a simple protocol for supporting WebRTC as media ingestion method, which I suppose is pretty suitable for the Node-Media-Server project
Hi guys, I've just tried the module and it works well. I found that the session items are stringified stored in DynamoDB, and I think there should be another way...