mediasoup-client-aiortc
mediasoup-client-aiortc copied to clipboard
aiortc TODO
Being done in the devel
branch until we have a new aiortc
release with:
- [x] Missing receiver.track property: issue 298
- [x] player.video.stop() never returns if called after player.audio.stop(): issue 301
- Let's forget this, it makes no sense (a simple
console.log()
in the unit test makes it always work...)
- Let's forget this, it makes no sense (a simple
- [ ] Allow same track to be sent N times: issue 302
- [x] Strange
trackId
value in stats: issue 303 - [ ]
sender.replaceTrack()
: strange behavior (frozen video for N seconds): issue 304- Known issue. Related: https://github.com/aiortc/aiortc/issues/228
- [x] Make it possible to send a recv
track
(feasible inaiortc
). So we need to checktrack.data.remote === true
inhandler.send()
orhandler.replaceTrack()
and matchtrack.id
in handler.py against existing recv native tracks.
Can we see the devel branch?
Can we see the devel branch?
There is no such branch anymore. Refer to v3 for the current code.
Make it possible to send a recv track (feasible in aiortc). So we need to check track.data.remote === true in handler.send() or handler.replaceTrack() and match track.id in handler.py against existing recv native tracks.
Is this function not implemented yet? It seems that I can only look at our code and research it myself. @jmillan
Commented in mediasoup.discourse.group