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

Update to the Pipeline diagram in README #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lastcanal
Copy link
Collaborator

flowchart TD
    Encoder{Encoder<br>e.g. OBS} -->|RTMP| Source[FLV Demuxer]
    Source -->|video| H264Parser[H264 Parser]
    Source -->|audio| AACParser[AAC Parser]
    H264Parser --> H264Encoder[H264 Encoder]
    H264Parser --> H265Encoder[H265 Encoder]
    H264Encoder --> H264Payloader[H264 Payloader]
    H265Encoder --> H265Payloader[H265 Payloader]
    AACParser ---> AACPayloader[AAC Payloader]
    H264Payloader --> fMP4
    H265Payloader --> fMP4
    AACPayloader --> fAAC[Fragmented AAC]
    fAAC --> AudioPlaylist[HLS Playlist]
    fMP4[Fragmented MP4] --> VideoPlaylist[HLS Playlist]
    VideoPlaylist --> HLS
    AudioPlaylist --> HLS
    HLS[HLS Manifest] -->Tigris{Tigris Object Storage}
Loading

@lastcanal lastcanal marked this pull request as ready for review December 19, 2024 00:17
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

Successfully merging this pull request may close these issues.

1 participant