Hello..thank you for your help...I managed to reduce the errors down to 3!! :)
1>-- Build started: Project: rtsp, Configuration: Debug Win32 --
1>Compiling...
1>Locale.cpp
1>Linking...
1>playCommon.obj : error LNK2019: unresolved external symbol "public: static
class H264VideoFileSink * _
Hi all,
I am trying to grab video streaming from axis camera using openRTSP. I have
download the source code from live555 and built make file and executed the
all the make files and built project files in Visual c++ 6.0 (for usageenv,
basicusageenv, groupsock) and then finally i built the testprg
Hi Melvin
Do a FindInFiles for the symbols that aren't being resolved, e.g.
"tunnelOverHTTPPortNum" or "statusCode". Then figure out if that source file
where these variables are being defined is included in the compilation of
the .LIB or the final .EXE. Add the corresponding source file to one
Hi,
I am trying to select the multicast output interface on windows by
setting the SendingInterfaceAddr variable. The result is that Groupsock
will not send packets on the network after this. The sendto() in
GroupsockHelper.cpp :: witeSocket() always returns -1. On Unix it works
like a charm (
helloim new to this forum...im trying to build live555's test prog,
specificly the openrtsp...i am able to build the mpegsender,mp3sender and
receiver respectively witout any errors but when i try to build openrtsp, i get
the following errors:
1>-- Rebuild All started: Project: rtsp, Co