buymymojo.net/node_modules/@videojs/http-streaming/docs/lhls/current-flow.plantuml
2021-07-02 19:29:34 +10:00

13 lines
188 B
Text

@startuml
state "Download Segment" as DL
state "Prepare for Append" as PfA
[*] -> DL
DL -> PfA
PfA : transmux (if needed)
PfA -> Append
Append : MSE source buffer
Append -> [*]
@enduml