Re: [Live-devel] Is this possible with live-devel lib?

2007-08-14 Thread Ross Finlayson
>Okay, >My streaming receiver hardware cannot handle the rtsp protocoll (only rtp), >but i would like to use the functions like seek,pause,resume etc on >the serverside. >To utilize functions like seek etc, is that what's kalled "trick play"? >Is that possible with http streaming? > >Sorry to bothe

Re: [Live-devel] Is this possible with live-devel lib?

2007-08-14 Thread John Gunnarsson
Okay, My streaming receiver hardware cannot handle the rtsp protocoll (only rtp), but i would like to use the functions like seek,pause,resume etc on the serverside. To utilize functions like seek etc, is that what's kalled "trick play"? Is that possible with http streaming? Sorry to bother you wi

Re: [Live-devel] TaskScheduler::DoEventLoop() question.

2007-08-14 Thread Russell Brennan
Read the archives, I outlined how to do this some time ago. Dario maljur wrote: Hi. I’m using MFC to display streamed media. And I have to implement step by step execution, But DoEventLoop() just takes control. Is there something in live555 I can use instead DoEventLoop Wi

Re: [Live-devel] TaskScheduler::DoEventLoop() question.

2007-08-14 Thread Dario maljur
>If you really want to, you can write your own subclass of "TaskScheduler" and reimplement "doEventLoop()", or write your own subclass of >"BasicTaskScheduler0" and reimplement "SingleStep". I.e., if you wish, you can implement your own event loop (provided that it implements >the interface def

Re: [Live-devel] TaskScheduler::DoEventLoop() question.

2007-08-14 Thread Ross Finlayson
Hi. I'm using MFC to display streamed media. And I have to implement step by step execution, But DoEventLoop() just takes control. Is there something in live555 I can use instead DoEventLoop Witch executes events step by step, or do I have to modify existing TaskScheduler code to add that mysel

[Live-devel] TaskScheduler::DoEventLoop() question.

2007-08-14 Thread Dario maljur
Hi. I'm using MFC to display streamed media. And I have to implement step by step execution, But DoEventLoop() just takes control. Is there something in live555 I can use instead DoEventLoop Witch executes events step by step, or do I have to modify existing TaskScheduler code to add that myself