Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个小实用程序来使用 rtsp url 下载视频。我想知道是否可以使用给定 rtsp url 的 libcurl 直接下载。我知道我可以使用 ffmpeg 直接写入视频文件。但我想使用 libcurl 来做到这一点。
rtsp是流式协议,没有什么可下载的