Re: [Live-devel] Issue in ProxyServerMediaSession

2013-08-30 Thread Subhankar Saha
In any case, I don't have time to speculate back and forth on this mailing list (for free) about this problem. Right now, because you're the only person encountering this, you're going to have to track it down yourself. Sorry. Here is what I found: #1. When the backend server goes away uncere

Re: [Live-devel] Issue in ProxyServerMediaSession

2013-08-29 Thread Subhankar Saha
Thank you Ross for you reply. Unfortunately, we have no control over camera manufacturers. In many cases, we will not even know which camera has been used by users of our software. We can probably request cameras that we test against in-house to upgrade their software - but then, every camera m

Re: [Live-devel] Issue in ProxyServerMediaSession

2013-08-28 Thread Subhankar Saha
We were using the almost-latest version of source code - 2013.08.16. With this version, here is the stack trace: dsm.exe!SocketDescriptor::~SocketDescriptor() + 0xbb bytes C++ dsm.exe!SocketDescriptor::`scalar deleting destructor'() + 0x8 bytes C++ dsm.exe!SocketDescriptor::tcp

[Live-devel] Issue in ProxyServerMediaSession

2013-08-28 Thread Subhankar Saha
Helllo Ross, We are facing a crash with ProxyServerMediaSession code, regarding which we would appreciate your help. Scenario: - 32 backend cameras being proxy-ed, bitrate around ~500 Kbps from each - Connection to backend camera is in RTP over RTSP (TCP) mode - Eac

Re: [Live-devel] authorizing users

2013-08-17 Thread Subhankar Saha
Hi Ross, We happen to have the same requirement. And I tried your recommendation of subclassing "RTSPServer". In our case, each stream will have different set of username-passwd combination. In other words, username/passwd combination of "Stream-1" should not be allowed to access "Stream-2", a

Re: [Live-devel] ProxyServerMediaSession not working correctly for more than one client per stream

2013-05-30 Thread Subhankar Saha
Hi Ross, This is assuming, of course, that you haven't modified the code at all. If you have modified the code, then all bets are off... No, we have not made any modification to the code at all, except changing "win32config" for TOOLS32 (to put correct VC path) and LINK_OPTS_0

[Live-devel] ProxyServerMediaSession not working correctly for more than one client per stream

2013-05-22 Thread Subhankar Saha
Hi, I am using 'ProxyServerMediaSession' for one of our projects, where we stream in from multiple cameras and stream out again. I am facing an issue where there are two clients connected and receiving one of the streams. But when one of the clients goes away or terminates its connection with t

[Live-devel] ProxyServerMediaSession Questions

2013-04-22 Thread Subhankar Saha
Hello, I sincerely apologize if the following questions have been asked before here. If these have been asked and answered, I will be very grateful if someone can point me to appropriate discussion thread(s). We are trying to build a system that acts like multi-channel encoder - it accepts RTS