diff options
Diffstat (limited to 'radio/sljeme')
| -rwxr-xr-x | radio/sljeme | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/radio/sljeme b/radio/sljeme new file mode 100755 index 0000000..e677d65 --- /dev/null +++ b/radio/sljeme @@ -0,0 +1,6 @@ +#!/bin/sh + +URL=https://25593.live.streamtheworld.com/SLJEMEAAC.aac + +# mplayer -ao pulse -quiet $URL | ts '[%Y-%m-%d %H:%M:%S]' +exec ffmpeg -i $URL -f pulse -name ffmpeg "radio sljeme" |
