Re: [Live-devel] windows winsock error 10038

2013-06-18 Thread Serge . Grondin
You are right about the "removeSocketDescription" my explication was not good, forget about this. I should not have waste time trying to find an explanation because I don't have a clear view why this is happening. However this is what I have found so far, if this can help anybody track this dow

Re: [Live-devel] windows winsock error 10038

2013-06-18 Thread Serge . Grondin
get the file descriptor error and the server dies. I found it by adding a few "printf" in this area, I suggest you should do the same. I don't have a clear idea how to fix that but I'm happy I'm not the only one getting it. Thanks! Serge Grondin Miranda Technnologies

Re: [Live-devel] Segmentation fault after TEARDOWN

2013-04-29 Thread Serge . Grondin
os, Madrid [attachment "live555ProxyServer.txt" deleted by Serge Grondin/MontrealMIR/BeldenCDT] ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel DISCLAIMER: Privileged and/or Confiden

Re: [Live-devel] RTP over RTSP broken with VLC and latest lib.

2013-04-12 Thread Serge . Grondin
OK, I understand but would it be possible to have at least a define to remove that line of code (the SR packet hack) for those who don't want to brake the compatibility with older versions? This code as been working for years with VLC, that now means that my server will only be compatible with VL

[Live-devel] RTP over RTSP broken with VLC and latest lib.

2013-04-11 Thread Serge . Grondin
Hi, I don't if this problem was reported before, I just find out yesterday when doing some testing with April 1st version. Streaming over TCP is now broken because of a recent change in the lib, I debugged it and this is the faulty line file OnDemandSeverMediaSubsession.cpp (line 463) if (f

Re: [Live-devel] H264VideoRTPSink type cast issue

2013-04-03 Thread Serge . Grondin
Thanks for the quick answer. I have to add that I have not changed a single line of code in the source code, so I don't get it ? My previous code was working because I implemented the same Boolean function that returns the "isCurrentNALUnitEndsAU" so the type cast was working anyway. But now tha

[Live-devel] H264VideoRTPSink type cast issue

2013-04-03 Thread Serge . Grondin
Hi there, I recently updated to the latest version of the library (March 23rd 2013 version) but I came across a new issue with H264VideoRTPSink. In the function doSpecialFrameHandling there is "specific" type cast of the frame source to H264VideoStreamFramer but since my source is not this clas

Re: [Live-devel] H264 ipcamera problem

2010-09-22 Thread Serge Grondin
Hi Francisco, I had this kind of problem before when talking to some RTSP server. Sometimes the SPS (type 7) and PPS (type 8) NAL units are encoded in base64 and given to client inside the SDP description. When you want to decode such a stream you have to reinsert them before each IDR (type 5)