<font size=2 face="sans-serif">Ross,</font>
<br><font size=2 face="sans-serif">Thanks. The answer to the question is
a combination of Google and not finding much at the #config-windows section
of the web site.  I have been doing managed code for a while now and
am rusty on my unmanaged code in WinDoze. A little beef up of this section
would be helpful. Be happy to contribute if you take contributions.</font>
<br>
<br><font size=2 face="sans-serif">So that leads me to a couple of questions.
Can I do the compiles from within the Visual Studio 2012 IDE? I have only
done C# from within the IDE. Also is there a WPF control or information
on how to use live555 from within WPF?</font>
<br>
<br><font size=2 face="sans-serif">My problem is really simple to describe
but is proving to be a bit tougher to solve. I have a WPF app that I need
to display a H.264 stream from a RTSP address at 30FPS 1920 x 1080 and
scale that to fit (or use scroll bars). I do not want to manipulate the
stream just display it. Suggestions? </font>
<br>
<br><font size=2 face="sans-serif">Any and all would be highly appreciated!<br>
</font>
<br><font size=2 face="sans-serif">Best Regards, <br>
Doug<br>
<br>
<br>
<br>
</font>
<hr>
<table width=800 style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=290 style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><a href><img src=cid:_2_0DC99E900DC999280066DCA986257C80></a><font size=2 face="sans-serif"> 
</font>
<td width=510 style="border-style:solid;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=2 face="sans-serif"><b>Douglas
R. Jones</b><br>
Sr. Software Engineer/Project Manager<br>
Rohde & Schwarz USA, Inc.<br>
1500 Lakeside Pkwy., Suite 100<br>
Flower Mound, TX. 75028<br>
Mobile: +1 214-601-3301<br>
Office: +1 469-713-5344<br>
E-Mail: </font><a href="mailto:Doug.Jones@rsa.rohde-schwarz.com"><font size=2 color=blue face="sans-serif"><u>Doug.Jones@rsa.rohde-schwarz.com</u></font></a><font size=2 face="sans-serif"><br>
Website: </font><a href="http://www.rohde-schwarz.com/"><font size=2 color=blue face="sans-serif"><u>http://www.rohde-schwarz.com/</u></font></a><font size=2 color=blue face="sans-serif"><u><br>
</u></font><a href></a></table>
<br>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">Ross Finlayson <finlayson@live555.com></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">LIVE555 Streaming Media
- development & use <live-devel@ns.live555.com>, </font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">02/15/2014 04:40</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: [Live-devel]
Compiling live.2014.2.13 in Windows</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:    
   </font><font size=1 face="sans-serif">live-devel-bounces@ns.live555.com</font>
<br>
<hr noshade>
<br>
<br>
<br><font size=2 face="sans-serif">I have Visual Studio 2012 and have follwed
the directions at </font><a href="https://github.com/iSECPartners/RtspFuzzer/wiki/Compiling-OpenRtsp-with-VS-2012"><font size=2 color=blue face="sans-serif"><u>https://github.com/iSECPartners/RtspFuzzer/wiki/Compiling-OpenRtsp-with-VS-2012</u></font></a><font size=2 face="sans-serif">
and at </font><a href="http://blog.mmone.de/2013/06/building-the-live555-streaming-media-framwork-on-windows-with-visual-studio-2012/"><font size=2 color=blue face="sans-serif"><u>http://blog.mmone.de/2013/06/building-the-live555-streaming-media-framwork-on-windows-with-visual-studio-2012/</u></font></a><font size=2 face="sans-serif">
</font>
<br>
<br><font size=3>I don't know what prompted you to visit those web pages;
they have nothing to do with us.  Your starting point should be </font><a href="http://www.live555.com/liveMedia/#config-windows"><font size=3 color=blue><u>http://www.live555.com/liveMedia/#config-windows</u></font></a>
<br>
<br><font size=3>But, in any case, your problem is simple:</font>
<br>
<br><font size=2 face="sans-serif">        C:\Program
Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link -out:live555MediaServer.exe
/RELEASE msvcrt.lib  /INCREMENTA</font><font size=3> </font><font size=2 face="sans-serif"><br>
L:NO /NOLOGO -subsystem:console,5.0 kernel32.lib  ws2_32.lib mswsock.lib
advapi32.lib live555MediaServer.obj DynamicRTSPServer.obj .</font><font size=3>
</font><font size=2 face="sans-serif"><br>
./liveMedia/libliveMedia.lib ../groupsock/libgroupsock.lib  ../BasicUsageEnvironment/libBasicUsageEnvironment.lib
../UsageEnvironmen</font><font size=3> </font><font size=2 face="sans-serif"><br>
t/libUsageEnvironment.lib</font><font size=3> </font><font size=2 face="sans-serif"><br>
'C:\Program' is not recognized as an internal or external command</font>
<br>
<br><font size=3>There need to be quotes (either "" or ''; I'm
not sure) around "Program Files (x86)" (and also "Microsoft
Visual Studio 11.0"); otherwise Windoze thinks that the command is
"C:\Program".</font>
<br>
<br><font size=3>Ross Finlayson<br>
Live Networks, Inc.</font><font size=3 color=blue><u><br>
</u></font><a href=http://www.live555.com/><font size=3 color=blue><u>http://www.live555.com/</u></font></a><font size=3>
</font>
<br><tt><font size=2>_______________________________________________<br>
live-devel mailing list<br>
live-devel@lists.live555.com<br>
</font></tt><a href="http://lists.live555.com/mailman/listinfo/live-devel"><tt><font size=2>http://lists.live555.com/mailman/listinfo/live-devel</font></tt></a><tt><font size=2><br>
</font></tt>
<br>