comparison DOCS/tech/mpcf.txt @ 9372:158bf5cd8f64

index should be otional (idea by alex)
author michael
date Sun, 09 Feb 2003 18:56:51 +0000
parents f7fc442571f7
children e1e2177841ef
comparison
equal deleted inserted replaced
9371:f36b648366f2 9372:158bf5cd8f64
205 length_in_msec 205 length_in_msec
206 length of the file in milli seconds (can be 0 if realtime or such) 206 length of the file in milli seconds (can be 0 if realtime or such)
207 207
208 index_flag 208 index_flag
209 1 indicates that this file has an index 209 1 indicates that this file has an index
210 Note, all files MUST have an index at the end except, (realtime) streams 210 Note, all files SHOULD have an index at the end except, (realtime) streams
211 211
212 stream_id 212 stream_id
213 Note: streams with a lower relative class MUST have a lower relative id 213 Note: streams with a lower relative class MUST have a lower relative id
214 so a stream with class 0 MUST allways have a id which is lower then any 214 so a stream with class 0 MUST allways have a id which is lower then any
215 stream with class > 0 215 stream with class > 0
391 391
392 headers MUST be repeated every 10sec at least ? FIXME 392 headers MUST be repeated every 10sec at least ? FIXME
393 headers MUST be repeated at least twice (so they exist 3 times in a file) 393 headers MUST be repeated at least twice (so they exist 3 times in a file)
394 394
395 Index 395 Index
396 the index can be repeated but there MUST be at least one at the end 396 the index can be repeated but there SHOULD be at least one at the end
397 Note: in case of realtime streaming there is no end, so no index there either 397 Note: in case of realtime streaming there is no end, so no index there either
398 398
399 Info packets 399 Info packets
400 the info_packet can be repeated, it can also contain different names & values 400 the info_packet can be repeated, it can also contain different names & values
401 each time but only if allso the time is different 401 each time but only if allso the time is different