versatica / mediasoup-client-aiortc

mediasoup-client handler for aiortc Python library
https://mediasoup.org
ISC License
55 stars 28 forks source link

aiortc TODO #9

Open ibc opened 4 years ago

ibc commented 4 years ago

Being done in the devel branch until we have a new aiortc release with:

jymot commented 4 years ago

Can we see the devel branch?

jmillan commented 4 years ago

Can we see the devel branch?

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

jymot commented 4 years ago

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 commented 4 years ago

Commented in mediasoup.discourse.group