发送或执行互联网指令,无需下载任何内容

发布于 2024-11-15 10:23:02 字数 215 浏览 1 评论 0原文

我有一个可以播放声音的无线网络摄像机。我知道如何播放这个声音,因为我知道方向和命令。我用这个终端命令尝试过:http://192.168.0.90/axis-cgi/playclip.cgi?clip=6

问题是 wget 命令下载剪辑,我只想重现它。因为我想做一个程序。

在终端中执行此操作的任何选项。或者直接从 C++ 程序。

提前致谢。

I have a wireless IP cam that play sounds. I know how to play this sounds because i know the direction and the command. I tried it with this Terminal command: http://192.168.0.90/axis-cgi/playclip.cgi?clip=6

The problem is wget command download the clip and i only want to reproduce it. Beacuse i want to do into a program.

Any option to do it in terminal. Or directly from a C++ program.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

╭ゆ眷念 2024-11-22 10:23:02

mplayervlc 将流式传输 URL 并像本地文件一样播放。至于用 C++ 来做,你还有很多工作要做(找到一个 HTTP 库,读取内容,解码并重现它。也许 ffmpeg 库可以在这里帮助你。

mplayer or vlc will stream the URL and play it as if it was a local file. As for doing it in C++, you have much more work to do (find an HTTP library, read the contents, decode it and reproduce it. Maybe the ffmpeg library can help you here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文