Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ꡬν
- Host: GitHub
- URL: https://github.com/kooku0/HlsAudioDownstream
- Owner: kooku0
- Created: 2019-05-21T00:43:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T00:23:56.000Z (about 5 years ago)
- Last Synced: 2024-08-07T23:48:39.618Z (6 months ago)
- Topics: hls, node-js, streaming-audio
- Language: JavaScript
- Size: 8.74 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
*
*