How to concatenate segments?
jianwen chen <[email protected]>
| Newsgroups | gmane.comp.multimedia.matroska.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, http://matroska.org/technical/streaming/index.html A live Matroska stream is different than a file, because it may have no known end (only when the client disconnects). For that the Segment *must*use the "unknow" size (all 1s in the size). The other option would be to concatenate Segments with known sizes one after the other. This solution allows a change of codec/resolution between each segment which can be useful in some cases (switch between 4:3 and 16:9 in some TV programs for example). I want to enable a streaming with matroska file formats. How to concatenate the segments with known sizes one after the other? Is there any guide on this? Thanks, Jianwen _______________________________________________ Matroska-users mailing list [email protected] http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users Read Matroska-Users on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.user