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 进行直播,例如 'rtsp://{{CAMERAIP}}/axis-media/media.amp?resolution=352x240&compression=20' 并且工作正常。现在我想使用像'rtsps://{{CAMERAIP}}/axis-media/media.amp?resolution=352x240&compression=20'这样的安全rtsp,所以有人对此有任何想法吗?
您可以使用节点包 node-rtsp-stream。实现一个 wss Websocket,而不是通过 ws 管道。然后此 Websocket 连接到浏览器并在 html 画布元素中显示内容。
我的设置:--> FFMPEG --wss--> 浏览器(带有 jsmpeg-module 和 html 画布)