-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Description
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,
};
Metadata
Metadata
Assignees
Labels
No labels