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
- Host: GitHub
- URL: https://github.com/root27/go-stream-youtube
- Owner: root27
- Created: 2023-06-24T19:14:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T11:39:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-08T02:17:09.989Z (11 months ago)
- Topics: audio-processing, gcloud, gcloud-run, golang, youtube, youtube-dl
- Language: Go
- Homepage: https://audio.root27.dev
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```