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
Currently ion-sfu polling packet from UpTrack and writing to DownTrack in
func (w *WebRTCReceiver) writeRTP(layer int) {
...
}
I want to record the UpTrack into a mp4 file, should I add my code in this function, or add a new callback in pkg/buffer/buffer.go?
Are there other alternatives?
The text was updated successfully, but these errors were encountered:
Currently ion-sfu polling packet from UpTrack and writing to DownTrack in
I want to record the UpTrack into a mp4 file, should I add my code in this function, or add a new callback in pkg/buffer/buffer.go?
Are there other alternatives?
The text was updated successfully, but these errors were encountered: