简体   繁体   English

licurl-通过HTTP的TCP上的RTSP

[英]licurl - RTSP over TCP over HTTP

I was using rtsp over TCP c-language sample code ( https://curl.haxx.se/libcurl/c/rtsp.html ) which was implemented with libcurl. 我在通过libcurl实现的TCP c语言示例代码( https://curl.haxx.se/libcurl/c/rtsp.html )上使用rtsp。

There were some steps - send option , send describe , send setup and play. 有一些步骤-发送选项,发送描述,发送设置和播放。

But I want to get the rtsp over tcp over "HTTP", it seemed no page or article to teach how to use libcurl to implement. 但是我想通过“ HTTP”通过tcp获得rtsp,似乎没有页面或文章来教如何使用libcurl来实现。

Could any one provide ideas? 有人可以提供想法吗?

Regards 问候

See this . 看到这个 RTSP over HTTP is just multiplexing the RTSP data over a pair of POST and GET connections. HTTP上的RTSP只是通过一对POST和GET连接多路复用RTSP数据。 If you are familiar with libcurl it should be easy to implement this technique. 如果您熟悉libcurl,则应该很容易实现此技术。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM