Re: [Live-devel] Warning: The old 'synchronous' "RTSPClient" interface will be removed, starting on June 1st, 2013

2013-04-23 Thread Ross Finlayson
> Could it be possible from the RTSP callback to get back the context of the > RTSPClient owner ? I'm not sure what exactly you mean by 'context of the RTSPClient owner', but - after 3 years now of people using the current "RTSPClient" API - I'm certainly not going to be making any unnecessary

Re: [Live-devel] low latency transmit

2013-04-23 Thread Ross Finlayson
> Can MultiFramedRTPSink::sendPacketIfNecessary() be enhanced safely with the > following code ? No, because it's not correct. The whole point of the existing code is to delay the sending of the next packet, as appropriate, based on the value of "durationInMicroseconds" that was passed (to "af

Re: [Live-devel] Warning: The old 'synchronous' "RTSPClient" interface will be removed, starting on June 1st, 2013

2013-04-23 Thread PROMONET Michel
Hi Ross, Thanks a lots for this very nice library and for your quick feedback on the mailing list. Could it be possible from the RTSP callback to get back the context of the RTSPClient owner ? More or less the stuff that is done using a customized RTSPClient in testRTSPClient.c

[Live-devel] low latency transmit

2013-04-23 Thread Yu, Bo
Hi, Can MultiFramedRTPSink::sendPacketIfNecessary() be enhanced safely with the following code ? I would like to transmit all packets within one video frame as soon as possible instead of scheduling packet one by one ? uSecondsToGo gets 1 usec but cause the schedule to run and actually add a lo

Re: [Live-devel] test.m4e streaming not working anymore

2013-04-23 Thread Sébastien Escudier
> HOWEVER, with VLC 2.0.6 as the client, the video doesn't render. > Opening VLC's "Messages" log, I see several messages of the form: > avcodec warning: cannot decode one frame ( bytes) The windows version of VLC 2.0.6 is working fine with this stream. But the ubuntu VLC 2.0.6 is not. This is