Re: [Live-devel] Digest authentication and stale nonces

2015-03-19 Thread Ross Finlayson
Deanna, Thanks for the note. I’ve now installed a new version (2015.03.19) of the “LIVE555 Streaming Media” code that updates the RTSP client implementation to recognize the “stale=TRUE” parameter in a "WWW-Authenticate” response. If set, this will now cause the command to be resent. (This n

[Live-devel] Digest authentication and stale nonces

2015-03-19 Thread Deanna Earley
Hello Ross. I've just noticed an oddity in the authentication handling. Some servers record a timestamp with the nonce allowing them to reject a digest response that's too old. While this is fine during initialisation, commands that are sent after a few minutes trigger an auth fail response with

Re: [Live-devel] H264VideoFramer truncating frames

2015-03-19 Thread Ross Finlayson
> Having tested this further I realised that the H264VideoStreamFramer assumes > a constant 25fps. Not exactly. The code assumes a frame rate of 25 fps *only if* there is no timing information in the SPS NAL units. If you want your video to be streamed at the correct frame rate, you should ma

Re: [Live-devel] H264VideoFramer truncating frames

2015-03-19 Thread Robert Smith
Having tested this further I realised that the H264VideoStreamFramer assumes a constant 25fps. On a heavily loaded system which was dropping frames this caused the timestamps to lose sync with wall clock time so I'm still looking for a solution. Hopefully I can subclass the H264VideoStreamFram