Re: [Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming

2013-04-16 Thread Jeremiah Morrill
- development & use Subject: Re: [Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming I've just installed a new version (2013.04.16) of the "LIVE555 Streaming Media" code that patches a 'loophole' (I'm reluctant to call it a 'bug'

Re: [Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming

2013-04-16 Thread Ross Finlayson
I've just installed a new version (2013.04.16) of the "LIVE555 Streaming Media" code that patches a 'loophole' (I'm reluctant to call it a 'bug' :-) that could have caused the socketTable to be non-NULL, but empty. If you use this new version, and you close all objects properly, your "liveMedia

Re: [Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming

2013-04-16 Thread Jeremiah Morrill
Thank you so much for your quick reply. I'm always amazed on how quickly you get back to this list! OTOH, I apologize for how late it took me to get back to your response. I could not figure out why my liveMediaPriv was never null on TCP streams. Even tried directly on an IP camera's RTSP in

Re: [Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming

2013-04-11 Thread Ross Finlayson
> I’m running the latest version ( live.2013.04.08.tar.gz ) on Windows 7, for > both rtsp client and server. I believe I have read all the old archives > relating to basicUsageEnvironment->reclaim() and that > basicUsageEnvironment->liveMediaPriv will be null if you close all your > mediums.

[Live-devel] BasicUsageEnvironment and liveMediaPriv!=NULL with TCP streaming

2013-04-11 Thread Jeremiah Morrill
Hello, I'm running the latest version ( live.2013.04.08.tar.gz ) on Windows 7, for both rtsp client and server. I believe I have read all the old archives relating to basicUsageEnvironment->reclaim() and that basicUsageEnvironment->liveMediaPriv will be null if you close all your mediums. I