Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tozastation/HLS-Streaming
HLSを使ってみたです.
https://github.com/tozastation/HLS-Streaming
hls-live-streaming python
Last synced: 3 months ago
JSON representation
HLSを使ってみたです.
- Host: GitHub
- URL: https://github.com/tozastation/HLS-Streaming
- Owner: tozastation
- Created: 2019-03-27T08:35:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:54:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T18:04:29.550Z (7 months ago)
- Topics: hls-live-streaming, python
- Language: Python
- Homepage:
- Size: 17.9 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-video - tozastation/HLS-Streaming - HLSを使ってみたです.. (HLS / Talks Presentations Podcasts)
README
# HLS(HTTP Live Streaming)を試そう
## Setup
### ストリーミングのマニフェストファイルと分割ファイルを生成
`mediafilesegmenter -f output/ -i canon-index.m3u8 -B canon- music/canon_in_d.mp3`
### ストリーミングサーバにアップロード
`python uploader.py`
## Check
`open -a 'QuickTime Player' 'http://127.0.0.1:9000/canon/canon-index.m3u8'`