From 2417a6b7603524dc5cd30d29b153f91024b9443d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 1 Nov 2023 22:54:27 +0100 Subject: Move to Jekyll --- ...07-10-online-radio-streaming-with-mpv-from-terminal.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md (limited to '_posts/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md') diff --git a/_posts/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md b/_posts/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md new file mode 100644 index 0000000..60daca8 --- /dev/null +++ b/_posts/2023-07-10-online-radio-streaming-with-mpv-from-terminal.md @@ -0,0 +1,15 @@ +--- +title: "Online radio streaming with MPV from terminal" +permalink: /online-radio-streaming-with-mpv-from-terminal.html +date: 2023-07-10T03:34:45+02:00 +layout: post +type: note +draft: false +--- + +Recently I have been using my Thinkpad x220 more and there are some constraints +I have faced with it. CPU is not as powerful as on my main machine and I really +want to listen to some music while using the machine. Browsers really are bloat. + +Check out this site https://streamurl.link/ and copy the stream url and then do +`mpv streamlink`. -- cgit v1.2.3