rtsp://202.43.34.236/TPBS_arch/15-04-2009T20.asf <-- but this server
implement speed header.
Well, given that that server also uses a proprietary RTP payload
format that we don't support, you've got bigger problems to deal with
:-)
Anyway, you are, of course, welcome to add support for the "
rtsp://202.43.34.236/TPBS_arch/15-04-2009T20.asf <-- but this server
implement speed header.
Speed header, is not fast-forward, but it is to increase bandwidth.
However, to implement it in rtsp client, is very simple.
Is there any disadvantage to have it?
On 6/25/09, Ross Finlayson wrote:
> We d
We don't support the "Speed:" header in our RTSP client, because few
- if any - servers implement it. It's just not very useful in
practice.
(Note that if you want "fast-forward", then you do that using the
"Scale:" header - which we *do* support - not the "Speed:" header.)
--
Ross Finlayso
Hi,
rtspclient should support "Speed: " header.
It is easy to implement.
The attached file is the patch for this.
Thank you,
Anon.
diff -urN liblivemedia-2008.07.25.orig/liveMedia/MediaSession.cpp
liblivemedia-2008.07.25.develop/liveMedia/MediaSession.cpp
--- liblivemedia-2008.07.25.orig/liveMed