Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Build live555 source code debugging environment with VS2015

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Static library module: BasicUsageEnvironment groupsock liveMedia UsageEnvironment

Rtsp server main program: mediaServer

VS add header files, and source files

Static library:

General / configuration type: static library .lib

C/C++/ regular / additional include directory adds the include directory of the four modules

Library Manager / output File specifies the output file

C/C++/ code generation / runtime: multithreaded debugging MTd

Error handling

1) 'fopen': This function or variable may be unsafe. Consider using fopen_s instead

C _ CRT_SECURE_NO_DEPRECATE + preprocessor add macro _ Candle

2) 'gethostbyname': Use getaddrinfo () or GetAddrInfoW () instead

C _ WINSOCK_DEPRECATED_NO_WARNINGS + preprocessor add macro _ Candle

3) unparsed external symbols

Unparsed external symbol _ initializeWinsockIfNecessary

Unparsed external symbol _ our_random

Unparsed external symbol _ OnExpire

Rtcp_from_spec.c under groupsock and inet.c,liveMedia, which must be added to the project.

The debugrtsp package is provided in the download materials.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report