Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport eror #199

Open
legendfox opened this issue Jul 4, 2024 · 1 comment
Open

Transport eror #199

legendfox opened this issue Jul 4, 2024 · 1 comment

Comments

@legendfox
Copy link

legendfox commented Jul 4, 2024

Hello

I'm getting an error when trying to connect to the Streamedian service from a page with SSL. I've converted the socket address to wss and I'm getting a transport error. Besides converting it to wss, is there anywhere else I need to make adjustments?

var continuousRecording = false;
var playerOptions = {
socket: "wss://192.168.2.9:8088/ws/",
redirectNativeMediaErrors: false,
bufferDuration: 30,
canvas: 'video_canvas',
dataHandler: dataHandler,
continuousFileLength: 180000, // 3 minutes
eventFileLength: 10000, // 10 seconds
errorHandler: errHandler,
};
image

@legendfox
Copy link
Author

While the SSL is not active on the website, I can watch the security cameras without any issues.

image

When I enable SSL and set it to WSS, I get the following error. What could I be doing wrong or missing?

I installed Streamedian WS RTSP Proxy Server 3.3 on Windows Server 2022

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant