Max Hawkins

Results 27 comments of Max Hawkins

Since [dom-rtcstats](https://www.w3.org/TR/webrtc/#dom-rtcstats) is now standardized every browser implementation of WebRTC should export `getStats()` in a format compatible with Pion. The PR above implements the rtcstats spec. You can decode using...

I'm leaving this open to remind myself to add a Player/Recorder to rtpdump. I merged the reader/writer for the file format but I haven't done playback/time tracking.

One nice thing the rtpdump utility does is provide a way to pipe in RTP streams and save as a file. You can hook it up to gstreamer, for instance....

I don't have a PC so I can't finish this one. Hoping someone else can take this on.

I'm interested in seeing this merged!

I just tried to run this on a small VPS instance with 2GB of memory and it crashed out of memory while processing a 12GB mbox from Takeout. Is it...

How does this commit look? https://github.com/maxhawkins/google-takeout-to-sqlite/commit/72802a83fee282eb5d02d388567731ba4301050d It seems that Takeout's mbox format is pretty simple, so we can get away with just splitting the file on lines begining with `From...

One thing I noticed is this importer doesn't save attachments along with the body of the emails. It would be nice if those got stored as blobs in a separate...

I added a follow-up commit that deals with emails that don't have a `Date` header: https://github.com/maxhawkins/google-takeout-to-sqlite/commit/4bc70103582c10802c85a523ef1e99a8a2154aa9