You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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,
};
The text was updated successfully, but these errors were encountered: