Skip to content

Instantly share code, notes, and snippets.

@joepie91
Last active May 16, 2024 14:53
Show Gist options
  • Save joepie91/08df1ccf3adb00dbce7c to your computer and use it in GitHub Desktop.
Save joepie91/08df1ccf3adb00dbce7c 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 -
@jimdi
Copy link

jimdi commented Apr 11, 2018

not work anymore =(

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