-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
aiortc bugBug in aiortc Python libraryBug in aiortc Python libraryenhancementNew feature or requestNew feature or request
Description
Being done in the devel branch until we have a new aiortc release with:
- Missing receiver.track property: issue 298
- 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
- Strange
trackIdvalue in stats: issue 303 -
sender.replaceTrack(): strange behavior (frozen video for N seconds): issue 304- Known issue. Related: support for peer's using replaceTrack aiortc/aiortc#228
- Make it possible to send a recv
track(feasible inaiortc). So we need to checktrack.data.remote === trueinhandler.send()orhandler.replaceTrack()and matchtrack.idin handler.py against existing recv native tracks.
jymot and bizarre
Metadata
Metadata
Labels
aiortc bugBug in aiortc Python libraryBug in aiortc Python libraryenhancementNew feature or requestNew feature or request