Skip to content

Instantly share code, notes, and snippets.

@Sahasrara
Last active February 18, 2018 01:15
Show Gist options
  • Save Sahasrara/59173245f22dcf40eb4fc482ceefad0b to your computer and use it in GitHub Desktop.
Save Sahasrara/59173245f22dcf40eb4fc482ceefad0b to your computer and use it in GitHub Desktop.
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