Re: [Live-devel] scale pause and play

2009-11-15 Thread Ross Finlayson
> The latter. The library does not 'remember' the scale value that it previously used; it assumes that the client will specify the desired value (default value: 1) each time it calls "playMediaS(ubs)ession()". And couldn't the library not send any value, if the client don't give this parame

Re: [Live-devel] scale pause and play

2009-11-14 Thread Sébastien Escudier
Quoting Ross Finlayson : > The latter. The library does not 'remember' the scale value that it > previously used; it assumes that the client will specify the desired > value (default value: 1) each time it calls "playMediaS(ubs)ession()". And couldn't the library not send any value, if the clien

Re: [Live-devel] scale pause and play

2009-11-13 Thread Ross Finlayson
The last Play is sent with the function playMediaSession with no scale value, so a default value of 1.0 is sent by live555 My question is : Is there something that should be fixed in live555, or should I set the scale value each time I use playMediaSession ? The latter. The library does not '

[Live-devel] scale pause and play

2009-11-13 Thread Sébastien Escudier
Hi, I would like to know how I should unpause a stream when a scale command has been sent before the pause. For example : Play scale=2.0 Pause Play The last Play is sent with the function playMediaSession with no scale value, so a default value of 1.0 is sent by live555 My question is : Is th