【发布时间】:2021-04-22 16:35:36
【问题描述】:
我使用的是 apache2 提供的轴摄像头,身份验证机制是 apache basic auth。为域配置了 SSL。问题是我无法使用嵌入式 url 调用 api 进行流式传输,例如:-
https://user:pass@sub.domain.com/axis-cgi/mjpg/video.cgi
根据这篇文章,谷歌不再支持此功能,并被 chrome 阻止。 https://www.chromestatus.com/feature/5669008342777856
我尝试将凭据与 url 一起传递,但它也不起作用。
https://sub.domain.com/axis-cgi/mjpg/video.cgi?user=user&pwd=pass
此相机在 linux 客户操作系统中运行,是否可以设置支持我需要的替代身份验证。此外,是否有可能通过任何其他方式?
谢谢
【问题讨论】:
标签: linux apache http video-streaming ip-camera