mediasoup-client-aiortc icon indicating copy to clipboard operation
mediasoup-client-aiortc copied to clipboard

mediasoup-client handler for aiortc Python library

Results 5 mediasoup-client-aiortc issues
Sort by recently updated
recently updated
newest added

By using the [MediaRecorder](https://aiortc.readthedocs.io/en/latest/helpers.html#media-sinks) helper of `aiortc`. We should figure out an API that, given a `consumer.track`, allows the user to record such a recv track to a file with...

enhancement

Being done in the `devel` branch until we have a new `aiortc` release with: * [x] Missing receiver.track property: [issue 298](https://github.com/aiortc/aiortc/issues/298) * [x] player.video.stop() never returns if called after player.audio.stop():...

enhancement
aiortc bug

**NOTE:** Due to this bug, `lintPython()` is commented out in `checkRelease()` in `npm-scripts.mjs`. Also, in CI file, `npm run lint:node` is used instead of `npm run lint` to avoid this...

``` src/FakeRTCDataChannel.ts:23:14 - error TS2420: Class 'FakeRTCDataChannel' incorrectly implements interface 'RTCDataChannel'. Types of property 'addEventListener' are incompatible. Type '{ (type: T, callback?: EventListener | null | undefined, options?: AddOptions |...

bug

Right now `aiortc` stops the sending track when the corresponding transceiver (pr rtp sender) is closed, which is anti-spec (tracks should not be stopped when the peerconnection is closed or...

bug
aiortc bug