Files
donut/doc/DEV_LOG.md
Leandro Moreira 33710100a5 add mpeg-ts prober
2024-02-09 09:49:17 -03:00

3.8 KiB

Add tests/CI/linter

Adding audio (WIP)

Date: 2/4/24

Summary: Adding audio track

  • Push directly vp8 and ogg through rtc (is it possible through SRT?)

refs:

Moving player to static

Date: 2/3/24

Hypothesis: It's easy to do experimentation with local player

Summary

Copy and adapt code from https://github.com/flavioribeiro/donut-video into static/demo/

Investigating a potential memory leak

Date: 2/2/24

Hypothesis: There's a memory leak happening

Signs: pprof/allocs

allocs profile print screen 1

Summary

ref: https://go101.org/article/memory-leaking.html

Conclusion: there's not leak, I confused allocs growing nature.