mirror of https://github.com/mpv-player/mpv
index per stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9581 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
60866034a2
commit
1de0afc6a9
|
@ -233,6 +233,7 @@ length_in_msec
|
|||
index_flag
|
||||
1 indicates that this file has an index
|
||||
Note, all files SHOULD have an index at the end except, (realtime) streams
|
||||
Note, all streams SHOULD have an index
|
||||
|
||||
stream_id
|
||||
Note: streams with a lower relative class MUST have a lower relative id
|
||||
|
@ -487,7 +488,8 @@ headers MUST be repeated every 10sec at least ? FIXME
|
|||
headers MUST be repeated at least twice (so they exist 3 times in a file)
|
||||
|
||||
Index
|
||||
the index can be repeated but there SHOULD be at least one at the end
|
||||
the index can be repeated but there SHOULD be at least one for each stream at
|
||||
the end
|
||||
Note: in case of realtime streaming there is no end, so no index there either
|
||||
|
||||
Info packets
|
||||
|
|
Loading…
Reference in New Issue