Re: [Live-devel] cross-compilation using config.linux-with-shared-librairies

2015-12-02 Thread Ross Finlayson
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

Re: [Live-devel] how about changing RTSPClinet::resetTCPSockets() to virtual function

2015-12-02 Thread Ross Finlayson
> 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

Re: [Live-devel] Please suggest me how can I organize decoding of the stream.

2015-12-02 Thread Ross Finlayson
> 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

[Live-devel] Please suggest me how can I organize decoding of the stream.

2015-12-02 Thread Michael Margold
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

[Live-devel] how about changing RTSPClinet::resetTCPSockets() to virtual function

2015-12-02 Thread ChaseopIm
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

Re: [Live-devel] cross-compilation using config.linux-with-shared-librairies

2015-12-02 Thread PROMONET Michel
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