Re: [Live-devel] Stream multiple files

2014-10-01 Thread Ross Finlayson
> Will files be played as if they are one file? I mean without interruptions at > the end of each one? Yes. > And for mp3 files, where should I make the changes you suggested (which class) You'll need to define your own subclass of "OnDemandServerMediaSubsession" that creates a "ByteStreamMuu

Re: [Live-devel] Stream multiple files

2014-09-30 Thread Hedi Naily
Thanks for your reply, Will files be played as if they are one file? I mean without interruptions at the end of each one? And for mp3 files, where should I make the changes you suggested (which class) __ Hedi NAILY Software developper Tel. : +21622866616 Le Vendredi 26 septembre 2

Re: [Live-devel] Stream multiple files

2014-09-26 Thread Ross Finlayson
On Sep 26, 2014, at 2:50 AM, Hedi Naily wrote: > Hi, > As the subject indicates, I want to play a list of files as if they are one > big file and without interruption. Is is possible with live555, I'm new to it > and want to know wheher it's possible and how to achieve it. > I've read about

[Live-devel] Stream multiple files

2014-09-26 Thread Hedi Naily
Hi, As the subject indicates, I want to play a list of files as if they are one big file and without interruption. Is is possible with live555, I'm new to it and want to know wheher it's possible and how to achieve it. I've read about using ByteStreamMultipleFileSource class but I can't find a