Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comprehensive HLS support for Membrane #924

Open
varsill opened this issue Dec 20, 2024 · 0 comments
Open

Comprehensive HLS support for Membrane #924

varsill opened this issue Dec 20, 2024 · 0 comments

Comments

@varsill
Copy link
Contributor

varsill commented Dec 20, 2024

Membrane Framework is currently missing full HLS support. Users can either:

The idea is to unify the rearrange the HLS processing packages and provide users with simple API allowing them to conveniently work with HLS playlists.

This issue involves:

  1. Creating membrane-agnostic ex_hls package which would contain the following logic for operating on HLS:
  • INGRESS:
    • parsing of HLS master playlist and choosing from different available stream variants
    • reading segments from media playlist at appropriate pace
  • EGRESS:
    • creation of HLS master playlist with different stream variants
    • creation of HLS media playlist of both "VOD and "LIVE" types and generating segments out of the media streams
  1. Creating membrane_hls_plugin which would which would use ex_hls under the hood. The plugin should contain HLS.SourceBin and HLS.SinkBin components which would wrap appropriate muxers/demuxers, allowing user to just operate on audio/video streams. The following operations should be supported:
  • creating and reading of HLS playlist with MPEG-TS segments
  • creating and reading of HLS playlist with fMP4 segments
  1. Adding support for demuxing fragmented MP4 in the membrane_mp4_plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant