Re: [Live-devel] Continous Streaming of m4e files

2007-09-14 Thread Ross Finlayson
In effect, we're tring to use the "ByteStreamMultiFileSource" class to do a sort of "playlist". We'd like to understand where/how, during the streaming, this object manages the step from one file to the next one This is done in "ByteStreamMultiFileSource::onSourceClosure()" and "ByteStreamMu

Re: [Live-devel] Continous Streaming of m4e files

2007-09-14 Thread Cristaldi Ambra
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: venerdì 14 settembre 2007 11.16 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Continous Streaming of m4e files the playlist mechanism already imp

Re: [Live-devel] Continous Streaming of m4e files

2007-09-14 Thread Ross Finlayson
the playlist mechanism already implemented in Live555 Are you referring to "ByteStreamMultiFileSource"? From your description, it sounds like you could use this as the basis for your implementation. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___

[Live-devel] Continous Streaming of m4e files

2007-09-14 Thread Cristaldi Ambra
Hello. We're trying to use Live555 code in order to implement a H24 network video recorder (NVR). Apparently, the Live555 stuff performs quite well both in recording m4e files, and in restreaming the recorded files, but we're in deep troubles trying to customize a detail in the mechanism of res