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
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
+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
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
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