An open API service indexing awesome lists of open source software.

https://github.com/yyasha/youtube-streams-mp3player

Playing music or other streams in your console
https://github.com/yyasha/youtube-streams-mp3player

ffplay lofi lofi-player music music-player player youtube youtube-dl

Last synced: 7 months ago
JSON representation

Playing music or other streams in your console

Awesome Lists containing this project

README

          

Youtube-streams-mp3Player
-----------------
Playing music or other streams in your console

Go installing
-----------
Official guide: https://golang.org/doc/install

Building
---------------
```
go build player.go
```

Usage
----------------
```
./player -url "YouTube url"
```

Arguments
---------------
```
-display
```
Show display (default off)

```
-url "..."
```
Link to the video on YouTube

```
-volume 76
```
Set volume (default 100)

Example
----------------
Play lofi hip hop at volume 50 without display
```
./player -url https://www.youtube.com/watch?v=5qap5aO4i9A -volume 50
```