> 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
> 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
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
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
> 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