nathan-fiscaletti / framecast

An application that allows you to stream a particular region of your screen to a window. This window can then be shared on video conferencing applications such as Google Meet.
MIT License
19 stars 1 forks source link

Add support for multiple mac monitors #6

Closed jacobdrury closed 6 months ago

jacobdrury commented 6 months ago

Adding support for multiple monitors on mac. The way the ffmpeg index was being calculated was causing the incorrect screen to be shared in the window. This uses a built-in mac util to figure out what the index should be.