diff options
Diffstat (limited to 'radio')
| -rwxr-xr-x | radio/sljeme | 6 | ||||
| -rwxr-xr-x | radio/student | 2 |
2 files changed, 7 insertions, 1 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" diff --git a/radio/student b/radio/student index c2c22c1..7308e3c 100755 --- a/radio/student +++ b/radio/student @@ -3,4 +3,4 @@ URL=http://161.53.122.184:8000/AAC128.aac # mplayer -ao pulse -quiet $URL | ts '[%Y-%m-%d %H:%M:%S]' -exec mplayer -ao pulse -quiet $URL +exec ffmpeg -i $URL -f pulse -name ffmpeg "radio student" |
