<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>I did get testH264VideoStreamer working in my VS 2012 environment by cleaning and rebuilding each component library.  I’m not sure what was wrong before, except that possibly there was some inconsistency in the builds.  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I built each library in debug mode; so, I had to change the reference to msvcrt.lib to msvcrtd.lib in the win32.config file as well as comment out the NODEBUG=1 line as noted at the top. (Original file has msvcirt.lib, but that’s been superseded by msvcrt.lib).  To build release mode, I do the inverse.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Also, it would be good to note somewhere in the documentation that the clean line in the make files:<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>    -rm -rf *.$(OBJ) $(ALL) core *.core *~ include/*~<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>is for Unix or Linux and doesn’t work for Windows.  I used the following line:<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>    del *.$(OBJ) $(ALL)<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>that works; but, is this fully equivalent to the Unix/Linux command?<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Ron<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> live-devel-bounces@ns.live555.com [mailto:live-devel-bounces@ns.live555.com] <b>On Behalf Of </b>Ron Woods<br><b>Sent:</b> Wednesday, March 05, 2014 2:58 PM<br><b>To:</b> live-devel@lists.live555.com<br><b>Subject:</b> [Live-devel] Error in testH264VideoStreamer<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have downloaded and compiled version 2014.02.19 using your makefiles in Visual Studio 2012 on Win 7 Pro.  I have also successfully run testMPEG1or2VideoStreamer with an Elementary Stream test.mpg (that I found on the internet).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now I am trying testH264VideoStreamer with an ES that I downloaded from your link in the FAQ; but, the test app dies with an AccessViolationException.  Call Stack is as follows:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>>             testH264VideoStreamer.exe!reclaimGroupsockPriv(UsageEnvironment & env) Line 67  C++<o:p></o:p></p><p class=MsoNormal>               testH264VideoStreamer.exe!setupDatagramSocket(UsageEnvironment & env, Port port) Line 103          C++<o:p></o:p></p><p class=MsoNormal>               testH264VideoStreamer.exe!ourIPAddress(UsageEnvironment & env) Line 594                C++<o:p></o:p></p><p class=MsoNormal>               testH264VideoStreamer.exe!chooseRandomIPv4SSMAddress(UsageEnvironment & env) Line 687          C++<o:p></o:p></p><p class=MsoNormal>               testH264VideoStreamer.exe!main(int argc, char * * argv) Line 45             C++<o:p></o:p></p><p class=MsoNormal>               testH264VideoStreamer.exe!__tmainCRTStartup() Line 536        C<o:p></o:p></p><p class=MsoNormal>               kernel32.dll!7562336a() Unknown<o:p></o:p></p><p class=MsoNormal>               [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]      <o:p></o:p></p><p class=MsoNormal>               ntdll.dll!772d9f72()          Unknown<o:p></o:p></p><p class=MsoNormal>               ntdll.dll!772d9f45()          Unknown<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Your prompt help in this matter will be greatly appreciated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Ron<o:p></o:p></p></div></body></html>