Hi Naveen,
This is my configuration
var options = {
wsURL: "ws://host:port/rtspoverwebsocket",
rtspURL: "rtsp://host:port/{primary or secodary}/cam/realmonitor?channel=1&subtype=0",
username: "",
password: ""
}
When i run application (after web pack build) am getting 404 console log error, could you help me in this regard.
Hi Naveen, This is my configuration var options = { wsURL: "ws://host:port/rtspoverwebsocket", rtspURL: "rtsp://host:port/{primary or secodary}/cam/realmonitor?channel=1&subtype=0", username: "", password: "" }
When i run application (after web pack build) am getting 404 console log error, could you help me in this regard.