Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiortc TODO #9

Open
4 of 6 tasks
ibc opened this issue Feb 25, 2020 · 4 comments
Open
4 of 6 tasks

aiortc TODO #9

ibc opened this issue Feb 25, 2020 · 4 comments
Assignees
Labels
aiortc bug Bug in aiortc Python library enhancement New feature or request

Comments

@ibc
Copy link
Member

ibc commented Feb 25, 2020

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.
@ibc ibc added enhancement New feature or request aiortc bug Bug in aiortc Python library labels Feb 25, 2020
@ibc ibc assigned ibc and jmillan Feb 25, 2020
@jymot
Copy link

jymot commented Mar 21, 2020

Can we see the devel branch?

@jmillan
Copy link
Member

jmillan commented Mar 21, 2020

Can we see the devel branch?

There is no such branch anymore. Refer to v3 for the current code.

@jymot
Copy link

jymot commented Mar 21, 2020

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

@jmillan
Copy link
Member

jmillan commented Mar 21, 2020

Commented in mediasoup.discourse.group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aiortc bug Bug in aiortc Python library enhancement New feature or request
Development

No branches or pull requests

3 participants