Skip to content

Instantly share code, notes, and snippets.

@bryanmws
Forked from joepie91/.md
Created June 13, 2017 13:25
Show Gist options
  • Select an option

  • Save bryanmws/d2a7e5e20a0f5d3536a69670d39dbc0b to your computer and use it in GitHub Desktop.

Select an option

Save bryanmws/d2a7e5e20a0f5d3536a69670d39dbc0b to your computer and use it in GitHub Desktop.
Playing a DI.fm channel in VLC Media Player
VLC_BIN=`which vlc`
CHANNEL="/di_trance_aac"
curl "http://pub5.di.fm$CHANNEL" \
-H 'Accept: */*' \
-H 'Connection: keep-alive' \
-H 'Referer: http://www.di.fm/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36' \ -H 'Accept-Language: en-US,en;q=0.8' \
--compressed | $VLC_BIN -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment