Hello,
I'm using RTSP/RTP over TCP to get video data from an IP camera. As
soon as I send out OPTIONS command, the camera server close the
connection. However, the VLC player works fine. Its OPTIONS has many
lines recognizable and unrecognizable and its User-Agent is LIVE555.
My OPTIONS lines
If I try to download the stream with openRTSP it works fine, I just open
the received stream with audacity and I can listen to it.
[...]
When I try to listen to it with maplyer I get this output:
MPlayer dev-SVN-r26940
CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (Family: 6, Model:
15
After further investigation, I assumed that there was a problem with
the way that ByteStreamFileSource was handling IO on windows.
On Windows, the "READ_FROM_FILES_SYNCHRONOUSLY" constant must be
defined (to 1) in "ByteStreamFileSource.cpp". This should happen
automatically (provided that __
In teardownMediaSubsession in RTSPClient, the subsession's sessionId
variable is deleted and reset. However *only if* the teardown
succeeds. If the teardown fails and the MediaSubsession is
subsequently closed using the proper method, then the sessionId will
not be freed. I suggest also del
I am running on Windows XP compiled with VS 2005. However, I also get the error
using the .mak files following the directions provided on the VS2005 hints page.
I tried compiling on several computers at my work place with no success. I
additionally tried compiling with VC7, no success. I was go