Re: [Live-devel] Recommended IP Cameras for OpenRTSP?

2013-06-20 Thread Warren Young
On 6/19/2013 23:59, Ross Finlayson wrote: A project to support this has been proposed, but has not yet been sufficiently funded - see http://live555.com/funded-projects/live555-mkv.html Would you please put a goal thermometer[*] on these pages? I think you could get certain interested parties

Re: [Live-devel] windows winsock error 10038

2013-06-20 Thread Ross Finlayson
> Bellow is my app call stack This call stack tells me that you are *not* using the latest version of the code (because, in the latest version of the code, the "SocketDescriptor" object is deleted from "tcpReadHandler()", not from "tcpReadHandler1()". A bug in this code was fixed on April 30th

Re: [Live-devel] windows winsock error 10038

2013-06-20 Thread 谢永达
It's my fault, I forgot the class name, I checkout the code, class name is SocketDescriptor. Bellow is my app call stack , I don't know why its' deconstruct function has been call twice. #0 0x003c954328a5 in raise () from /lib64/libc.so.6 #1 0x003c95434085 in abort () from /lib64/libc.s

Re: [Live-devel] New (custom) "REGISTER" command - for advertising a RTSP, stream to a client or proxy server (Ross Finlayson)

2013-06-20 Thread Ross Finlayson
> This REGISTER feature sounds quite interesting. Could you explain a bit more > about its impact on existing RTSP servers? It has no impact at all on existing RTSP servers. Existing servers do not handle our new "REGISTER" command, so they'll return a 'Request not understood'-type error shoul