<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">In one of our project, we are capturing live video and transcoding it into small video clips of 4 seconds each. So, each 4 seconds, the current recording clip is closed and a new one is created (h264 in MP4 container). Of course, the old clips (ie let's say from a few days ago) are automatically deleted. This "video splitting feature" is mandatory for our project, mainly for fast indexing and video extraction.<br class=""><br class="">Now, we would like to add an RTSP server to stream those small mp4 files (ie kind of live streaming with 4 seconds delay). We look into the live555 code and we do not know exactly what would be the best way to streams those small files, of course without re-encoding it.<br class=""></div></blockquote><div><br class=""></div></div>Unfortunately you can’t do this with the LIVE555 code, because it currently doesn’t include a demultiplexor for ‘MP4’-format files.<div class=""><br class=""></div><div class="">Instead, if you have a way of generating Matroska (i.e., ‘.mkv’ or ‘.webm’) files, then the LIVE555 code could stream those.</div><br class=""><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>