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

https://github.com/root27/go-stream-youtube

Golang audio stream from youtube videos
https://github.com/root27/go-stream-youtube

audio-processing gcloud gcloud-run golang youtube youtube-dl

Last synced: about 2 months ago
JSON representation

Golang audio stream from youtube videos

Awesome Lists containing this project

README

          

# Golang Youtube Stream

Golang audio streaming server from youtube videos only using core packages of golang.

---

## Run locally

Pull docker image

```bash

docker pull ghcr.io/root27/go-stream-youtube:{version_number}

```

Run docker image

```bash

docker run -d -p 8080:8080 ghcr.io/root27/go-stream-youtube:{version_number}

```

---

## Try web version

Visit the [link](https://audio.root27.dev)

---

## Usage

Example youtube video: https://www.youtube.com/watch?v=yLOM8R6lbzg.

You can listen audio stream from youtube video using the following url:

```bash

http://localhost:8080/watch?v=yLOM8R6lbzg

```