User Tools

Site Tools


old:musik

This is an old revision of the document!


WebRadio

Webradio hoeren mit mgp123
mpg123 -vC -@http://mp3-live.swr3.de/swr3_m.pls
mpg123 -vC -@http://176.57.141.208:7592/listen.pls      # Krautrock
mpg123 -vC -@http://s1.viastreaming.net:7170/listen.pls # Stellar Attraction
mpg123 -vC -@http://208.53.158.48:9564/listen.pls       # Delicious Agony
mpg123 -vC -@http://stream.prog.fm:9178/listen.pls      # PROG.FM
mpg123 -vC -@http://www.morow.com/morow.m3u             # MOROW
mpg123 -vC -@http://www.sofaspace.net/stream.ogg.m3u    # ambient music
mpg123 -vC -@http://208.53.138.125:8140/listen.pls      # 60' Underground
mpg123 -vC -@http://streaming204.radionomy.com:80/DISCO-NIGHTS.m3u
mpg123 -vC -@http://streaming204.radionomy.com:80/FUNK-FRANCE.m3u
mpg123 -vC -@http://streaming203.radionomy.com:80/FUNKYTOWN-RADIO.m3u
mpg123 -vC -@http://91.121.91.172:8516/stream.m3u
mpg123 -vC -@http://88.191.137.70:80/listen.pls
mpg123 -vC -@http://rfe-r1.alldigital.net:8000/lmjc477.m3u
mpg123 -vC -@http://rfe1b-r1.alldigital.net:8000/lmjc479.m3u
mpg123 -vC -@http://rfe-r1.alldigital.net:8000/lmjc467.m3u
mpg123 -vC -@http://rfe1c-r1.alldigital.net:8000/lmjc485.m3u
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

youtube-dl <URL>
youtube-dl --list-extractors   -->  Verfügbare Sites zum Download
youtube-dl -x --audio-format mp3 --audio-quality 5 <URL>   -->  extrahier mp3 aus dem Video
youtube-dl -F <URL>   --> Verfügbare qualität der Videos
youtube-dl -f <qualität> <URL>   -->  läd Video mit vorgegebener qualität runterladen
youtube-dl -f bestaudio <URL> -o - | ffplay -nodisp -autoexit -i -

cclive <YouTube-URL>
cclive --exec="ffmpeg -i %i -f mp3 %i.mp3;" -e <YouTube-URL>
ffmpeg -i <Video> -vn -ar 44100 -ac 2 -ab 192k -f mp3 <Output.mp3>
avconv -i <Video> -vn -f mp3 <Output.mp3>
avconv -i <Video> -vn -ar 44100 -ac 2 -ab 192k -f mp3 <Output.mp3>

mplayer -novideo $(youtube-dl -f 18 -g <URL>)

youtube-dl -f bestaudio <URL>
ffmpeg -i input.webm -vn -acodec copy out.oga

mpd + mpc

Play from Youtube

mpc add $(youtube-dl --prefer-insecure -g -f bestaudio <URL>)
mpc playlist
...
https://r3---sn-h0jeln7k.googlevideo.com/videoplayback?expire ...    # Nr.
...
mpc play <Nr.>

Play File
mpc insert file:///home/ms/Neil_Diamond-I_Am_I_Said.oga

http://radio-locator.com
http://somafm.com

old/musik.1613515518.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki