Last active
February 18, 2018 01:15
-
-
Save Sahasrara/59173245f22dcf40eb4fc482ceefad0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Find audio devices Mac: | |
ffmpeg -f avfoundation -list_devices true -i "" | |
Sending Mac with Soundflower installed Computer: | |
ffmpeg -f avfoundation -ac 2 -i :0 -f flac tcp://localhost:9999 | |
Recieving unix box: | |
nc -lk localhost 9999 | ffplay -nodisp - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment