nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

Implement HLS Live Streaming #39

Closed nschlia closed 4 years ago

nschlia commented 4 years ago

Add capability to create an HTTP Live Stream (also known as HLS).

https://en.wikipedia.org/wiki/HTTP_Live_Streaming

https://tools.ietf.org/html/draft-pantos-http-live-streaming-19

nschlia commented 4 years ago

HLS now working in beta phase.

Still to todo:

nschlia commented 4 years ago
nschlia commented 4 years ago

Works now :)