Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Ross Finlayson
>From my read through of the RTSPClient.hh it does not appear to have a specific fastforwardMediaSession or something to that nature. No, as a RTSP client you specify fast-forward using the "scale" parameter to "playMediaSession()". E.g., "4.0" to request 4x speedup. (Note that someone else

Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Li, Chen
frames of the original and streaming that file? -Original Message- From: Ross Finlayson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:03 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Actual Trick Play Functionality Needed > So far I see

Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Ross Finlayson
> So far I see no test script that actually sends a >command over rtcp to tell the server to fast forward a particular >stream. "openRTSP" currently has no option for doing this (although one might get added in the future). For now, you need to explicitly modify the call to "playMediaSession()

[Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Li, Chen
Hello, I have been working with the live555 media server as well as live555 test programs. So far I see no test script that actually sends a command over rtcp to tell the server to fast forward a particular stream. Thus, any help would be appreciated if someone could point me to: Code examples D