Closed hsoltani closed 7 years ago
Hi,
i am very interested how to stream video to remote server, and how to direct it into web demo?
cloud you please give more detail ?
@hsoltani I was able to do so. Basically, change the stream video src to your source, the code in the web demo already encodes as data string in form of jpg for the web socket server to process it already
@daoanhnhat1995 and where exactly did you changed that ? i mean which source file contains the videocapture funtion ?
@deepmore1
i changed that value to my video stream URLl but nothing happens, actually what i am trying to find is the like in the Opencv funtion : videocapture("camera ID"); i didnt find in that html file or in the js file you mentioned
i'm really having a hard time here, i couldn't fing the video src linking the webcam iD to the streaming, i'm not using any raspberry card , i just want to redirect the rtsp stream i get from a video surveillance camera to use it for face recognition with web demo instead of the webcam feed.
You can use ffmpeg to capture the rtmp streaming .
Hi
I want to run the web demo with the video from Hikvision ip camera instead of a webcam. I can stream the video using MJPG-Streamer in the network. The network rtsp address is "rtsp://192.168.2.32/video.cgi?.mjpg". I'd be thankful if anyone can help me.
Thanks, Hannaneh