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
I see the update is related to pointers. It's hard to get more debug out of this, but please give some hints and I'll give what I can.
Our current RTSP-server implementation throws a segmentation fault after
//For all pending tracks//Attach itfor(constoutgoingVideoTrakofthis.tracks){console.log("outgoingVideoTrak",outgoingVideoTrak);outgoingVideoTrak.attachTo(this.session.getIncomingStreamTrack());}
Here are some log. Just console the "outgoingVideoTrak":
I see the update is related to pointers. It's hard to get more debug out of this, but please give some hints and I'll give what I can.
Our current RTSP-server implementation throws a segmentation fault after
Here are some log. Just console the "outgoingVideoTrak":
The text was updated successfully, but these errors were encountered: