Last active
May 30, 2023 21:24
-
-
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)
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
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