Thanks. This will be included in the next release of the software.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
> When I use RTSPClient, I want to know call timing of resetTCPSocket().(I
> would like to log and notify other process). But, I can’t do because
> resetTCPSockets() is not virtual function and this is private.
> So, I want to modify RTSPClinet::resetTCPSockets() to virtual function and
> privat
> Please suggest me how can I organize decoding of the stream.
> Now I can get the h264 frames from RTSP as byte arrays, their sizes in bytes,
> mediumNames and codecNames of these frames.
> 1. But which test*.cpp file have I use as a base in order to decode
> these frames? Is it openRTSP.c
Hi!
Please suggest me how can I organize decoding of the stream.
Now I can get the h264 frames from RTSP as byte arrays, their sizes in
bytes, mediumNames and codecNames of these frames.
1. But which test*.cpp file have I use as a base in order to decode
these frames? Is it openRTSP.cpp or
Hi.
When I use RTSPClient, I want to know call timing of resetTCPSocket().(I
would like to log and notify other process). But, I can't do because
resetTCPSockets() is not virtual function and this is private.
So, I want to modify RTSPClinet::resetTCPSockets() to virtual function and
private to
Hi Ross,
Please find attached a version of config.linux-with-shared-librairies that use
the Makefile variables $(CC) and $(CXX).
I hope this is standard, I saw a description of it here
https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
Thanks & Regards,
Michel.
[@@ TH