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, all data associated with a session is written to a single file. Splitting this up into one file for session metadata and another file for each peerconnection would allow processing a peerconnection once its done and not when the client closes the page.
Increases realtimeness and hopefully also reduces disk usage.
The text was updated successfully, but these errors were encountered:
also this would allow processing a connection once its done without waiting for the websocket to be closed. This will however change how you download and inspect dumps -- the current model of one-big-file is pretty nice but that could be retained with the right tooling.
This would be cool for our sake, as long as it also triggers feature extraction for that peer connection. But I respect that this might be worse in a multiparty-setting
@fippo I came back to check on this (time flies 😬) and see if there was any interest in this feature anymore - looks like my PR is out of date. I'd be happy to update it if it will get merged but otherwise happy to close the PR.
currently, all data associated with a session is written to a single file. Splitting this up into one file for session metadata and another file for each peerconnection would allow processing a peerconnection once its done and not when the client closes the page.
Increases realtimeness and hopefully also reduces disk usage.
The text was updated successfully, but these errors were encountered: