Skip to content

Instantly share code, notes, and snippets.

View hausmanconsulting's full-sized avatar

Haus hausmanconsulting

View GitHub Profile
@wrannaman
wrannaman / Axis Speaker FFMPEG
Created September 12, 2017 21:32
Play audio (remote or local file) through axis speaker
ffmpeg -i https://s3-us-west-1.amazonaws.com/bucket/audio/file.wav \
-probesize 32 \
-analyzeduration 32 -c:a pcm_mulaw -ab 128k -ac 1 \
-ar 16000 -f wav -chunked_post 0 \
-content_type audio/axis-mulaw-128 \
http://root:[email protected]/axis-cgi/audio/transmit.cgi