shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
199 stars 62 forks source link

webcam input for Windows and Microphone support #95

Closed mariocynicys closed 2 years ago

mariocynicys commented 3 years ago

Adds Windows webcam support using

dshow (DirectShow) input device which is the preferred option for Windows users.

Quoted from here https://trac.ffmpeg.org/wiki/Capture/Webcam

A new input type was added 'microphone' to add support for microphone devices. On Linux, we use PulseAudio to capture audio input. On macOS, AVFoundation is used -> this was not tested. On Windows, Directshow is used for both microphone and webcam support.