Because you are streaming from a live source, your first method of setting
"fPresentationTime" - i.e., just by calling "gettimeofday()" - is best.
However, I doubt that this is the cause of the problems that you are seeing
when you are trying to view your stream using VLC.
You haven't said any
Hi Ross,
I add a class H264VideoUDPSource to live555 for my IP Camera project. when
played by VLC, its picture does not updated,and i can see a lot of picture drop
in VLC information.
code is like this:class H264VideoUDPSource: public FramedSource
void H264VideoUDPSource::doGetNextFrame() {
> I temporarily solved my problem by calling the old setupMediaSubsession
> instead of sendSetupCommand.
>
> I know that is not very nice.
No, it's exactly right. If you use the old synchronous RTSPClient interface,
then *all* of your "RTSPClient" function calls should be from that old
interf
Hello Ross,
I can't use the asynchronous interface right now because I have no time
to develop the changes... unfortunately! Customers are always in a hurry!
I temporarily solved my problem by calling the old setupMediaSubsession
instead of sendSetupCommand.
I know that is not very nice.
M
> in the method "RTSPServer::RTSPClientConnection::authenticationOK" is only
> checked whether the "fAuthDB" is NULL. Would it not make sense to check if
> the "AuthDB" is empty ("fAuthDB->IsEmpty()")?
No, no special code is needed for this case. If the authentication database
exists, but is
Hello Ross,
in the method "RTSPServer::RTSPClientConnection::authenticationOK" is
only checked whether the "fAuthDB" is NULL. Would it not make sense to
check if the "AuthDB" is empty ("fAuthDB->IsEmpty()")?
Greetings
Matthias Meding
___
li
> My application acquires rtsp streams from an IP camera. Until a few days ago
> the application was working properly, then I updated the LIVE555 libraries
> and the program started to report the message: "No RTSP session is currently
> in progress"
>
> What could be causing this?
Because the
Hello!
I have a problemwith live555, I hope this is the right mailing list.
My application acquires rtsp streams from an IP camera. Until a few days
ago the application was working properly, then I updated the LIVE555
libraries and the program started to report the message: "No RTSP
session i