从 JavaScript 发送 HTTP 请求(并处理回复)

发布于 2024-10-16 17:52:01 字数 377 浏览 3 评论 0原文

我对 HTTP 和 JS 都很陌生。

我想显示来自基于 IP 的网络摄像头的视频(和音频)源。它有一个基于 HTTP 的 AOP,它接受类似请求

http://<ip-address>/cgi/audio/receive.cgi?[&<argument>=<value>] 

并返回 HTTP 200 或 HTTP 400 等

基本上我想使用这种接口远程控制有关相机的所有内容(音量、缩放、图像大小、每秒帧数等)等)

我如何发送 HTTPP 请求(当用户单击网页上的按钮时)并检查响应?

我可以用普通的 JS 来做吗?或者我需要使用像 JQuery 这样的东西吗?

I'm fairly new to both HTTP and JS.

I want to display the video (and audio) feed from an IP-based web cam. It has an HTTP based AOP, which accepts requests like

http://<ip-address>/cgi/audio/receive.cgi?[&<argument>=<value>] 

and returns HTTP 200 or HTTP 400, etc

Basically I want to remotely control just about everything about the camera using this sort of interface (volume, zoom, image size, frame per second, etc, etc)

How do I go about sending the HTPP request (when the user clicks a button on the web page) and checking the response?

Can I do it in plain JS? Or do I need to use somethign like JQuery?

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

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

发布评论

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

评论(1

背叛残局 2024-10-23 17:52:01

这听起来像是可以使用 jQuery.get

It sounds like something that could be done very easily using jQuery.get.

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