From 51951dd784c2853f028097786d314bb385507e18 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Fri, 2 Dec 2022 04:19:59 +0100 Subject: . --- radio/sljeme | 6 ++++++ radio/student | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 radio/sljeme (limited to 'radio') 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" -- cgit v1.2.3-70-g09d2