mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.82k stars 423 forks source link

Adding libssl-dev as dependency in README.md #307

Closed shivdeepak closed 8 months ago

shivdeepak commented 1 year ago

Description

v4l2rtspserver doesn't make without libssl-dev files

Related Issue

Not Available

Motivation and Context

OpenSSL dev files are required to compile this project properly.

Types of changes

mpromonet commented 1 year ago

Hi,

libssl-dev is not mandatory, if not present rtsps/srtp are not available. However package detection is not working sometime properly in case of cross-compiling. The flag WITH_SSL=OFF allow to search if ssl is available.

Best Regards, Michel.