Skip to content

Instantly share code, notes, and snippets.

@rogeriopvl
Last active May 30, 2023 21:24
Show Gist options
  • Save rogeriopvl/5009416 to your computer and use it in GitHub Desktop.
Save rogeriopvl/5009416 to your computer and use it in GitHub Desktop.
Shell function to play RTMP streaming on OSX with VLC and rtmpdump (add to your .bashrc or .zshrc)
function rtmp_open() {
rtmpdump -r $1 --quiet | /Applications/VLC.app/Contents/MacOS/VLC fd://0 --playlist-autostart
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment