Saving stream from IP camera
-
Hi I need to play(render) a video stream from an IP camera. Since media element does not support rtsp protocol, I created a rtsp client which connects to the camera. Now I am not sure what to do with that stream? My best guess is to save it file, and than use media player to render it. Does anybody knows how to do that? What I am concerned is, when to delete old data from the file and how can the same file be opened for reading and writing at the same time? If anybody has any ideas how to solve those problems, please let me know. Uroš
-
Hi I need to play(render) a video stream from an IP camera. Since media element does not support rtsp protocol, I created a rtsp client which connects to the camera. Now I am not sure what to do with that stream? My best guess is to save it file, and than use media player to render it. Does anybody knows how to do that? What I am concerned is, when to delete old data from the file and how can the same file be opened for reading and writing at the same time? If anybody has any ideas how to solve those problems, please let me know. Uroš
-
Did you have a look at this article? Camera Vision - video surveillance on C#[^]