Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
/ biim Public archive
forked from monyone/biim

LL-HLS implementation written in Python3

License

Notifications You must be signed in to change notification settings

dyte-in/biim

This branch is 1 commit ahead of, 95 commits behind monyone/biim:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 5, 2022
d2abf12 · May 5, 2022

History

3 Commits
May 5, 2022
May 5, 2022
Apr 6, 2022
Apr 6, 2022
Apr 6, 2022
May 5, 2022
Apr 6, 2022

Repository files navigation

biim

mpegts stream to Apple Low Latency HLS

Feature

  • mpegts demuxing in pure python3 (using asyncio)
  • mpegts stream to fragmented ts
    • use piping from ffmpeg or something to HLS
  • In Memory (On the fly) Apple Low Latency HLS Origin Serving
    • no use disk space for HLS delivery
    • support Blocking Request and Delta Update

Dependency

  • aiohttp

Usege

ffmpeg xxx -f mpegts - | ./main.py --port 8080
# watch http://localhost:8080/playlist.m3u8

About

LL-HLS implementation written in Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%