Skip to content

Instantly share code, notes, and snippets.

@attilaolah
Created March 3, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attilaolah/14e3b212ad857c805853 to your computer and use it in GitHub Desktop.
Save attilaolah/14e3b212ad857c805853 to your computer and use it in GitHub Desktop.
Radio Index
#!/usr/bin/env sh
rtmpdump -v -r "rtmp://37.187.153.186:1935/asmedia/index" -o- \
| cvlc \
--extraintf http \
--http-password changeme \
-
@attilaolah
Copy link
Author

This little shell script can play Serbia's Radio Index station, or any other RTMP stream if you care to change the URL, on a Raspberry Pi. VLC starts the Lua HTTP interface so it can be controlled from the network with all the "VLC Remote"-like applications, or from the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment