Re: [Live-devel] patch for rtspclient to support speed header

2009-06-26 Thread Ross Finlayson
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 "

Re: [Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Anon Sricharoenchai
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

Re: [Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Ross Finlayson
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

[Live-devel] patch for rtspclient to support speed header

2009-06-25 Thread Anon Sricharoenchai
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