Re: [Live-devel] every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT, and disconnect the streaming.

2009-08-27 Thread Dan DuFeu
Ross, I had similar issues with QuickTime. I suspect that it is broken (no RR packets) when using RTP/TCP. My "fix" for this issue was to include the "timeout" attribute in the "Session" field in handleCmd_SETUP(). QuickTime does not respect the 60 second default for RTSP timeout as per th

Re: [Live-devel] every 65 seconds, noteLiveness timeout handle causes the live555 send bye to QT, and disconnect the streaming.

2009-08-26 Thread Dan DuFeu
Hi, I believe the proper fix for this issue is to add a timeout=xxx to the session field in the RTSP response. If you turn off reclaiming sessions, you might run into performance/memory issues. I wrote a note about this on Aug 6 and included a change in a patch with my alternate RTSP over H

Re: [Live-devel] quicktime client for h264

2009-08-25 Thread Dan DuFeu
+1 I have this same issue with my H.264 stream. My Mpeg4 stream works fine with VLC and quicktime, however my H.264 stream works only with VLC. Quicktime performs as Haung describes. As far as I know, I've initialized the profile-level-id and sprop-parameter-sets properly. I've tried t

Re: [Live-devel] Problems with compilation the project

2009-08-09 Thread Dan DuFeu
Hi Georgy, I currently compile under VS 2008 as well, but I use the supplied makefiles (with minor changes to win32config) to do this. I'm guessing you are missing the UsageEnvironment library as input to the linker. Try adding UsageEnvironment project as a dependency of BasicUsageEnvironme

[Live-devel] contributions to live 555

2009-08-05 Thread Dan DuFeu
Hi, Can anyone tell me what the process is for contributing to the library? I have a new RTSPOverHTTPServer implementation, which I'm curious if anyone is interested in seeing added to the library. It subclasses from RTSPServer, and allows normal RTSP services as well as RTSP Over HTTP serv