|
|
|
|
|
by jlaine
2817 days ago
|
|
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 |
|