[Live-devel] Compiling live.2014.2.13 in Windows
Doug.Jones at rsa.rohde-schwarz.com
Doug.Jones at rsa.rohde-schwarz.com
Sat Feb 15 10:43:32 PST 2014
Ross,
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.
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?
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?
Any and all would be highly appreciated!
Best Regards,
Doug
Douglas R. Jones
Sr. Software Engineer/Project Manager
Rohde & Schwarz USA, Inc.
1500 Lakeside Pkwy., Suite 100
Flower Mound, TX. 75028
Mobile: +1 214-601-3301
Office: +1 469-713-5344
E-Mail: Doug.Jones at rsa.rohde-schwarz.com
Website: http://www.rohde-schwarz.com/
From: Ross Finlayson <finlayson at live555.com>
To: LIVE555 Streaming Media - development & use
<live-devel at ns.live555.com>,
Date: 02/15/2014 04:40
Subject: Re: [Live-devel] Compiling live.2014.2.13 in Windows
Sent by: live-devel-bounces at ns.live555.com
I have Visual Studio 2012 and have follwed the directions at
https://github.com/iSECPartners/RtspFuzzer/wiki/Compiling-OpenRtsp-with-VS-2012
and at
http://blog.mmone.de/2013/06/building-the-live555-streaming-media-framwork-on-windows-with-visual-studio-2012/
I don't know what prompted you to visit those web pages; they have nothing
to do with us. Your starting point should be
http://www.live555.com/liveMedia/#config-windows
But, in any case, your problem is simple:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link
-out:live555MediaServer.exe /RELEASE msvcrt.lib /INCREMENTA
L:NO /NOLOGO -subsystem:console,5.0 kernel32.lib ws2_32.lib mswsock.lib
advapi32.lib live555MediaServer.obj DynamicRTSPServer.obj .
./liveMedia/libliveMedia.lib ../groupsock/libgroupsock.lib
../BasicUsageEnvironment/libBasicUsageEnvironment.lib ../UsageEnvironmen
t/libUsageEnvironment.lib
'C:\Program' is not recognized as an internal or external command
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".
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140215/2636aea1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 8360 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140215/2636aea1/attachment.jpe>
More information about the live-devel
mailing list