Skip to content

Instantly share code, notes, and snippets.

@RingoMar
Created March 29, 2024 21:08
Show Gist options
  • Save RingoMar/fb67d37278d474a102af71f9340c46c8 to your computer and use it in GitHub Desktop.
Save RingoMar/fb67d37278d474a102af71f9340c46c8 to your computer and use it in GitHub Desktop.
ffmpeg command to get the live audio from any m3u8 link / service to be able to and process it
ffmpeg -i "https://live.servace.m3u8" -f wav pipe:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment