You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: