Le vendredi 9 octobre 2015, 08:29:29 Ross Finlayson a écrit :
> > 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.
> > 
> > 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.
> 
> Unfortunately you can’t do this with the LIVE555 code, because it currently 
> doesn’t include a demultiplexor for ‘MP4’-format files.
> 
> Instead, if you have a way of generating Matroska (i.e., ‘.mkv’ or ‘.webm’) 
> files, then the LIVE555 code could stream those.

Ah yes, ok i missed that point, we will create .MKV clips instead, this is not 
an issue. But then how to feed dynamically the new MKV 4 seconds segments into 
the RTSPstreamer ?

Thanks for your answer, 

Sylvain.

> 
> 
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> 

-- 
=======================
Sylvain FABRE
09 72 11 30 24
06 30 12 72 34
=======================


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to