aiortc / aiortc

WebRTC and ORTC implementation for Python using asyncio
BSD 3-Clause "New" or "Revised" License
4.18k stars 759 forks source link

Writing to v4l2 device or pipe #184

Closed yousifa closed 4 years ago

yousifa commented 5 years ago

Hi,

Do you have an example of how to write to a v4l2 device (eg. /dev/video1) or a named pipe using MediaRecorder?

yousifa commented 5 years ago

This is handled in new pull request https://github.com/aiortc/aiortc/pull/185