Vulture/VApp/node_modules/@videojs/http-streaming/docs/lhls/current-flow.plantuml

14 lines
188 B
Plaintext

@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