Open ibc opened 4 years ago
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
Being done in the
devel
branch until we have a newaiortc
release with:console.log()
in the unit test makes it always work...)trackId
value in stats: issue 303sender.replaceTrack()
: strange behavior (frozen video for N seconds): issue 304track
(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.