kooku0 / HlsAudioDownstream

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Running

check in http://localhost:8000/

$npm start

Screenshot

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

Reference

About

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


Languages

Language:JavaScript 58.6%Language:HTML 41.4%