rtsp2ws.exe -c "keycert.pem" still served HTTP server, not HTTPS ?
This project is amazing!
I have successfully sent the H.265 RTSP stream to Chrome for preview. Thank you very much!
However, when I tested it on another computer, I encountered an issue. When I opened the website from the other computer, the browser required the video and audio decoder to use SSL (wss).
So, I used the following command in a Windows batch file:
`rtsp2ws.exe -P 10060 -N 2 -c "keycert.pem" -C config2.json`
But I was unable to connect to the HTTPS site; it still served HTTP. I also tested wss://localhost:10060/test9001 (test9001 is defined in my config2.json file), but it responded with:
`WebSocket connection closed. Code: 1015 Reason:`
Could you please help me understand why this is happening?
Thank you again for creating this project. It has been very helpful for my research. <(_ _)>
关闭于 2024-10-13 5 条评论