项目作者: kooku94

项目描述 :
🎼 HLS 프로토콜을 이용하여 audio downstream 구현
高级语言: JavaScript
项目地址: git://github.com/kooku94/HlsAudioDownstream.git
创建时间: 2019-05-21T00:43:27Z
项目社区:https://github.com/kooku94/HlsAudioDownstream

开源协议:

下载


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
  1. $npm install http fs url path zlib

Running

check in http://localhost:8000/

  1. $npm start

Screenshot

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

Reference