Hacker News new | ask | show | jobs
by ArtWomb 2818 days ago
Great work! Thanks for this. Scripting WebRTC is always a hassle. And the CV integration will make things easier ;)
1 comments

Absolutely, might as well enjoy the rich Python ecosystem!

Starting with aiortc 0.9.9, there is now also deep integration with PyAV for all your FFmpeg needs.

- At the lowest level : aiortc uses PyAV's AudioFrame and VideoFrame class, and PyAV is soon to gain more ndarray converters: https://github.com/mikeboers/PyAV/pull/415

- At a higher level : aiortc provides MediaPlayer and MediaRecorder classes to read or write audio/video