Skip to content

aiortc TODO #9

Description

@ibc

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...)
  • Allow same track to be sent N times: issue 302
  • Strange trackId value in stats: issue 303
  • sender.replaceTrack(): strange behavior (frozen video for N seconds): issue 304
  • 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

aiortc bugBug in aiortc Python libraryenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions