Re: [Live-devel] Question about trick play, server side

2010-12-26 Thread Jonathan Granade
Ross, Actually I did not modified the source code. I created subclasses of specified objects and created an OnDemandContinuousMediaSubsession object. Regards, Jonathan On 12/23/2010 02:32 PM, Ross Finlayson wrote: Because you have modified the supplied source code, you can expect no further

Re: [Live-devel] Question about trick play, server side

2010-12-23 Thread Ross Finlayson
Because you have modified the supplied source code, you can expect no further help from me. Sorry. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/

Re: [Live-devel] Question about trick play, server side

2010-12-19 Thread Jonathan Granade
Ross, I finally make it working. I have a weird behavior with VLC, but I'm trying to fix it. I did it adding to the afterPlayingStreamState function (in OnDemandServerMediaSubsession), a call to seekStream, to the position 0 and a call to RTPSink->startPlaying(). The problem that I had wit

Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread Ross Finlayson
Now the problem is where to make the stream to loop to the start of file... you said: "You could do this, but you'd need to write a new "FramedFilter" subclass that sits in front of your "ByteStreamFileSource" class (and presents the illusion of delivering a single, unbroken stream to the down

Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread edi87
De: Ross Finlayson Fecha: Viernes, Diciembre 10, 2010 5:30 am Asunto: Re: [Live-devel] Question about trick play, server side > >I just found a "bit" change... I just realized that the live555 > >version I can use here is 2009.02.13. > > Sorry, but support is given o

Re: [Live-devel] Question about trick play, server side

2010-12-10 Thread Ross Finlayson
I just found a "bit" change... I just realized that the live555 version I can use here is 2009.02.13. Sorry, but support is given only for the latest version of the code only. (The version that you're using has many, many bugs that were fixed in subsequent versions.) PS: I'm not able to up

Re: [Live-devel] Question about trick play, server side

2010-12-09 Thread edi87
n - Mensaje original - De: Jonathan Granade Fecha: MiƩrcoles, Diciembre 8, 2010 8:19 pm Asunto: Re: [Live-devel] Question about trick play, server side > Ross, > > Sorry by being late in reply but I was pretty busy. > > Thanks for your reply, it sounds very very good and I'

Re: [Live-devel] Question about trick play, server side

2010-12-08 Thread Jonathan Granade
Ross, Sorry by being late in reply but I was pretty busy. Thanks for your reply, it sounds very very good and I'm starting to test it. About stream N minutes of a file, I dont want to "cut" the original video, I think that I can modify the headers or something to make the client think that th

Re: [Live-devel] Question about trick play, server side

2010-12-01 Thread Ross Finlayson
I checked the code mentioned, and it works as expected. But now I have a question... is possible to do the same (stream only N mins of file, or make an infinite loop) from the server side? Well, if you want to only stream N minutes of a file - without the client asking you to do this - then th

Re: [Live-devel] Question about trick play, server side

2010-12-01 Thread edi87
1:32 am Asunto: Re: [Live-devel] Question about trick play, server side > >I'm new at live555, i read doxygen references and make some tests > to > >start understanding how it works. > >Now i plan something to do, i think simple, I want to stream a > video >

Re: [Live-devel] Question about trick play, server side

2010-11-30 Thread Ross Finlayson
I'm new at live555, i read doxygen references and make some tests to start understanding how it works. Now i plan something to do, i think simple, I want to stream a video file (.mpg) on demand, but with one feature... I want to specify the duration to stream in seconds, or make it an infinite l

[Live-devel] Question about trick play, server side

2010-11-30 Thread edi87
Hello, I'm new at live555, i read doxygen references and make some tests to start understanding how it works. Now i plan something to do, i think simple, I want to stream a video file (.mpg) on demand, but with one feature... I want to specify the duration to stream in seconds, or make it an in