Added skipDynamic optional argument to most binary representations of metadata/tracks, which skips sending dynamic parts of the metadata if true.
This commit is contained in:
parent
10af060ab4
commit
668560ff05
11 changed files with 344 additions and 111 deletions
20
flow_input
Normal file
20
flow_input
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
- Construct input
|
||||
- Parse arguments
|
||||
- Stream wordt gelocked IFF !nolock
|
||||
- Start .run()
|
||||
- setup(): opent files/sockets/etc waar nodig
|
||||
- set "isStream" naar true
|
||||
- checkHeaderTimes(): delete .dtsh file als ouder dan input file
|
||||
- readHeader(): lees header naar interne metadata
|
||||
- parseHeader(): parse interne metadata
|
||||
- convert indien geen stream, serve indien stream
|
||||
|
||||
serve:
|
||||
-
|
||||
|
||||
stream:
|
||||
- start buffer
|
||||
- pull data in
|
||||
- parse data to stream
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue