You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if multiple apps on OS X are using the webcam, such as google hangouts, LivepeerDesktop via ffmpeg, and OBS, the Livepeer stream becomes interlaced as it seems to take the webcam input 2x or 3x instead of just 1x. We need to limit ffmpeg from just reading the webcam input once or find another solution.
This command lists the input devices, and we're looking for the Facetime HD Camera..
ffmpeg -f avfoundation -list_devices true -i ""
The text was updated successfully, but these errors were encountered:
Right now if multiple apps on OS X are using the webcam, such as google hangouts, LivepeerDesktop via ffmpeg, and OBS, the Livepeer stream becomes interlaced as it seems to take the webcam input 2x or 3x instead of just 1x. We need to limit ffmpeg from just reading the webcam input once or find another solution.
This command lists the input devices, and we're looking for the Facetime HD Camera..
ffmpeg -f avfoundation -list_devices true -i ""
The text was updated successfully, but these errors were encountered: