TeamDotworld / dahua-rtsp-web

Stream video in web browser
MIT License
55 stars 23 forks source link

404 Error #13

Open sivabeece opened 3 years ago

sivabeece commented 3 years ago

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.