Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kooku0/HlsAudioDownstream

🎼 HLS ν”„λ‘œν† μ½œμ„ μ΄μš©ν•˜μ—¬ audio downstream κ΅¬ν˜„
https://github.com/kooku0/HlsAudioDownstream

hls node-js streaming-audio

Last synced: about 2 months ago
JSON representation

🎼 HLS ν”„λ‘œν† μ½œμ„ μ΄μš©ν•˜μ—¬ audio downstream κ΅¬ν˜„

Awesome Lists containing this project

README

        

# HlsAudioDownstream

**HLS streaming from node** : Node.js Server that implements Audio Downstream using HLS protocol.

## Getting Started

μ™ λ§Œνžˆ μ°Ύμ•„λ³Έ hls μ½”λ“œκ°€ μ‹€ν–‰λ˜μ§€ μ•Šμ•˜λ‹€. 겨우겨우 찾은 λ˜λŠ” μ½”λ“œλ₯Ό μ΄μš©ν•˜μ—¬ Audio downstream κΈ°λŠ₯을 λ³΄μ™„ν•˜μ˜€λ‹€.

### Prerequisites

For browsers that do not support HLS protocol, you must install the hls extension.

### Installing

Run in Window 10, chrome environment.

Install modules.

* http
* fs
* url
* path
* zlib

```shell
$npm install http fs url path zlib
```

## Running

check in `http://localhost:8000/`

```shell
$npm start
```

### Screenshot

Depending on the current playback situation, you can see that you are requesting the following file.

## Reference

*

*